@esportsplus/ui 0.20.0 → 0.20.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.
@@ -3277,7 +3277,7 @@ declare const file: {
3277
3277
  };
3278
3278
  }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
3279
3279
  }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
3280
- }, text: {
3280
+ }, range: {
3281
3281
  (): ReturnType<(this: {
3282
3282
  mask: {
3283
3283
  (): ReturnType<(this: {
@@ -3743,7 +3743,7 @@ declare const file: {
3743
3743
  };
3744
3744
  }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
3745
3745
  }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
3746
- }, textarea: {
3746
+ }, text: {
3747
3747
  (): ReturnType<(this: {
3748
3748
  mask: {
3749
3749
  (): ReturnType<(this: {
@@ -4209,199 +4209,665 @@ declare const file: {
4209
4209
  };
4210
4210
  }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4211
4211
  }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
4212
- };
4213
- declare const _default: {
4214
- checkbox: {
4212
+ }, textarea: {
4213
+ (): ReturnType<(this: {
4214
+ mask: {
4215
+ (): ReturnType<(this: {
4216
+ state: {
4217
+ active: boolean;
4218
+ error: string;
4219
+ };
4220
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4221
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4222
+ state: {
4223
+ active: boolean;
4224
+ error: string;
4225
+ };
4226
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4227
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4228
+ state: {
4229
+ active: boolean;
4230
+ error: string;
4231
+ };
4232
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4233
+ } | {
4234
+ (): ReturnType<(this: {
4235
+ state: {
4236
+ active: boolean;
4237
+ error: string;
4238
+ };
4239
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4240
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4241
+ state: {
4242
+ active: boolean;
4243
+ error: string;
4244
+ };
4245
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4246
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4247
+ state: {
4248
+ active: boolean;
4249
+ error: string;
4250
+ };
4251
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4252
+ } | {
4253
+ (): ReturnType<(this: {
4254
+ state: {
4255
+ active: boolean;
4256
+ error: string;
4257
+ };
4258
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4259
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4260
+ state: {
4261
+ active: boolean;
4262
+ error: string;
4263
+ };
4264
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4265
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4266
+ state: {
4267
+ active: boolean;
4268
+ error: string;
4269
+ };
4270
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4271
+ };
4272
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: {
4215
4273
  (): ReturnType<(this: {
4216
- mask: (attributes: {
4217
- [key: `aria-${string}`]: string | number | boolean | undefined;
4218
- [key: `data-${string}`]: string | undefined;
4219
- class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4220
- onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4221
- ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4222
- onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4223
- ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
4224
- style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4225
- } & {
4226
- onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
4227
- onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4228
- onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4229
- onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4230
- onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4231
- onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4232
- onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
4233
- onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4234
- onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4235
- oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4236
- oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4237
- oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4238
- onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4239
- onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4240
- onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4241
- oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4242
- oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4243
- oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4244
- oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4245
- oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4246
- oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4247
- oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4248
- oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4249
- oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4250
- ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4251
- ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4252
- ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4253
- ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4254
- ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4255
- ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4256
- ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4257
- ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4258
- ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4259
- onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4260
- onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4261
- onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
4262
- onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4263
- onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4264
- onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4265
- onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
4266
- ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4267
- oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4268
- oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4269
- onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4270
- onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4271
- onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4272
- onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4273
- onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4274
- onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4275
- onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4276
- onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4277
- onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4278
- onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4279
- onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4280
- onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4281
- onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4282
- onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4283
- onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4284
- onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4285
- onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4286
- onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4287
- onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4288
- onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4289
- onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4290
- onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4291
- onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4292
- onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4293
- onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4294
- onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4295
- onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4296
- onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
4297
- onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4298
- onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4299
- onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
4300
- onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4301
- onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4302
- onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
4303
- onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4304
- onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4305
- onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4306
- onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4307
- onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4308
- onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4309
- onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4310
- onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
4311
- onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4312
- ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4313
- ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4314
- ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4315
- ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4316
- ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4317
- ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4318
- ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4319
- ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4320
- ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4321
- ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4322
- onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4323
- onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4324
- onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4325
- onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4326
- onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4327
- onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4328
- onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
4329
- } & Record<PropertyKey, unknown> & {
4330
- 'field-mask-tag'?: import("@esportsplus/template").Attributes;
4331
- }, state: {
4274
+ state: {
4332
4275
  active: boolean;
4333
- }) => import("@esportsplus/template").Renderable<unknown>;
4334
- }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: ((attributes: {
4335
- [key: `aria-${string}`]: string | number | boolean | undefined;
4336
- [key: `data-${string}`]: string | undefined;
4337
- class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4338
- onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4339
- ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4340
- onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4341
- ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
4342
- style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4343
- } & {
4344
- onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
4345
- onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4346
- onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4347
- onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4348
- onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4349
- onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4350
- onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
4351
- onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4352
- onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4353
- oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4354
- oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4355
- oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4356
- onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4357
- onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4358
- onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4359
- oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4360
- oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4361
- oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4362
- oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4363
- oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4364
- oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4365
- oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4366
- oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4367
- oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4368
- ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4369
- ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4370
- ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4371
- ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4372
- ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4373
- ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4374
- ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4375
- ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4376
- ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4377
- onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4378
- onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4379
- onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
4380
- onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4381
- onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4382
- onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4383
- onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
4384
- ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4385
- oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4386
- oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4387
- onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4388
- onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4389
- onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4390
- onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4391
- onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4392
- onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4393
- onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4394
- onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4395
- onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4396
- onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4397
- onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4398
- onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4399
- onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4400
- onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4401
- onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4402
- onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4403
- onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4404
- onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4276
+ error: string;
4277
+ };
4278
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4279
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4280
+ state: {
4281
+ active: boolean;
4282
+ error: string;
4283
+ };
4284
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4285
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4286
+ state: {
4287
+ active: boolean;
4288
+ error: string;
4289
+ };
4290
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4291
+ } | {
4292
+ (): ReturnType<(this: {
4293
+ state: {
4294
+ active: boolean;
4295
+ error: string;
4296
+ };
4297
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4298
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4299
+ state: {
4300
+ active: boolean;
4301
+ error: string;
4302
+ };
4303
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4304
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4305
+ state: {
4306
+ active: boolean;
4307
+ error: string;
4308
+ };
4309
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4310
+ } | {
4311
+ (): ReturnType<(this: {
4312
+ state: {
4313
+ active: boolean;
4314
+ error: string;
4315
+ };
4316
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4317
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4318
+ state: {
4319
+ active: boolean;
4320
+ error: string;
4321
+ };
4322
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4323
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4324
+ state: {
4325
+ active: boolean;
4326
+ error: string;
4327
+ };
4328
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4329
+ }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
4330
+ (content: (mask: {
4331
+ (): ReturnType<(this: {
4332
+ state: {
4333
+ active: boolean;
4334
+ error: string;
4335
+ };
4336
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4337
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4338
+ state: {
4339
+ active: boolean;
4340
+ error: string;
4341
+ };
4342
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4343
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4344
+ state: {
4345
+ active: boolean;
4346
+ error: string;
4347
+ };
4348
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4349
+ } | {
4350
+ (): ReturnType<(this: {
4351
+ state: {
4352
+ active: boolean;
4353
+ error: string;
4354
+ };
4355
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4356
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4357
+ state: {
4358
+ active: boolean;
4359
+ error: string;
4360
+ };
4361
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4362
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4363
+ state: {
4364
+ active: boolean;
4365
+ error: string;
4366
+ };
4367
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4368
+ } | {
4369
+ (): ReturnType<(this: {
4370
+ state: {
4371
+ active: boolean;
4372
+ error: string;
4373
+ };
4374
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4375
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4376
+ state: {
4377
+ active: boolean;
4378
+ error: string;
4379
+ };
4380
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4381
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4382
+ state: {
4383
+ active: boolean;
4384
+ error: string;
4385
+ };
4386
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4387
+ }) => import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
4388
+ mask: {
4389
+ (): ReturnType<(this: {
4390
+ state: {
4391
+ active: boolean;
4392
+ error: string;
4393
+ };
4394
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4395
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4396
+ state: {
4397
+ active: boolean;
4398
+ error: string;
4399
+ };
4400
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4401
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4402
+ state: {
4403
+ active: boolean;
4404
+ error: string;
4405
+ };
4406
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4407
+ } | {
4408
+ (): ReturnType<(this: {
4409
+ state: {
4410
+ active: boolean;
4411
+ error: string;
4412
+ };
4413
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4414
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4415
+ state: {
4416
+ active: boolean;
4417
+ error: string;
4418
+ };
4419
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4420
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4421
+ state: {
4422
+ active: boolean;
4423
+ error: string;
4424
+ };
4425
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4426
+ } | {
4427
+ (): ReturnType<(this: {
4428
+ state: {
4429
+ active: boolean;
4430
+ error: string;
4431
+ };
4432
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4433
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4434
+ state: {
4435
+ active: boolean;
4436
+ error: string;
4437
+ };
4438
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4439
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4440
+ state: {
4441
+ active: boolean;
4442
+ error: string;
4443
+ };
4444
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4445
+ };
4446
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: {
4447
+ (): ReturnType<(this: {
4448
+ state: {
4449
+ active: boolean;
4450
+ error: string;
4451
+ };
4452
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4453
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4454
+ state: {
4455
+ active: boolean;
4456
+ error: string;
4457
+ };
4458
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4459
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4460
+ state: {
4461
+ active: boolean;
4462
+ error: string;
4463
+ };
4464
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4465
+ } | {
4466
+ (): ReturnType<(this: {
4467
+ state: {
4468
+ active: boolean;
4469
+ error: string;
4470
+ };
4471
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4472
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4473
+ state: {
4474
+ active: boolean;
4475
+ error: string;
4476
+ };
4477
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4478
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4479
+ state: {
4480
+ active: boolean;
4481
+ error: string;
4482
+ };
4483
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4484
+ } | {
4485
+ (): ReturnType<(this: {
4486
+ state: {
4487
+ active: boolean;
4488
+ error: string;
4489
+ };
4490
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4491
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4492
+ state: {
4493
+ active: boolean;
4494
+ error: string;
4495
+ };
4496
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4497
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4498
+ state: {
4499
+ active: boolean;
4500
+ error: string;
4501
+ };
4502
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4503
+ }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
4504
+ (attributes: import("@esportsplus/template").Attributes, content: (mask: {
4505
+ (): ReturnType<(this: {
4506
+ state: {
4507
+ active: boolean;
4508
+ error: string;
4509
+ };
4510
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4511
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4512
+ state: {
4513
+ active: boolean;
4514
+ error: string;
4515
+ };
4516
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4517
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4518
+ state: {
4519
+ active: boolean;
4520
+ error: string;
4521
+ };
4522
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4523
+ } | {
4524
+ (): ReturnType<(this: {
4525
+ state: {
4526
+ active: boolean;
4527
+ error: string;
4528
+ };
4529
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4530
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4531
+ state: {
4532
+ active: boolean;
4533
+ error: string;
4534
+ };
4535
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4536
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4537
+ state: {
4538
+ active: boolean;
4539
+ error: string;
4540
+ };
4541
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4542
+ } | {
4543
+ (): ReturnType<(this: {
4544
+ state: {
4545
+ active: boolean;
4546
+ error: string;
4547
+ };
4548
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4549
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4550
+ state: {
4551
+ active: boolean;
4552
+ error: string;
4553
+ };
4554
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4555
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4556
+ state: {
4557
+ active: boolean;
4558
+ error: string;
4559
+ };
4560
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4561
+ }) => import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
4562
+ mask: {
4563
+ (): ReturnType<(this: {
4564
+ state: {
4565
+ active: boolean;
4566
+ error: string;
4567
+ };
4568
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4569
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4570
+ state: {
4571
+ active: boolean;
4572
+ error: string;
4573
+ };
4574
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4575
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4576
+ state: {
4577
+ active: boolean;
4578
+ error: string;
4579
+ };
4580
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4581
+ } | {
4582
+ (): ReturnType<(this: {
4583
+ state: {
4584
+ active: boolean;
4585
+ error: string;
4586
+ };
4587
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4588
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4589
+ state: {
4590
+ active: boolean;
4591
+ error: string;
4592
+ };
4593
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4594
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4595
+ state: {
4596
+ active: boolean;
4597
+ error: string;
4598
+ };
4599
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4600
+ } | {
4601
+ (): ReturnType<(this: {
4602
+ state: {
4603
+ active: boolean;
4604
+ error: string;
4605
+ };
4606
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4607
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4608
+ state: {
4609
+ active: boolean;
4610
+ error: string;
4611
+ };
4612
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4613
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4614
+ state: {
4615
+ active: boolean;
4616
+ error: string;
4617
+ };
4618
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4619
+ };
4620
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: {
4621
+ (): ReturnType<(this: {
4622
+ state: {
4623
+ active: boolean;
4624
+ error: string;
4625
+ };
4626
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4627
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4628
+ state: {
4629
+ active: boolean;
4630
+ error: string;
4631
+ };
4632
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4633
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4634
+ state: {
4635
+ active: boolean;
4636
+ error: string;
4637
+ };
4638
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4639
+ } | {
4640
+ (): ReturnType<(this: {
4641
+ state: {
4642
+ active: boolean;
4643
+ error: string;
4644
+ };
4645
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4646
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4647
+ state: {
4648
+ active: boolean;
4649
+ error: string;
4650
+ };
4651
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4652
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4653
+ state: {
4654
+ active: boolean;
4655
+ error: string;
4656
+ };
4657
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4658
+ } | {
4659
+ (): ReturnType<(this: {
4660
+ state: {
4661
+ active: boolean;
4662
+ error: string;
4663
+ };
4664
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4665
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4666
+ state: {
4667
+ active: boolean;
4668
+ error: string;
4669
+ };
4670
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4671
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
4672
+ state: {
4673
+ active: boolean;
4674
+ error: string;
4675
+ };
4676
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
4677
+ }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
4678
+ };
4679
+ declare const _default: {
4680
+ checkbox: {
4681
+ (): ReturnType<(this: {
4682
+ mask: (attributes: {
4683
+ [key: `aria-${string}`]: string | number | boolean | undefined;
4684
+ [key: `data-${string}`]: string | undefined;
4685
+ class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4686
+ onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4687
+ ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4688
+ onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4689
+ ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
4690
+ style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4691
+ } & {
4692
+ onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
4693
+ onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4694
+ onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4695
+ onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4696
+ onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4697
+ onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4698
+ onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
4699
+ onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4700
+ onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4701
+ oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4702
+ oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4703
+ oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4704
+ onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4705
+ onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4706
+ onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4707
+ oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4708
+ oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4709
+ oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4710
+ oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4711
+ oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4712
+ oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4713
+ oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4714
+ oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4715
+ oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4716
+ ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4717
+ ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4718
+ ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4719
+ ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4720
+ ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4721
+ ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4722
+ ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4723
+ ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4724
+ ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4725
+ onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4726
+ onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4727
+ onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
4728
+ onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4729
+ onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4730
+ onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4731
+ onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
4732
+ ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4733
+ oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4734
+ oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4735
+ onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4736
+ onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4737
+ onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4738
+ onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4739
+ onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4740
+ onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4741
+ onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4742
+ onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4743
+ onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4744
+ onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4745
+ onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4746
+ onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4747
+ onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4748
+ onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4749
+ onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4750
+ onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4751
+ onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4752
+ onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4753
+ onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4754
+ onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4755
+ onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4756
+ onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4757
+ onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4758
+ onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4759
+ onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4760
+ onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4761
+ onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4762
+ onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
4763
+ onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4764
+ onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4765
+ onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
4766
+ onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4767
+ onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4768
+ onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
4769
+ onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4770
+ onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4771
+ onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4772
+ onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4773
+ onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4774
+ onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4775
+ onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4776
+ onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
4777
+ onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4778
+ ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4779
+ ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4780
+ ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4781
+ ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4782
+ ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4783
+ ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
4784
+ ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4785
+ ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4786
+ ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4787
+ ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
4788
+ onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4789
+ onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4790
+ onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4791
+ onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4792
+ onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4793
+ onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4794
+ onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
4795
+ } & Record<PropertyKey, unknown> & {
4796
+ 'field-mask-tag'?: import("@esportsplus/template").Attributes;
4797
+ }, state: {
4798
+ active: boolean;
4799
+ }) => import("@esportsplus/template").Renderable<unknown>;
4800
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: ((attributes: {
4801
+ [key: `aria-${string}`]: string | number | boolean | undefined;
4802
+ [key: `data-${string}`]: string | undefined;
4803
+ class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4804
+ onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4805
+ ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4806
+ onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
4807
+ ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
4808
+ style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
4809
+ } & {
4810
+ onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
4811
+ onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4812
+ onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4813
+ onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4814
+ onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
4815
+ onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4816
+ onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
4817
+ onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4818
+ onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4819
+ oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4820
+ oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4821
+ oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4822
+ onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4823
+ onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4824
+ onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4825
+ oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4826
+ oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4827
+ oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
4828
+ oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4829
+ oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4830
+ oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4831
+ oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4832
+ oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4833
+ oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4834
+ ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4835
+ ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4836
+ ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4837
+ ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4838
+ ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4839
+ ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4840
+ ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4841
+ ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
4842
+ ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4843
+ onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4844
+ onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4845
+ onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
4846
+ onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4847
+ onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4848
+ onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
4849
+ onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
4850
+ ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4851
+ oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4852
+ oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4853
+ onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4854
+ onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4855
+ onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
4856
+ onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4857
+ onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4858
+ onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4859
+ onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4860
+ onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4861
+ onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4862
+ onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4863
+ onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4864
+ onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4865
+ onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4866
+ onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4867
+ onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
4868
+ onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
4869
+ onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4870
+ onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4405
4871
  onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
4406
4872
  onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
4407
4873
  onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
@@ -6566,6 +7032,473 @@ declare const _default: {
6566
7032
  'field-mask-tag'?: import("@esportsplus/template").Attributes;
6567
7033
  }) => import("@esportsplus/template").Renderable<unknown>)) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
6568
7034
  };
7035
+ range: {
7036
+ (): ReturnType<(this: {
7037
+ mask: {
7038
+ (): ReturnType<(this: {
7039
+ state: {
7040
+ active: boolean;
7041
+ error: string;
7042
+ };
7043
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7044
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7045
+ state: {
7046
+ active: boolean;
7047
+ error: string;
7048
+ };
7049
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7050
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7051
+ state: {
7052
+ active: boolean;
7053
+ error: string;
7054
+ };
7055
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7056
+ } | {
7057
+ (): ReturnType<(this: {
7058
+ state: {
7059
+ active: boolean;
7060
+ error: string;
7061
+ };
7062
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7063
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7064
+ state: {
7065
+ active: boolean;
7066
+ error: string;
7067
+ };
7068
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7069
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7070
+ state: {
7071
+ active: boolean;
7072
+ error: string;
7073
+ };
7074
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7075
+ } | {
7076
+ (): ReturnType<(this: {
7077
+ state: {
7078
+ active: boolean;
7079
+ error: string;
7080
+ };
7081
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7082
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7083
+ state: {
7084
+ active: boolean;
7085
+ error: string;
7086
+ };
7087
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7088
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7089
+ state: {
7090
+ active: boolean;
7091
+ error: string;
7092
+ };
7093
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7094
+ };
7095
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: {
7096
+ (): ReturnType<(this: {
7097
+ state: {
7098
+ active: boolean;
7099
+ error: string;
7100
+ };
7101
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7102
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7103
+ state: {
7104
+ active: boolean;
7105
+ error: string;
7106
+ };
7107
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7108
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7109
+ state: {
7110
+ active: boolean;
7111
+ error: string;
7112
+ };
7113
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7114
+ } | {
7115
+ (): ReturnType<(this: {
7116
+ state: {
7117
+ active: boolean;
7118
+ error: string;
7119
+ };
7120
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7121
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7122
+ state: {
7123
+ active: boolean;
7124
+ error: string;
7125
+ };
7126
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7127
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7128
+ state: {
7129
+ active: boolean;
7130
+ error: string;
7131
+ };
7132
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7133
+ } | {
7134
+ (): ReturnType<(this: {
7135
+ state: {
7136
+ active: boolean;
7137
+ error: string;
7138
+ };
7139
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7140
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7141
+ state: {
7142
+ active: boolean;
7143
+ error: string;
7144
+ };
7145
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7146
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7147
+ state: {
7148
+ active: boolean;
7149
+ error: string;
7150
+ };
7151
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7152
+ }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
7153
+ (content: (mask: {
7154
+ (): ReturnType<(this: {
7155
+ state: {
7156
+ active: boolean;
7157
+ error: string;
7158
+ };
7159
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7160
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7161
+ state: {
7162
+ active: boolean;
7163
+ error: string;
7164
+ };
7165
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7166
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7167
+ state: {
7168
+ active: boolean;
7169
+ error: string;
7170
+ };
7171
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7172
+ } | {
7173
+ (): ReturnType<(this: {
7174
+ state: {
7175
+ active: boolean;
7176
+ error: string;
7177
+ };
7178
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7179
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7180
+ state: {
7181
+ active: boolean;
7182
+ error: string;
7183
+ };
7184
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7185
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7186
+ state: {
7187
+ active: boolean;
7188
+ error: string;
7189
+ };
7190
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7191
+ } | {
7192
+ (): ReturnType<(this: {
7193
+ state: {
7194
+ active: boolean;
7195
+ error: string;
7196
+ };
7197
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7198
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7199
+ state: {
7200
+ active: boolean;
7201
+ error: string;
7202
+ };
7203
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7204
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7205
+ state: {
7206
+ active: boolean;
7207
+ error: string;
7208
+ };
7209
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7210
+ }) => import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
7211
+ mask: {
7212
+ (): ReturnType<(this: {
7213
+ state: {
7214
+ active: boolean;
7215
+ error: string;
7216
+ };
7217
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7218
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7219
+ state: {
7220
+ active: boolean;
7221
+ error: string;
7222
+ };
7223
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7224
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7225
+ state: {
7226
+ active: boolean;
7227
+ error: string;
7228
+ };
7229
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7230
+ } | {
7231
+ (): ReturnType<(this: {
7232
+ state: {
7233
+ active: boolean;
7234
+ error: string;
7235
+ };
7236
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7237
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7238
+ state: {
7239
+ active: boolean;
7240
+ error: string;
7241
+ };
7242
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7243
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7244
+ state: {
7245
+ active: boolean;
7246
+ error: string;
7247
+ };
7248
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7249
+ } | {
7250
+ (): ReturnType<(this: {
7251
+ state: {
7252
+ active: boolean;
7253
+ error: string;
7254
+ };
7255
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7256
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7257
+ state: {
7258
+ active: boolean;
7259
+ error: string;
7260
+ };
7261
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7262
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7263
+ state: {
7264
+ active: boolean;
7265
+ error: string;
7266
+ };
7267
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7268
+ };
7269
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: {
7270
+ (): ReturnType<(this: {
7271
+ state: {
7272
+ active: boolean;
7273
+ error: string;
7274
+ };
7275
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7276
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7277
+ state: {
7278
+ active: boolean;
7279
+ error: string;
7280
+ };
7281
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7282
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7283
+ state: {
7284
+ active: boolean;
7285
+ error: string;
7286
+ };
7287
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7288
+ } | {
7289
+ (): ReturnType<(this: {
7290
+ state: {
7291
+ active: boolean;
7292
+ error: string;
7293
+ };
7294
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7295
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7296
+ state: {
7297
+ active: boolean;
7298
+ error: string;
7299
+ };
7300
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7301
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7302
+ state: {
7303
+ active: boolean;
7304
+ error: string;
7305
+ };
7306
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7307
+ } | {
7308
+ (): ReturnType<(this: {
7309
+ state: {
7310
+ active: boolean;
7311
+ error: string;
7312
+ };
7313
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7314
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7315
+ state: {
7316
+ active: boolean;
7317
+ error: string;
7318
+ };
7319
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7320
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7321
+ state: {
7322
+ active: boolean;
7323
+ error: string;
7324
+ };
7325
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7326
+ }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
7327
+ (attributes: import("@esportsplus/template").Attributes, content: (mask: {
7328
+ (): ReturnType<(this: {
7329
+ state: {
7330
+ active: boolean;
7331
+ error: string;
7332
+ };
7333
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7334
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7335
+ state: {
7336
+ active: boolean;
7337
+ error: string;
7338
+ };
7339
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7340
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7341
+ state: {
7342
+ active: boolean;
7343
+ error: string;
7344
+ };
7345
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7346
+ } | {
7347
+ (): ReturnType<(this: {
7348
+ state: {
7349
+ active: boolean;
7350
+ error: string;
7351
+ };
7352
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7353
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7354
+ state: {
7355
+ active: boolean;
7356
+ error: string;
7357
+ };
7358
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7359
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7360
+ state: {
7361
+ active: boolean;
7362
+ error: string;
7363
+ };
7364
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7365
+ } | {
7366
+ (): ReturnType<(this: {
7367
+ state: {
7368
+ active: boolean;
7369
+ error: string;
7370
+ };
7371
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7372
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7373
+ state: {
7374
+ active: boolean;
7375
+ error: string;
7376
+ };
7377
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7378
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7379
+ state: {
7380
+ active: boolean;
7381
+ error: string;
7382
+ };
7383
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7384
+ }) => import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
7385
+ mask: {
7386
+ (): ReturnType<(this: {
7387
+ state: {
7388
+ active: boolean;
7389
+ error: string;
7390
+ };
7391
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7392
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7393
+ state: {
7394
+ active: boolean;
7395
+ error: string;
7396
+ };
7397
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7398
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7399
+ state: {
7400
+ active: boolean;
7401
+ error: string;
7402
+ };
7403
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7404
+ } | {
7405
+ (): ReturnType<(this: {
7406
+ state: {
7407
+ active: boolean;
7408
+ error: string;
7409
+ };
7410
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7411
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7412
+ state: {
7413
+ active: boolean;
7414
+ error: string;
7415
+ };
7416
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7417
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7418
+ state: {
7419
+ active: boolean;
7420
+ error: string;
7421
+ };
7422
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7423
+ } | {
7424
+ (): ReturnType<(this: {
7425
+ state: {
7426
+ active: boolean;
7427
+ error: string;
7428
+ };
7429
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7430
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7431
+ state: {
7432
+ active: boolean;
7433
+ error: string;
7434
+ };
7435
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7436
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7437
+ state: {
7438
+ active: boolean;
7439
+ error: string;
7440
+ };
7441
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7442
+ };
7443
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: (mask: {
7444
+ (): ReturnType<(this: {
7445
+ state: {
7446
+ active: boolean;
7447
+ error: string;
7448
+ };
7449
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7450
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7451
+ state: {
7452
+ active: boolean;
7453
+ error: string;
7454
+ };
7455
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7456
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7457
+ state: {
7458
+ active: boolean;
7459
+ error: string;
7460
+ };
7461
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7462
+ } | {
7463
+ (): ReturnType<(this: {
7464
+ state: {
7465
+ active: boolean;
7466
+ error: string;
7467
+ };
7468
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7469
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7470
+ state: {
7471
+ active: boolean;
7472
+ error: string;
7473
+ };
7474
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7475
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7476
+ state: {
7477
+ active: boolean;
7478
+ error: string;
7479
+ };
7480
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7481
+ } | {
7482
+ (): ReturnType<(this: {
7483
+ state: {
7484
+ active: boolean;
7485
+ error: string;
7486
+ };
7487
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7488
+ (content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7489
+ state: {
7490
+ active: boolean;
7491
+ error: string;
7492
+ };
7493
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7494
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
7495
+ state: {
7496
+ active: boolean;
7497
+ error: string;
7498
+ };
7499
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
7500
+ }) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
7501
+ };
6569
7502
  select: {
6570
7503
  (): ReturnType<(this: {
6571
7504
  attributes?: ({
@@ -10457,4 +11390,4 @@ declare const _default: {
10457
11390
  };
10458
11391
  };
10459
11392
  export default _default;
10460
- export { cb as checkbox, description, file, radio, select, sw as switch, textarea, text, title };
11393
+ export { cb as checkbox, description, file, radio, range, select, sw as switch, textarea, text, title };