@m3e/stepper 1.0.2

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.
@@ -0,0 +1,4143 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "\"./StepElement\""
16
+ }
17
+ },
18
+ {
19
+ "kind": "js",
20
+ "name": "*",
21
+ "declaration": {
22
+ "name": "*",
23
+ "package": "\"./StepHeaderPosition\""
24
+ }
25
+ },
26
+ {
27
+ "kind": "js",
28
+ "name": "*",
29
+ "declaration": {
30
+ "name": "*",
31
+ "package": "\"./StepLabelPosition\""
32
+ }
33
+ },
34
+ {
35
+ "kind": "js",
36
+ "name": "*",
37
+ "declaration": {
38
+ "name": "*",
39
+ "package": "\"./StepPanelElement\""
40
+ }
41
+ },
42
+ {
43
+ "kind": "js",
44
+ "name": "*",
45
+ "declaration": {
46
+ "name": "*",
47
+ "package": "\"./StepperButtonElementBase\""
48
+ }
49
+ },
50
+ {
51
+ "kind": "js",
52
+ "name": "*",
53
+ "declaration": {
54
+ "name": "*",
55
+ "package": "\"./StepperElement\""
56
+ }
57
+ },
58
+ {
59
+ "kind": "js",
60
+ "name": "*",
61
+ "declaration": {
62
+ "name": "*",
63
+ "package": "\"./StepperNextElement\""
64
+ }
65
+ },
66
+ {
67
+ "kind": "js",
68
+ "name": "*",
69
+ "declaration": {
70
+ "name": "*",
71
+ "package": "\"./StepperPreviousElement\""
72
+ }
73
+ },
74
+ {
75
+ "kind": "js",
76
+ "name": "*",
77
+ "declaration": {
78
+ "name": "*",
79
+ "package": "\"./StepperResetElement\""
80
+ }
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "kind": "javascript-module",
86
+ "path": "src/StepElement.ts",
87
+ "declarations": [
88
+ {
89
+ "kind": "class",
90
+ "description": "A step in a wizard-like workflow.",
91
+ "name": "M3eStepElement",
92
+ "cssProperties": [
93
+ {
94
+ "description": "Border radius of the step container, defining its visual shape.",
95
+ "name": "--m3e-step-shape"
96
+ },
97
+ {
98
+ "description": "Internal padding of the step container, used for layout spacing.",
99
+ "name": "--m3e-step-padding"
100
+ },
101
+ {
102
+ "description": "Border radius of the icon container, controlling its geometric form.",
103
+ "name": "--m3e-step-icon-shape"
104
+ },
105
+ {
106
+ "description": "Width and height of the icon container and icon glyph.",
107
+ "name": "--m3e-step-icon-size"
108
+ },
109
+ {
110
+ "description": "Background color of the icon when the step is selected.",
111
+ "name": "--m3e-step-selected-icon-container-color"
112
+ },
113
+ {
114
+ "description": "Foreground color of the icon when the step is selected.",
115
+ "name": "--m3e-step-selected-icon-color"
116
+ },
117
+ {
118
+ "description": "Background color of the icon when the step is completed.",
119
+ "name": "--m3e-step-completed-icon-container-color"
120
+ },
121
+ {
122
+ "description": "Foreground color of the icon when the step is completed.",
123
+ "name": "--m3e-step-completed-icon-color"
124
+ },
125
+ {
126
+ "description": "Background color of the icon when the step is inactive.",
127
+ "name": "--m3e-step-unselected-icon-container-color"
128
+ },
129
+ {
130
+ "description": "Foreground color of the icon when the step is inactive.",
131
+ "name": "--m3e-step-unselected-icon-color"
132
+ },
133
+ {
134
+ "description": "Foreground color of the icon when the step is invalid.",
135
+ "name": "--m3e-step-icon-error-color"
136
+ },
137
+ {
138
+ "description": "Base color used to mix the disabled icon background.",
139
+ "name": "--m3e-step-disabled-icon-container-color"
140
+ },
141
+ {
142
+ "description": "Base color used to mix the disabled icon foreground.",
143
+ "name": "--m3e-step-disabled-icon-color"
144
+ },
145
+ {
146
+ "description": "Text color of the step label in its default state.",
147
+ "name": "--m3e-step-label-color"
148
+ },
149
+ {
150
+ "description": "Text color of the step label when the step is invalid.",
151
+ "name": "--m3e-step-label-error-color"
152
+ },
153
+ {
154
+ "description": "Base color used to mix the disabled label foreground.",
155
+ "name": "--m3e-step-disabled-label-color"
156
+ },
157
+ {
158
+ "description": "Font size of the step label.",
159
+ "name": "--m3e-step-font-size"
160
+ },
161
+ {
162
+ "description": "Font weight of the step label.",
163
+ "name": "--m3e-step-font-weight"
164
+ },
165
+ {
166
+ "description": "Line height of the step label.",
167
+ "name": "--m3e-step-line-height"
168
+ },
169
+ {
170
+ "description": "Letter spacing of the step label.",
171
+ "name": "--m3e-step-tracking"
172
+ },
173
+ {
174
+ "description": "Gap between icon and label.",
175
+ "name": "--m3e-step-icon-label-space"
176
+ },
177
+ {
178
+ "description": "Font size of hint and error messages.",
179
+ "name": "--m3e-step-hint-font-size"
180
+ },
181
+ {
182
+ "description": "Font weight of hint and error messages.",
183
+ "name": "--m3e-step-hint-font-weight"
184
+ },
185
+ {
186
+ "description": "Line height of hint and error messages.",
187
+ "name": "--m3e-step-hint-line-height"
188
+ },
189
+ {
190
+ "description": "Letter spacing of hint and error messages.",
191
+ "name": "--m3e-step-hint-tracking"
192
+ },
193
+ {
194
+ "description": "Text color of hint messages in valid state.",
195
+ "name": "--m3e-step-hint-color"
196
+ },
197
+ {
198
+ "description": "Base color used to mix the disabled hint foreground.",
199
+ "name": "--m3e-step-disabled-hint-color"
200
+ }
201
+ ],
202
+ "slots": [
203
+ {
204
+ "description": "Renders the label of the step.",
205
+ "name": ""
206
+ },
207
+ {
208
+ "description": "Renders the icon of the step.",
209
+ "name": "icon"
210
+ },
211
+ {
212
+ "description": "Renders the icon of a completed step.",
213
+ "name": "done-icon"
214
+ },
215
+ {
216
+ "description": "Renders the icon of a completed editable step.",
217
+ "name": "edit-icon"
218
+ },
219
+ {
220
+ "description": "Renders icon of an invalid step.",
221
+ "name": "error-icon"
222
+ },
223
+ {
224
+ "description": "Renders the hint text of the step.",
225
+ "name": "hint"
226
+ },
227
+ {
228
+ "description": "Renders the error message for an invalid step.",
229
+ "name": "error"
230
+ }
231
+ ],
232
+ "members": [
233
+ {
234
+ "kind": "field",
235
+ "name": "__nextId",
236
+ "type": {
237
+ "text": "number"
238
+ },
239
+ "privacy": "private",
240
+ "static": true,
241
+ "default": "0"
242
+ },
243
+ {
244
+ "kind": "field",
245
+ "name": "_focusRing",
246
+ "type": {
247
+ "text": "M3eFocusRingElement | undefined"
248
+ },
249
+ "privacy": "private",
250
+ "readonly": true
251
+ },
252
+ {
253
+ "kind": "field",
254
+ "name": "_stateLayer",
255
+ "type": {
256
+ "text": "M3eStateLayerElement | undefined"
257
+ },
258
+ "privacy": "private",
259
+ "readonly": true
260
+ },
261
+ {
262
+ "kind": "field",
263
+ "name": "_ripple",
264
+ "type": {
265
+ "text": "M3eRippleElement | undefined"
266
+ },
267
+ "privacy": "private",
268
+ "readonly": true
269
+ },
270
+ {
271
+ "kind": "field",
272
+ "name": "#clickHandler",
273
+ "privacy": "private",
274
+ "readonly": true
275
+ },
276
+ {
277
+ "kind": "field",
278
+ "name": "optional",
279
+ "type": {
280
+ "text": "boolean"
281
+ },
282
+ "default": "false",
283
+ "description": "Whether the step is optional.",
284
+ "attribute": "optional",
285
+ "reflects": true
286
+ },
287
+ {
288
+ "kind": "field",
289
+ "name": "editable",
290
+ "type": {
291
+ "text": "boolean"
292
+ },
293
+ "default": "false",
294
+ "description": "Whether the step is editable and users can return to it after completion.",
295
+ "attribute": "editable",
296
+ "reflects": true
297
+ },
298
+ {
299
+ "kind": "field",
300
+ "name": "completed",
301
+ "type": {
302
+ "text": "boolean"
303
+ },
304
+ "default": "false",
305
+ "description": "Whether the step has been completed.",
306
+ "attribute": "completed",
307
+ "reflects": true
308
+ },
309
+ {
310
+ "kind": "field",
311
+ "name": "invalid",
312
+ "type": {
313
+ "text": "boolean"
314
+ },
315
+ "default": "false",
316
+ "description": "Whether the step has an error.",
317
+ "attribute": "invalid",
318
+ "reflects": true
319
+ },
320
+ {
321
+ "kind": "field",
322
+ "name": "panel",
323
+ "type": {
324
+ "text": "M3eStepPanelElement | null"
325
+ },
326
+ "description": "A reference to the panel controlled by the step.",
327
+ "readonly": true
328
+ },
329
+ {
330
+ "kind": "field",
331
+ "name": "stepper",
332
+ "type": {
333
+ "text": "M3eStepperElement | null"
334
+ },
335
+ "description": "The stepper to which this step belongs.",
336
+ "readonly": true
337
+ },
338
+ {
339
+ "kind": "method",
340
+ "name": "reset",
341
+ "return": {
342
+ "type": {
343
+ "text": "void"
344
+ }
345
+ },
346
+ "description": "Resets the step to its initial state, clearing any form data."
347
+ },
348
+ {
349
+ "kind": "method",
350
+ "name": "attach",
351
+ "return": {
352
+ "type": {
353
+ "text": "void"
354
+ }
355
+ },
356
+ "parameters": [
357
+ {
358
+ "name": "control",
359
+ "type": {
360
+ "text": "HTMLElement"
361
+ }
362
+ }
363
+ ],
364
+ "description": "Attaches the element to an interactive control.",
365
+ "inheritedFrom": {
366
+ "name": "HtmlFor",
367
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
368
+ }
369
+ },
370
+ {
371
+ "kind": "method",
372
+ "name": "detach",
373
+ "return": {
374
+ "type": {
375
+ "text": "void"
376
+ }
377
+ },
378
+ "description": "Detaches the element from its current interactive control.",
379
+ "inheritedFrom": {
380
+ "name": "HtmlFor",
381
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
382
+ }
383
+ },
384
+ {
385
+ "kind": "method",
386
+ "name": "#renderIcon",
387
+ "privacy": "private",
388
+ "return": {
389
+ "type": {
390
+ "text": "unknown"
391
+ }
392
+ }
393
+ },
394
+ {
395
+ "kind": "method",
396
+ "name": "#handleClick",
397
+ "privacy": "private",
398
+ "return": {
399
+ "type": {
400
+ "text": "void"
401
+ }
402
+ },
403
+ "parameters": [
404
+ {
405
+ "name": "e",
406
+ "type": {
407
+ "text": "Event"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "field",
414
+ "name": "selected",
415
+ "type": {
416
+ "text": "boolean"
417
+ },
418
+ "default": "false",
419
+ "description": "Whether the element is selected.",
420
+ "attribute": "selected",
421
+ "reflects": true,
422
+ "inheritedFrom": {
423
+ "name": "Selected",
424
+ "module": "../core/src/shared/mixins/Selected.ts"
425
+ }
426
+ },
427
+ {
428
+ "kind": "field",
429
+ "name": "#keyUpHandler",
430
+ "privacy": "private",
431
+ "readonly": true,
432
+ "inheritedFrom": {
433
+ "name": "KeyboardClick",
434
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
435
+ }
436
+ },
437
+ {
438
+ "kind": "method",
439
+ "name": "#handleKeyUp",
440
+ "privacy": "private",
441
+ "return": {
442
+ "type": {
443
+ "text": "void"
444
+ }
445
+ },
446
+ "parameters": [
447
+ {
448
+ "name": "e",
449
+ "type": {
450
+ "text": "KeyboardEvent"
451
+ }
452
+ }
453
+ ],
454
+ "inheritedFrom": {
455
+ "name": "KeyboardClick",
456
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
457
+ }
458
+ },
459
+ {
460
+ "kind": "field",
461
+ "name": "[_tabindex]",
462
+ "type": {
463
+ "text": "number"
464
+ },
465
+ "privacy": "private",
466
+ "default": "0",
467
+ "inheritedFrom": {
468
+ "name": "Focusable",
469
+ "module": "../core/src/shared/mixins/Focusable.ts"
470
+ }
471
+ },
472
+ {
473
+ "kind": "field",
474
+ "name": "[_control]",
475
+ "type": {
476
+ "text": "HTMLElement | null"
477
+ },
478
+ "privacy": "private",
479
+ "default": "null",
480
+ "inheritedFrom": {
481
+ "name": "HtmlFor",
482
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
483
+ }
484
+ },
485
+ {
486
+ "kind": "field",
487
+ "name": "[_firstUpdated]",
488
+ "type": {
489
+ "text": "boolean"
490
+ },
491
+ "privacy": "private",
492
+ "default": "false",
493
+ "inheritedFrom": {
494
+ "name": "HtmlFor",
495
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
496
+ }
497
+ },
498
+ {
499
+ "kind": "field",
500
+ "name": "htmlFor",
501
+ "type": {
502
+ "text": "string | null"
503
+ },
504
+ "default": "null",
505
+ "description": "The identifier of the interactive control to which this element is attached.",
506
+ "attribute": "for",
507
+ "inheritedFrom": {
508
+ "name": "HtmlFor",
509
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
510
+ }
511
+ },
512
+ {
513
+ "kind": "field",
514
+ "name": "control",
515
+ "description": "The interactive element to which this element is attached.",
516
+ "readonly": true,
517
+ "inheritedFrom": {
518
+ "name": "HtmlFor",
519
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
520
+ }
521
+ },
522
+ {
523
+ "kind": "field",
524
+ "name": "disabled",
525
+ "type": {
526
+ "text": "boolean"
527
+ },
528
+ "default": "false",
529
+ "description": "Whether the element is disabled.",
530
+ "attribute": "disabled",
531
+ "inheritedFrom": {
532
+ "name": "Disabled",
533
+ "module": "../core/src/shared/mixins/Disabled.ts"
534
+ }
535
+ },
536
+ {
537
+ "kind": "field",
538
+ "name": "formAssociated",
539
+ "static": true,
540
+ "readonly": true,
541
+ "default": "formAssociated",
542
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
543
+ "inheritedFrom": {
544
+ "name": "AttachInternals",
545
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
546
+ }
547
+ },
548
+ {
549
+ "kind": "field",
550
+ "name": "[_internals]",
551
+ "type": {
552
+ "text": "ElementInternals | undefined"
553
+ },
554
+ "privacy": "private",
555
+ "inheritedFrom": {
556
+ "name": "AttachInternals",
557
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
558
+ }
559
+ }
560
+ ],
561
+ "events": [
562
+ {
563
+ "name": "input",
564
+ "type": {
565
+ "text": "Event"
566
+ },
567
+ "description": "Emitted when the selected state changes."
568
+ },
569
+ {
570
+ "name": "change",
571
+ "type": {
572
+ "text": "Event"
573
+ },
574
+ "description": "Emitted when the selected state changes."
575
+ },
576
+ {
577
+ "name": "click",
578
+ "type": {
579
+ "text": "MouseEvent"
580
+ },
581
+ "description": "Emitted when the element is clicked.",
582
+ "inheritedFrom": {
583
+ "name": "KeyboardClick",
584
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
585
+ }
586
+ }
587
+ ],
588
+ "attributes": [
589
+ {
590
+ "description": "Whether the step has been completed.",
591
+ "name": "completed",
592
+ "type": {
593
+ "text": "boolean"
594
+ },
595
+ "default": "false",
596
+ "fieldName": "completed"
597
+ },
598
+ {
599
+ "name": "disabled",
600
+ "type": {
601
+ "text": "boolean"
602
+ },
603
+ "default": "false",
604
+ "description": "Whether the element is disabled.",
605
+ "fieldName": "disabled",
606
+ "inheritedFrom": {
607
+ "name": "Disabled",
608
+ "module": "../core/src/shared/mixins/Disabled.ts"
609
+ }
610
+ },
611
+ {
612
+ "description": "Whether the step is editable and users can return to it after completion.",
613
+ "name": "editable",
614
+ "type": {
615
+ "text": "boolean"
616
+ },
617
+ "default": "false",
618
+ "fieldName": "editable"
619
+ },
620
+ {
621
+ "name": "for",
622
+ "type": {
623
+ "text": "string | null"
624
+ },
625
+ "default": "null",
626
+ "description": "The identifier of the interactive control to which this element is attached.",
627
+ "fieldName": "htmlFor",
628
+ "inheritedFrom": {
629
+ "name": "HtmlFor",
630
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
631
+ }
632
+ },
633
+ {
634
+ "description": "Whether the step is optional.",
635
+ "name": "optional",
636
+ "type": {
637
+ "text": "boolean"
638
+ },
639
+ "default": "false",
640
+ "fieldName": "optional"
641
+ },
642
+ {
643
+ "name": "selected",
644
+ "type": {
645
+ "text": "boolean"
646
+ },
647
+ "default": "false",
648
+ "description": "Whether the element is selected.",
649
+ "fieldName": "selected",
650
+ "inheritedFrom": {
651
+ "name": "Selected",
652
+ "module": "../core/src/shared/mixins/Selected.ts"
653
+ }
654
+ },
655
+ {
656
+ "name": "invalid",
657
+ "type": {
658
+ "text": "boolean"
659
+ },
660
+ "default": "false",
661
+ "description": "Whether the step has an error.",
662
+ "fieldName": "invalid"
663
+ }
664
+ ],
665
+ "mixins": [
666
+ {
667
+ "name": "Selected",
668
+ "package": "@m3e/core"
669
+ },
670
+ {
671
+ "name": "KeyboardClick",
672
+ "package": "@m3e/core"
673
+ },
674
+ {
675
+ "name": "Focusable",
676
+ "package": "@m3e/core"
677
+ },
678
+ {
679
+ "name": "HtmlFor",
680
+ "package": "@m3e/core"
681
+ },
682
+ {
683
+ "name": "Disabled",
684
+ "package": "@m3e/core"
685
+ },
686
+ {
687
+ "name": "AttachInternals",
688
+ "package": "@m3e/core"
689
+ },
690
+ {
691
+ "name": "Role",
692
+ "package": "@m3e/core"
693
+ }
694
+ ],
695
+ "superclass": {
696
+ "name": "LitElement",
697
+ "package": "lit"
698
+ },
699
+ "tagName": "m3e-step",
700
+ "customElement": true
701
+ }
702
+ ],
703
+ "exports": [
704
+ {
705
+ "kind": "js",
706
+ "name": "M3eStepElement",
707
+ "declaration": {
708
+ "name": "M3eStepElement",
709
+ "module": "src/StepElement.ts"
710
+ }
711
+ },
712
+ {
713
+ "kind": "custom-element-definition",
714
+ "name": "m3e-step",
715
+ "declaration": {
716
+ "name": "M3eStepElement",
717
+ "module": "src/StepElement.ts"
718
+ }
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "kind": "javascript-module",
724
+ "path": "src/StepHeaderPosition.ts",
725
+ "declarations": [],
726
+ "exports": []
727
+ },
728
+ {
729
+ "kind": "javascript-module",
730
+ "path": "src/StepLabelPosition.ts",
731
+ "declarations": [],
732
+ "exports": []
733
+ },
734
+ {
735
+ "kind": "javascript-module",
736
+ "path": "src/StepPanelElement.ts",
737
+ "declarations": [
738
+ {
739
+ "kind": "class",
740
+ "description": "A panel presented for a step in a wizard-like workflow.",
741
+ "name": "M3eStepPanelElement",
742
+ "cssProperties": [
743
+ {
744
+ "description": "Padding inside the step panel container, defining internal spacing around content.",
745
+ "name": "--m3e-step-panel-padding"
746
+ },
747
+ {
748
+ "description": "Vertical gap between stacked elements within the step panel.",
749
+ "name": "--m3e-step-panel-spacing"
750
+ },
751
+ {
752
+ "description": "Minimum height of the slotted actions container.",
753
+ "name": "--m3e-step-panel-actions-height"
754
+ }
755
+ ],
756
+ "slots": [
757
+ {
758
+ "description": "Renders the content of the panel.",
759
+ "name": ""
760
+ },
761
+ {
762
+ "description": "Renders the actions bar of the panel.",
763
+ "name": "actions-"
764
+ }
765
+ ],
766
+ "members": [],
767
+ "superclass": {
768
+ "name": "LitElement",
769
+ "package": "lit"
770
+ },
771
+ "tagName": "m3e-step-panel",
772
+ "customElement": true
773
+ }
774
+ ],
775
+ "exports": [
776
+ {
777
+ "kind": "js",
778
+ "name": "M3eStepPanelElement",
779
+ "declaration": {
780
+ "name": "M3eStepPanelElement",
781
+ "module": "src/StepPanelElement.ts"
782
+ }
783
+ },
784
+ {
785
+ "kind": "custom-element-definition",
786
+ "name": "m3e-step-panel",
787
+ "declaration": {
788
+ "name": "M3eStepPanelElement",
789
+ "module": "src/StepPanelElement.ts"
790
+ }
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "kind": "javascript-module",
796
+ "path": "src/StepperButtonElementBase.ts",
797
+ "declarations": [
798
+ {
799
+ "kind": "class",
800
+ "description": "A base implementation for a button used to move to a step in a stepper. This class must be inherited.",
801
+ "name": "StepperButtonElementBase",
802
+ "members": [
803
+ {
804
+ "kind": "field",
805
+ "name": "#clickHandler",
806
+ "privacy": "private",
807
+ "readonly": true
808
+ },
809
+ {
810
+ "kind": "field",
811
+ "name": "#action",
812
+ "privacy": "private",
813
+ "type": {
814
+ "text": "\"next\" | \"previous\" | \"reset\""
815
+ },
816
+ "readonly": true,
817
+ "default": "action"
818
+ },
819
+ {
820
+ "kind": "method",
821
+ "name": "#handleClick",
822
+ "privacy": "private",
823
+ "return": {
824
+ "type": {
825
+ "text": "void"
826
+ }
827
+ },
828
+ "parameters": [
829
+ {
830
+ "name": "e",
831
+ "type": {
832
+ "text": "Event"
833
+ }
834
+ }
835
+ ]
836
+ },
837
+ {
838
+ "kind": "field",
839
+ "name": "formAssociated",
840
+ "static": true,
841
+ "readonly": true,
842
+ "default": "formAssociated",
843
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
844
+ "inheritedFrom": {
845
+ "name": "AttachInternals",
846
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
847
+ }
848
+ },
849
+ {
850
+ "kind": "field",
851
+ "name": "[_internals]",
852
+ "type": {
853
+ "text": "ElementInternals | undefined"
854
+ },
855
+ "privacy": "private",
856
+ "inheritedFrom": {
857
+ "name": "AttachInternals",
858
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
859
+ }
860
+ }
861
+ ],
862
+ "mixins": [
863
+ {
864
+ "name": "AttachInternals",
865
+ "package": "@m3e/core"
866
+ }
867
+ ],
868
+ "superclass": {
869
+ "name": "LitElement",
870
+ "package": "lit"
871
+ },
872
+ "customElement": true
873
+ }
874
+ ],
875
+ "exports": [
876
+ {
877
+ "kind": "js",
878
+ "name": "StepperButtonElementBase",
879
+ "declaration": {
880
+ "name": "StepperButtonElementBase",
881
+ "module": "src/StepperButtonElementBase.ts"
882
+ }
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "kind": "javascript-module",
888
+ "path": "src/StepperElement.ts",
889
+ "declarations": [
890
+ {
891
+ "kind": "class",
892
+ "description": "Provides a wizard-like workflow by dividing content into logical steps.",
893
+ "name": "M3eStepperElement",
894
+ "cssProperties": [
895
+ {
896
+ "description": "Thickness of the divider line between steps.",
897
+ "name": "--m3e-step-divider-thickness"
898
+ },
899
+ {
900
+ "description": "Color of the divider line between steps.",
901
+ "name": "--m3e-step-divider-color"
902
+ },
903
+ {
904
+ "description": "Inset offset for divider alignment within step layout.",
905
+ "name": "--m3e-step-divider-inset"
906
+ }
907
+ ],
908
+ "slots": [
909
+ {
910
+ "description": "Renders a step.",
911
+ "name": "step"
912
+ },
913
+ {
914
+ "description": "Renders a panel.",
915
+ "name": "panel"
916
+ }
917
+ ],
918
+ "members": [
919
+ {
920
+ "kind": "field",
921
+ "name": "#breakpointUnobserve",
922
+ "privacy": "private",
923
+ "type": {
924
+ "text": "() => void | undefined"
925
+ }
926
+ },
927
+ {
928
+ "kind": "field",
929
+ "name": "_orientation",
930
+ "type": {
931
+ "text": "Exclude<StepperOrientation, \"auto\"> | undefined"
932
+ },
933
+ "privacy": "private"
934
+ },
935
+ {
936
+ "kind": "field",
937
+ "name": "_selectedIndex",
938
+ "type": {
939
+ "text": "number | null"
940
+ },
941
+ "privacy": "private",
942
+ "default": "null"
943
+ },
944
+ {
945
+ "kind": "field",
946
+ "name": "headerPosition",
947
+ "type": {
948
+ "text": "StepHeaderPosition"
949
+ },
950
+ "default": "\"above\"",
951
+ "description": "The position of the step header, when oriented horizontally.",
952
+ "attribute": "header-position",
953
+ "reflects": true
954
+ },
955
+ {
956
+ "kind": "field",
957
+ "name": "labelPosition",
958
+ "type": {
959
+ "text": "StepLabelPosition"
960
+ },
961
+ "default": "\"end\"",
962
+ "description": "The position of the step labels, when oriented horizontally.",
963
+ "attribute": "label-position",
964
+ "reflects": true
965
+ },
966
+ {
967
+ "kind": "field",
968
+ "name": "linear",
969
+ "type": {
970
+ "text": "boolean"
971
+ },
972
+ "default": "false",
973
+ "description": "Whether the validity of previous steps should be checked or not.",
974
+ "attribute": "linear",
975
+ "reflects": true
976
+ },
977
+ {
978
+ "kind": "field",
979
+ "name": "orientation",
980
+ "type": {
981
+ "text": "StepperOrientation"
982
+ },
983
+ "default": "\"horizontal\"",
984
+ "description": "The orientation of the stepper.",
985
+ "attribute": "orientation",
986
+ "reflects": true
987
+ },
988
+ {
989
+ "kind": "field",
990
+ "name": "steps",
991
+ "type": {
992
+ "text": "readonly M3eStepElement[]"
993
+ },
994
+ "description": "The steps.",
995
+ "readonly": true
996
+ },
997
+ {
998
+ "kind": "field",
999
+ "name": "selectedStep",
1000
+ "type": {
1001
+ "text": "M3eStepElement | null"
1002
+ },
1003
+ "description": "The selected step.",
1004
+ "readonly": true
1005
+ },
1006
+ {
1007
+ "kind": "field",
1008
+ "name": "selectedIndex",
1009
+ "type": {
1010
+ "text": "number"
1011
+ },
1012
+ "description": "The zero-based index of the selected step.",
1013
+ "readonly": true
1014
+ },
1015
+ {
1016
+ "kind": "method",
1017
+ "name": "movePrevious",
1018
+ "return": {
1019
+ "type": {
1020
+ "text": "boolean"
1021
+ }
1022
+ },
1023
+ "description": "Moves the stepper to the previous step."
1024
+ },
1025
+ {
1026
+ "kind": "method",
1027
+ "name": "moveNext",
1028
+ "return": {
1029
+ "type": {
1030
+ "text": "boolean"
1031
+ }
1032
+ },
1033
+ "description": "Moves the stepper to the next step."
1034
+ },
1035
+ {
1036
+ "kind": "method",
1037
+ "name": "moveTo",
1038
+ "return": {
1039
+ "type": {
1040
+ "text": "boolean"
1041
+ }
1042
+ },
1043
+ "parameters": [
1044
+ {
1045
+ "name": "index",
1046
+ "type": {
1047
+ "text": "number"
1048
+ },
1049
+ "description": "The zero-based index of the step to which to move."
1050
+ }
1051
+ ],
1052
+ "description": "Moves the stepper to the step with the specified index."
1053
+ },
1054
+ {
1055
+ "kind": "method",
1056
+ "name": "reset",
1057
+ "return": {
1058
+ "type": {
1059
+ "text": "void"
1060
+ }
1061
+ },
1062
+ "description": "Resets the stepper to its initial state, clearing any form data."
1063
+ },
1064
+ {
1065
+ "kind": "method",
1066
+ "name": "#renderHeader",
1067
+ "privacy": "private",
1068
+ "return": {
1069
+ "type": {
1070
+ "text": "unknown"
1071
+ }
1072
+ }
1073
+ },
1074
+ {
1075
+ "kind": "method",
1076
+ "name": "#handleChange",
1077
+ "privacy": "private",
1078
+ "return": {
1079
+ "type": {
1080
+ "text": "void"
1081
+ }
1082
+ },
1083
+ "parameters": [
1084
+ {
1085
+ "name": "e",
1086
+ "type": {
1087
+ "text": "Event"
1088
+ }
1089
+ }
1090
+ ]
1091
+ },
1092
+ {
1093
+ "kind": "method",
1094
+ "name": "#handleSlotChange",
1095
+ "privacy": "private",
1096
+ "return": {
1097
+ "type": {
1098
+ "text": "void"
1099
+ }
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "method",
1104
+ "name": "#handleKeyDown",
1105
+ "privacy": "private",
1106
+ "return": {
1107
+ "type": {
1108
+ "text": "void"
1109
+ }
1110
+ },
1111
+ "parameters": [
1112
+ {
1113
+ "name": "e",
1114
+ "type": {
1115
+ "text": "KeyboardEvent"
1116
+ }
1117
+ }
1118
+ ]
1119
+ },
1120
+ {
1121
+ "kind": "method",
1122
+ "name": "#handleSelectedChange",
1123
+ "privacy": "private",
1124
+ "return": {
1125
+ "type": {
1126
+ "text": "void"
1127
+ }
1128
+ }
1129
+ },
1130
+ {
1131
+ "kind": "method",
1132
+ "name": "#checkValidity",
1133
+ "privacy": "private",
1134
+ "return": {
1135
+ "type": {
1136
+ "text": "boolean"
1137
+ }
1138
+ }
1139
+ },
1140
+ {
1141
+ "kind": "method",
1142
+ "name": "#updateDisplayOrder",
1143
+ "privacy": "private",
1144
+ "return": {
1145
+ "type": {
1146
+ "text": "void"
1147
+ }
1148
+ }
1149
+ },
1150
+ {
1151
+ "kind": "field",
1152
+ "name": "formAssociated",
1153
+ "static": true,
1154
+ "readonly": true,
1155
+ "default": "formAssociated",
1156
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
1157
+ "inheritedFrom": {
1158
+ "name": "AttachInternals",
1159
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1160
+ }
1161
+ },
1162
+ {
1163
+ "kind": "field",
1164
+ "name": "[_internals]",
1165
+ "type": {
1166
+ "text": "ElementInternals | undefined"
1167
+ },
1168
+ "privacy": "private",
1169
+ "inheritedFrom": {
1170
+ "name": "AttachInternals",
1171
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1172
+ }
1173
+ }
1174
+ ],
1175
+ "events": [
1176
+ {
1177
+ "name": "change",
1178
+ "type": {
1179
+ "text": "Event"
1180
+ },
1181
+ "description": "Emitted when the selected step changes."
1182
+ }
1183
+ ],
1184
+ "attributes": [
1185
+ {
1186
+ "description": "The position of the step header, when oriented horizontally.",
1187
+ "name": "header-position",
1188
+ "type": {
1189
+ "text": "StepHeaderPosition"
1190
+ },
1191
+ "default": "\"above\"",
1192
+ "fieldName": "headerPosition"
1193
+ },
1194
+ {
1195
+ "description": "The position of the step labels, when oriented horizontally.",
1196
+ "name": "label-position",
1197
+ "type": {
1198
+ "text": "StepLabelPosition"
1199
+ },
1200
+ "default": "\"end\"",
1201
+ "fieldName": "labelPosition"
1202
+ },
1203
+ {
1204
+ "description": "Whether the validity of previous steps should be checked or not.",
1205
+ "name": "linear",
1206
+ "type": {
1207
+ "text": "boolean"
1208
+ },
1209
+ "default": "false",
1210
+ "fieldName": "linear"
1211
+ },
1212
+ {
1213
+ "description": "The orientation of the stepper.",
1214
+ "name": "orientation",
1215
+ "type": {
1216
+ "text": "StepperOrientation"
1217
+ },
1218
+ "default": "\"horizontal\"",
1219
+ "fieldName": "orientation"
1220
+ }
1221
+ ],
1222
+ "mixins": [
1223
+ {
1224
+ "name": "AttachInternals",
1225
+ "package": "@m3e/core"
1226
+ }
1227
+ ],
1228
+ "superclass": {
1229
+ "name": "LitElement",
1230
+ "package": "lit"
1231
+ },
1232
+ "tagName": "m3e-stepper",
1233
+ "customElement": true
1234
+ }
1235
+ ],
1236
+ "exports": [
1237
+ {
1238
+ "kind": "js",
1239
+ "name": "M3eStepperElement",
1240
+ "declaration": {
1241
+ "name": "M3eStepperElement",
1242
+ "module": "src/StepperElement.ts"
1243
+ }
1244
+ },
1245
+ {
1246
+ "kind": "custom-element-definition",
1247
+ "name": "m3e-stepper",
1248
+ "declaration": {
1249
+ "name": "M3eStepperElement",
1250
+ "module": "src/StepperElement.ts"
1251
+ }
1252
+ }
1253
+ ]
1254
+ },
1255
+ {
1256
+ "kind": "javascript-module",
1257
+ "path": "src/StepperNextElement.ts",
1258
+ "declarations": [
1259
+ {
1260
+ "kind": "class",
1261
+ "description": "An element, nested within a clickable element, used to move a stepper to the next step.",
1262
+ "name": "M3eStepperNextElement",
1263
+ "slots": [
1264
+ {
1265
+ "description": "Renders the content of the action.",
1266
+ "name": ""
1267
+ }
1268
+ ],
1269
+ "superclass": {
1270
+ "name": "StepperButtonElementBase",
1271
+ "module": "/src/StepperButtonElementBase"
1272
+ },
1273
+ "tagName": "m3e-stepper-previous",
1274
+ "customElement": true,
1275
+ "members": [
1276
+ {
1277
+ "kind": "field",
1278
+ "name": "formAssociated",
1279
+ "static": true,
1280
+ "readonly": true,
1281
+ "default": "formAssociated",
1282
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
1283
+ "inheritedFrom": {
1284
+ "name": "StepperButtonElementBase",
1285
+ "module": "src/StepperButtonElementBase.ts"
1286
+ }
1287
+ },
1288
+ {
1289
+ "kind": "field",
1290
+ "name": "[_internals]",
1291
+ "type": {
1292
+ "text": "ElementInternals | undefined"
1293
+ },
1294
+ "privacy": "private",
1295
+ "inheritedFrom": {
1296
+ "name": "StepperButtonElementBase",
1297
+ "module": "src/StepperButtonElementBase.ts"
1298
+ }
1299
+ },
1300
+ {
1301
+ "kind": "field",
1302
+ "name": "#clickHandler",
1303
+ "privacy": "private",
1304
+ "readonly": true,
1305
+ "inheritedFrom": {
1306
+ "name": "StepperButtonElementBase",
1307
+ "module": "src/StepperButtonElementBase.ts"
1308
+ }
1309
+ },
1310
+ {
1311
+ "kind": "field",
1312
+ "name": "#action",
1313
+ "privacy": "private",
1314
+ "type": {
1315
+ "text": "\"next\" | \"previous\" | \"reset\""
1316
+ },
1317
+ "readonly": true,
1318
+ "default": "action",
1319
+ "inheritedFrom": {
1320
+ "name": "StepperButtonElementBase",
1321
+ "module": "src/StepperButtonElementBase.ts"
1322
+ }
1323
+ },
1324
+ {
1325
+ "kind": "method",
1326
+ "name": "#handleClick",
1327
+ "privacy": "private",
1328
+ "return": {
1329
+ "type": {
1330
+ "text": "void"
1331
+ }
1332
+ },
1333
+ "parameters": [
1334
+ {
1335
+ "name": "e",
1336
+ "type": {
1337
+ "text": "Event"
1338
+ }
1339
+ }
1340
+ ],
1341
+ "inheritedFrom": {
1342
+ "name": "StepperButtonElementBase",
1343
+ "module": "src/StepperButtonElementBase.ts"
1344
+ }
1345
+ }
1346
+ ]
1347
+ }
1348
+ ],
1349
+ "exports": [
1350
+ {
1351
+ "kind": "js",
1352
+ "name": "M3eStepperNextElement",
1353
+ "declaration": {
1354
+ "name": "M3eStepperNextElement",
1355
+ "module": "src/StepperNextElement.ts"
1356
+ }
1357
+ },
1358
+ {
1359
+ "kind": "custom-element-definition",
1360
+ "name": "m3e-stepper-next",
1361
+ "declaration": {
1362
+ "name": "M3eStepperNextElement",
1363
+ "module": "src/StepperNextElement.ts"
1364
+ }
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "kind": "javascript-module",
1370
+ "path": "src/StepperOrientation.ts",
1371
+ "declarations": [],
1372
+ "exports": []
1373
+ },
1374
+ {
1375
+ "kind": "javascript-module",
1376
+ "path": "src/StepperPreviousElement.ts",
1377
+ "declarations": [
1378
+ {
1379
+ "kind": "class",
1380
+ "description": "An element, nested within a clickable element, used to move a stepper to the previous step.",
1381
+ "name": "M3eStepperPreviousElement",
1382
+ "slots": [
1383
+ {
1384
+ "description": "Renders the content of the action.",
1385
+ "name": ""
1386
+ }
1387
+ ],
1388
+ "superclass": {
1389
+ "name": "StepperButtonElementBase",
1390
+ "module": "/src/StepperButtonElementBase"
1391
+ },
1392
+ "tagName": "m3e-stepper-previous",
1393
+ "customElement": true,
1394
+ "members": [
1395
+ {
1396
+ "kind": "field",
1397
+ "name": "formAssociated",
1398
+ "static": true,
1399
+ "readonly": true,
1400
+ "default": "formAssociated",
1401
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
1402
+ "inheritedFrom": {
1403
+ "name": "StepperButtonElementBase",
1404
+ "module": "src/StepperButtonElementBase.ts"
1405
+ }
1406
+ },
1407
+ {
1408
+ "kind": "field",
1409
+ "name": "[_internals]",
1410
+ "type": {
1411
+ "text": "ElementInternals | undefined"
1412
+ },
1413
+ "privacy": "private",
1414
+ "inheritedFrom": {
1415
+ "name": "StepperButtonElementBase",
1416
+ "module": "src/StepperButtonElementBase.ts"
1417
+ }
1418
+ },
1419
+ {
1420
+ "kind": "field",
1421
+ "name": "#clickHandler",
1422
+ "privacy": "private",
1423
+ "readonly": true,
1424
+ "inheritedFrom": {
1425
+ "name": "StepperButtonElementBase",
1426
+ "module": "src/StepperButtonElementBase.ts"
1427
+ }
1428
+ },
1429
+ {
1430
+ "kind": "field",
1431
+ "name": "#action",
1432
+ "privacy": "private",
1433
+ "type": {
1434
+ "text": "\"next\" | \"previous\" | \"reset\""
1435
+ },
1436
+ "readonly": true,
1437
+ "default": "action",
1438
+ "inheritedFrom": {
1439
+ "name": "StepperButtonElementBase",
1440
+ "module": "src/StepperButtonElementBase.ts"
1441
+ }
1442
+ },
1443
+ {
1444
+ "kind": "method",
1445
+ "name": "#handleClick",
1446
+ "privacy": "private",
1447
+ "return": {
1448
+ "type": {
1449
+ "text": "void"
1450
+ }
1451
+ },
1452
+ "parameters": [
1453
+ {
1454
+ "name": "e",
1455
+ "type": {
1456
+ "text": "Event"
1457
+ }
1458
+ }
1459
+ ],
1460
+ "inheritedFrom": {
1461
+ "name": "StepperButtonElementBase",
1462
+ "module": "src/StepperButtonElementBase.ts"
1463
+ }
1464
+ }
1465
+ ]
1466
+ }
1467
+ ],
1468
+ "exports": [
1469
+ {
1470
+ "kind": "js",
1471
+ "name": "M3eStepperPreviousElement",
1472
+ "declaration": {
1473
+ "name": "M3eStepperPreviousElement",
1474
+ "module": "src/StepperPreviousElement.ts"
1475
+ }
1476
+ },
1477
+ {
1478
+ "kind": "custom-element-definition",
1479
+ "name": "m3e-stepper-previous",
1480
+ "declaration": {
1481
+ "name": "M3eStepperPreviousElement",
1482
+ "module": "src/StepperPreviousElement.ts"
1483
+ }
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "kind": "javascript-module",
1489
+ "path": "src/StepperResetElement.ts",
1490
+ "declarations": [
1491
+ {
1492
+ "kind": "class",
1493
+ "description": "An element, nested within a clickable element, used to reset a stepper to its initial state.",
1494
+ "name": "M3eStepperResetElement",
1495
+ "slots": [
1496
+ {
1497
+ "description": "Renders the content of the action.",
1498
+ "name": ""
1499
+ }
1500
+ ],
1501
+ "superclass": {
1502
+ "name": "StepperButtonElementBase",
1503
+ "module": "/src/StepperButtonElementBase"
1504
+ },
1505
+ "tagName": "m3e-stepper-reset",
1506
+ "customElement": true,
1507
+ "members": [
1508
+ {
1509
+ "kind": "field",
1510
+ "name": "formAssociated",
1511
+ "static": true,
1512
+ "readonly": true,
1513
+ "default": "formAssociated",
1514
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
1515
+ "inheritedFrom": {
1516
+ "name": "StepperButtonElementBase",
1517
+ "module": "src/StepperButtonElementBase.ts"
1518
+ }
1519
+ },
1520
+ {
1521
+ "kind": "field",
1522
+ "name": "[_internals]",
1523
+ "type": {
1524
+ "text": "ElementInternals | undefined"
1525
+ },
1526
+ "privacy": "private",
1527
+ "inheritedFrom": {
1528
+ "name": "StepperButtonElementBase",
1529
+ "module": "src/StepperButtonElementBase.ts"
1530
+ }
1531
+ },
1532
+ {
1533
+ "kind": "field",
1534
+ "name": "#clickHandler",
1535
+ "privacy": "private",
1536
+ "readonly": true,
1537
+ "inheritedFrom": {
1538
+ "name": "StepperButtonElementBase",
1539
+ "module": "src/StepperButtonElementBase.ts"
1540
+ }
1541
+ },
1542
+ {
1543
+ "kind": "field",
1544
+ "name": "#action",
1545
+ "privacy": "private",
1546
+ "type": {
1547
+ "text": "\"next\" | \"previous\" | \"reset\""
1548
+ },
1549
+ "readonly": true,
1550
+ "default": "action",
1551
+ "inheritedFrom": {
1552
+ "name": "StepperButtonElementBase",
1553
+ "module": "src/StepperButtonElementBase.ts"
1554
+ }
1555
+ },
1556
+ {
1557
+ "kind": "method",
1558
+ "name": "#handleClick",
1559
+ "privacy": "private",
1560
+ "return": {
1561
+ "type": {
1562
+ "text": "void"
1563
+ }
1564
+ },
1565
+ "parameters": [
1566
+ {
1567
+ "name": "e",
1568
+ "type": {
1569
+ "text": "Event"
1570
+ }
1571
+ }
1572
+ ],
1573
+ "inheritedFrom": {
1574
+ "name": "StepperButtonElementBase",
1575
+ "module": "src/StepperButtonElementBase.ts"
1576
+ }
1577
+ }
1578
+ ]
1579
+ }
1580
+ ],
1581
+ "exports": [
1582
+ {
1583
+ "kind": "js",
1584
+ "name": "M3eStepperResetElement",
1585
+ "declaration": {
1586
+ "name": "M3eStepperResetElement",
1587
+ "module": "src/StepperResetElement.ts"
1588
+ }
1589
+ },
1590
+ {
1591
+ "kind": "custom-element-definition",
1592
+ "name": "m3e-stepper-reset",
1593
+ "declaration": {
1594
+ "name": "M3eStepperResetElement",
1595
+ "module": "src/StepperResetElement.ts"
1596
+ }
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "kind": "javascript-module",
1602
+ "path": "../core/src/shared/mixins/AttachInternals.ts",
1603
+ "declarations": [
1604
+ {
1605
+ "kind": "variable",
1606
+ "name": "internals",
1607
+ "description": "A symbol through which to access the `ElementInternals` attached to an element."
1608
+ },
1609
+ {
1610
+ "kind": "function",
1611
+ "name": "isAttachInternalsMixin",
1612
+ "return": {
1613
+ "type": {
1614
+ "text": ""
1615
+ }
1616
+ },
1617
+ "parameters": [
1618
+ {
1619
+ "name": "value",
1620
+ "type": {
1621
+ "text": "unknown"
1622
+ },
1623
+ "description": "The value to test."
1624
+ }
1625
+ ],
1626
+ "description": "Determines whether a value is an `AttachInternalsMixin`."
1627
+ },
1628
+ {
1629
+ "kind": "mixin",
1630
+ "description": "Mixin to augment an element with behavior that attaches to `ElementInternals`.",
1631
+ "name": "AttachInternals",
1632
+ "members": [
1633
+ {
1634
+ "kind": "field",
1635
+ "name": "formAssociated",
1636
+ "static": true,
1637
+ "readonly": true,
1638
+ "default": "formAssociated",
1639
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
1640
+ },
1641
+ {
1642
+ "kind": "field",
1643
+ "name": "[_internals]",
1644
+ "type": {
1645
+ "text": "ElementInternals | undefined"
1646
+ },
1647
+ "privacy": "private"
1648
+ }
1649
+ ],
1650
+ "parameters": [
1651
+ {
1652
+ "name": "base",
1653
+ "type": {
1654
+ "text": "T"
1655
+ },
1656
+ "description": "The base class."
1657
+ },
1658
+ {
1659
+ "name": "formAssociated",
1660
+ "optional": true,
1661
+ "type": {
1662
+ "text": "boolean | undefined"
1663
+ },
1664
+ "description": "Whether the element is \"Form Associated\"."
1665
+ }
1666
+ ]
1667
+ }
1668
+ ],
1669
+ "exports": [
1670
+ {
1671
+ "kind": "js",
1672
+ "name": "internals",
1673
+ "declaration": {
1674
+ "name": "internals",
1675
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1676
+ }
1677
+ },
1678
+ {
1679
+ "kind": "js",
1680
+ "name": "isAttachInternalsMixin",
1681
+ "declaration": {
1682
+ "name": "isAttachInternalsMixin",
1683
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1684
+ }
1685
+ },
1686
+ {
1687
+ "kind": "js",
1688
+ "name": "AttachInternals",
1689
+ "declaration": {
1690
+ "name": "AttachInternals",
1691
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
1692
+ }
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "../core/src/shared/mixins/Checked.ts",
1699
+ "declarations": [
1700
+ {
1701
+ "kind": "function",
1702
+ "name": "isCheckedMixin",
1703
+ "return": {
1704
+ "type": {
1705
+ "text": ""
1706
+ }
1707
+ },
1708
+ "parameters": [
1709
+ {
1710
+ "name": "value",
1711
+ "type": {
1712
+ "text": "unknown"
1713
+ },
1714
+ "description": "The value to test."
1715
+ }
1716
+ ],
1717
+ "description": "Determines whether a value is a `CheckedMixin`."
1718
+ },
1719
+ {
1720
+ "kind": "mixin",
1721
+ "description": "Mixin to augment an element with behavior that supports a checked state.",
1722
+ "name": "Checked",
1723
+ "members": [
1724
+ {
1725
+ "kind": "field",
1726
+ "name": "checked",
1727
+ "type": {
1728
+ "text": "boolean"
1729
+ },
1730
+ "default": "false",
1731
+ "description": "Whether the element is checked.",
1732
+ "attribute": "checked",
1733
+ "reflects": true
1734
+ }
1735
+ ],
1736
+ "attributes": [
1737
+ {
1738
+ "name": "checked",
1739
+ "type": {
1740
+ "text": "boolean"
1741
+ },
1742
+ "default": "false",
1743
+ "description": "Whether the element is checked.",
1744
+ "fieldName": "checked"
1745
+ }
1746
+ ],
1747
+ "parameters": [
1748
+ {
1749
+ "name": "base",
1750
+ "type": {
1751
+ "text": "T"
1752
+ },
1753
+ "description": "The base class."
1754
+ }
1755
+ ]
1756
+ }
1757
+ ],
1758
+ "exports": [
1759
+ {
1760
+ "kind": "js",
1761
+ "name": "isCheckedMixin",
1762
+ "declaration": {
1763
+ "name": "isCheckedMixin",
1764
+ "module": "../core/src/shared/mixins/Checked.ts"
1765
+ }
1766
+ },
1767
+ {
1768
+ "kind": "js",
1769
+ "name": "Checked",
1770
+ "declaration": {
1771
+ "name": "Checked",
1772
+ "module": "../core/src/shared/mixins/Checked.ts"
1773
+ }
1774
+ }
1775
+ ]
1776
+ },
1777
+ {
1778
+ "kind": "javascript-module",
1779
+ "path": "../core/src/shared/mixins/CheckedIndeterminate.ts",
1780
+ "declarations": [
1781
+ {
1782
+ "kind": "function",
1783
+ "name": "isCheckedIndeterminateMixin",
1784
+ "return": {
1785
+ "type": {
1786
+ "text": ""
1787
+ }
1788
+ },
1789
+ "parameters": [
1790
+ {
1791
+ "name": "value",
1792
+ "type": {
1793
+ "text": "unknown"
1794
+ },
1795
+ "description": "The value to test."
1796
+ }
1797
+ ],
1798
+ "description": "Determines whether a value is a `CheckedIndeterminateMixin`."
1799
+ },
1800
+ {
1801
+ "kind": "mixin",
1802
+ "description": "Mixin to augment an element with behavior that supports a mixed checked state.",
1803
+ "name": "CheckedIndeterminate",
1804
+ "members": [
1805
+ {
1806
+ "kind": "field",
1807
+ "name": "indeterminate",
1808
+ "type": {
1809
+ "text": "boolean"
1810
+ },
1811
+ "default": "false",
1812
+ "description": "Whether the element's checked state is indeterminate.",
1813
+ "attribute": "indeterminate",
1814
+ "reflects": true
1815
+ },
1816
+ {
1817
+ "kind": "field",
1818
+ "name": "checked",
1819
+ "type": {
1820
+ "text": "boolean"
1821
+ },
1822
+ "default": "false",
1823
+ "description": "Whether the element is checked.",
1824
+ "attribute": "checked",
1825
+ "reflects": true,
1826
+ "inheritedFrom": {
1827
+ "name": "Checked",
1828
+ "module": "../core/src/shared/mixins/Checked.ts"
1829
+ }
1830
+ }
1831
+ ],
1832
+ "attributes": [
1833
+ {
1834
+ "name": "indeterminate",
1835
+ "type": {
1836
+ "text": "boolean"
1837
+ },
1838
+ "default": "false",
1839
+ "description": "Whether the element's checked state is indeterminate.",
1840
+ "fieldName": "indeterminate"
1841
+ },
1842
+ {
1843
+ "name": "checked",
1844
+ "type": {
1845
+ "text": "boolean"
1846
+ },
1847
+ "default": "false",
1848
+ "description": "Whether the element is checked.",
1849
+ "fieldName": "checked",
1850
+ "inheritedFrom": {
1851
+ "name": "Checked",
1852
+ "module": "../core/src/shared/mixins/Checked.ts"
1853
+ }
1854
+ }
1855
+ ],
1856
+ "mixins": [
1857
+ {
1858
+ "name": "Checked",
1859
+ "module": "/core/src/shared/mixins/Checked"
1860
+ }
1861
+ ],
1862
+ "parameters": [
1863
+ {
1864
+ "name": "base",
1865
+ "type": {
1866
+ "text": "T"
1867
+ },
1868
+ "description": "The base class."
1869
+ }
1870
+ ]
1871
+ }
1872
+ ],
1873
+ "exports": [
1874
+ {
1875
+ "kind": "js",
1876
+ "name": "isCheckedIndeterminateMixin",
1877
+ "declaration": {
1878
+ "name": "isCheckedIndeterminateMixin",
1879
+ "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
1880
+ }
1881
+ },
1882
+ {
1883
+ "kind": "js",
1884
+ "name": "CheckedIndeterminate",
1885
+ "declaration": {
1886
+ "name": "CheckedIndeterminate",
1887
+ "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
1888
+ }
1889
+ }
1890
+ ]
1891
+ },
1892
+ {
1893
+ "kind": "javascript-module",
1894
+ "path": "../core/src/shared/mixins/CheckedOrSelected.ts",
1895
+ "declarations": [
1896
+ {
1897
+ "kind": "function",
1898
+ "name": "isCheckedOrSelectedMixin",
1899
+ "return": {
1900
+ "type": {
1901
+ "text": ""
1902
+ }
1903
+ },
1904
+ "parameters": [
1905
+ {
1906
+ "name": "value",
1907
+ "type": {
1908
+ "text": "unknown"
1909
+ },
1910
+ "description": "The value to test."
1911
+ }
1912
+ ],
1913
+ "description": "Determines whether a value is a `CheckedOrSelectedMixin`."
1914
+ },
1915
+ {
1916
+ "kind": "function",
1917
+ "name": "isCheckedOrSelected",
1918
+ "return": {
1919
+ "type": {
1920
+ "text": "boolean"
1921
+ }
1922
+ },
1923
+ "parameters": [
1924
+ {
1925
+ "name": "element",
1926
+ "type": {
1927
+ "text": "CheckedOrSelectedMixin"
1928
+ },
1929
+ "description": "The element to test."
1930
+ }
1931
+ ],
1932
+ "description": "Determines whether the state of an element is checked or selected."
1933
+ },
1934
+ {
1935
+ "kind": "function",
1936
+ "name": "checkOrSelect",
1937
+ "return": {
1938
+ "type": {
1939
+ "text": "void"
1940
+ }
1941
+ },
1942
+ "parameters": [
1943
+ {
1944
+ "name": "element",
1945
+ "type": {
1946
+ "text": "CheckedOrSelectedMixin"
1947
+ },
1948
+ "description": "The element for which to set the checked or selected state."
1949
+ },
1950
+ {
1951
+ "name": "checkedOrSelected",
1952
+ "type": {
1953
+ "text": "boolean"
1954
+ },
1955
+ "description": "The checked or selected state."
1956
+ }
1957
+ ],
1958
+ "description": "Sets the checked or selected state of an element."
1959
+ }
1960
+ ],
1961
+ "exports": [
1962
+ {
1963
+ "kind": "js",
1964
+ "name": "isCheckedOrSelectedMixin",
1965
+ "declaration": {
1966
+ "name": "isCheckedOrSelectedMixin",
1967
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
1968
+ }
1969
+ },
1970
+ {
1971
+ "kind": "js",
1972
+ "name": "isCheckedOrSelected",
1973
+ "declaration": {
1974
+ "name": "isCheckedOrSelected",
1975
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
1976
+ }
1977
+ },
1978
+ {
1979
+ "kind": "js",
1980
+ "name": "checkOrSelect",
1981
+ "declaration": {
1982
+ "name": "checkOrSelect",
1983
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
1984
+ }
1985
+ }
1986
+ ]
1987
+ },
1988
+ {
1989
+ "kind": "javascript-module",
1990
+ "path": "../core/src/shared/mixins/ConstraintValidation.ts",
1991
+ "declarations": [
1992
+ {
1993
+ "kind": "variable",
1994
+ "name": "validate",
1995
+ "description": "A symbol through which a \"Form Associated\" custom element validates its current state."
1996
+ },
1997
+ {
1998
+ "kind": "function",
1999
+ "name": "isConstraintValidationMixin",
2000
+ "return": {
2001
+ "type": {
2002
+ "text": ""
2003
+ }
2004
+ },
2005
+ "parameters": [
2006
+ {
2007
+ "name": "value",
2008
+ "type": {
2009
+ "text": "unknown"
2010
+ },
2011
+ "description": "The value to test."
2012
+ }
2013
+ ],
2014
+ "description": "Determines whether a value is a `ConstraintValidationMixin`."
2015
+ },
2016
+ {
2017
+ "kind": "mixin",
2018
+ "description": "Mixin to augment an element with \"Form Associated\" behavior that supports constraint validation.",
2019
+ "name": "ConstraintValidation",
2020
+ "members": [
2021
+ {
2022
+ "kind": "field",
2023
+ "name": "[_validityMessage]",
2024
+ "type": {
2025
+ "text": "string | undefined"
2026
+ },
2027
+ "privacy": "private"
2028
+ },
2029
+ {
2030
+ "kind": "field",
2031
+ "name": "willValidate",
2032
+ "type": {
2033
+ "text": "boolean"
2034
+ },
2035
+ "description": "Whether the element is a submittable element that is a candidate for constraint validation.",
2036
+ "readonly": true
2037
+ },
2038
+ {
2039
+ "kind": "field",
2040
+ "name": "validity",
2041
+ "type": {
2042
+ "text": "ValidityState"
2043
+ },
2044
+ "description": "The validity state of the element.",
2045
+ "readonly": true
2046
+ },
2047
+ {
2048
+ "kind": "field",
2049
+ "name": "validationMessage",
2050
+ "type": {
2051
+ "text": "string"
2052
+ },
2053
+ "description": "The error message that would be displayed if the user submits the form, or an empty string if no error message.",
2054
+ "readonly": true
2055
+ },
2056
+ {
2057
+ "kind": "method",
2058
+ "name": "reportValidity",
2059
+ "return": {
2060
+ "type": {
2061
+ "text": "boolean"
2062
+ }
2063
+ },
2064
+ "description": "Returns `true` if the element has no validity problems; otherwise, returns `false`, fires\r\nan invalid event, and (if the event isn't canceled) reports the problem to the user."
2065
+ },
2066
+ {
2067
+ "kind": "method",
2068
+ "name": "checkValidity",
2069
+ "return": {
2070
+ "type": {
2071
+ "text": "boolean"
2072
+ }
2073
+ },
2074
+ "description": "Returns `true` if the element has no validity problems; otherwise,\r\nreturns `false`, fires an invalid event."
2075
+ },
2076
+ {
2077
+ "kind": "method",
2078
+ "name": "setCustomValidity",
2079
+ "return": {
2080
+ "type": {
2081
+ "text": "void"
2082
+ }
2083
+ },
2084
+ "parameters": [
2085
+ {
2086
+ "name": "error",
2087
+ "type": {
2088
+ "text": "string"
2089
+ },
2090
+ "description": "The message to use for validity errors."
2091
+ }
2092
+ ],
2093
+ "description": "Sets a custom validity message for the element."
2094
+ },
2095
+ {
2096
+ "kind": "method",
2097
+ "name": "[_updateValidity]",
2098
+ "privacy": "private",
2099
+ "return": {
2100
+ "type": {
2101
+ "text": "void"
2102
+ }
2103
+ }
2104
+ },
2105
+ {
2106
+ "kind": "method",
2107
+ "name": "#getNativeMessage",
2108
+ "privacy": "private",
2109
+ "return": {
2110
+ "type": {
2111
+ "text": "string"
2112
+ }
2113
+ },
2114
+ "parameters": [
2115
+ {
2116
+ "name": "flags",
2117
+ "type": {
2118
+ "text": "ValidityStateFlags"
2119
+ }
2120
+ }
2121
+ ]
2122
+ }
2123
+ ],
2124
+ "parameters": [
2125
+ {
2126
+ "name": "base",
2127
+ "type": {
2128
+ "text": "T"
2129
+ },
2130
+ "description": "The base class."
2131
+ }
2132
+ ]
2133
+ }
2134
+ ],
2135
+ "exports": [
2136
+ {
2137
+ "kind": "js",
2138
+ "name": "validate",
2139
+ "declaration": {
2140
+ "name": "validate",
2141
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
2142
+ }
2143
+ },
2144
+ {
2145
+ "kind": "js",
2146
+ "name": "isConstraintValidationMixin",
2147
+ "declaration": {
2148
+ "name": "isConstraintValidationMixin",
2149
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
2150
+ }
2151
+ },
2152
+ {
2153
+ "kind": "js",
2154
+ "name": "ConstraintValidation",
2155
+ "declaration": {
2156
+ "name": "ConstraintValidation",
2157
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
2158
+ }
2159
+ }
2160
+ ]
2161
+ },
2162
+ {
2163
+ "kind": "javascript-module",
2164
+ "path": "../core/src/shared/mixins/Constructor.ts",
2165
+ "declarations": [],
2166
+ "exports": []
2167
+ },
2168
+ {
2169
+ "kind": "javascript-module",
2170
+ "path": "../core/src/shared/mixins/Dirty.ts",
2171
+ "declarations": [
2172
+ {
2173
+ "kind": "function",
2174
+ "name": "isDirtyMixin",
2175
+ "return": {
2176
+ "type": {
2177
+ "text": ""
2178
+ }
2179
+ },
2180
+ "parameters": [
2181
+ {
2182
+ "name": "value",
2183
+ "type": {
2184
+ "text": "unknown"
2185
+ },
2186
+ "description": "The value to test."
2187
+ }
2188
+ ],
2189
+ "description": "Determines whether a value is a `DirtyMixin`."
2190
+ },
2191
+ {
2192
+ "kind": "mixin",
2193
+ "description": "Mixin to augment an element with functionality used to mark it as dirty.",
2194
+ "name": "Dirty",
2195
+ "members": [
2196
+ {
2197
+ "kind": "field",
2198
+ "name": "[_eventHandler]",
2199
+ "privacy": "private"
2200
+ },
2201
+ {
2202
+ "kind": "field",
2203
+ "name": "dirty",
2204
+ "type": {
2205
+ "text": "boolean"
2206
+ },
2207
+ "description": "Whether the user has modified the value of the element.",
2208
+ "readonly": true
2209
+ },
2210
+ {
2211
+ "kind": "field",
2212
+ "name": "pristine",
2213
+ "type": {
2214
+ "text": "boolean"
2215
+ },
2216
+ "description": "Whether the user has not modified the value of the element.",
2217
+ "readonly": true
2218
+ },
2219
+ {
2220
+ "kind": "method",
2221
+ "name": "markAsPristine",
2222
+ "return": {
2223
+ "type": {
2224
+ "text": "void"
2225
+ }
2226
+ },
2227
+ "description": "Marks the element as pristine."
2228
+ },
2229
+ {
2230
+ "kind": "method",
2231
+ "name": "markAsDirty",
2232
+ "return": {
2233
+ "type": {
2234
+ "text": "void"
2235
+ }
2236
+ },
2237
+ "description": "Marks the element as dirty."
2238
+ }
2239
+ ],
2240
+ "parameters": [
2241
+ {
2242
+ "name": "base",
2243
+ "type": {
2244
+ "text": "T"
2245
+ },
2246
+ "description": "The base class."
2247
+ }
2248
+ ]
2249
+ }
2250
+ ],
2251
+ "exports": [
2252
+ {
2253
+ "kind": "js",
2254
+ "name": "isDirtyMixin",
2255
+ "declaration": {
2256
+ "name": "isDirtyMixin",
2257
+ "module": "../core/src/shared/mixins/Dirty.ts"
2258
+ }
2259
+ },
2260
+ {
2261
+ "kind": "js",
2262
+ "name": "Dirty",
2263
+ "declaration": {
2264
+ "name": "Dirty",
2265
+ "module": "../core/src/shared/mixins/Dirty.ts"
2266
+ }
2267
+ }
2268
+ ]
2269
+ },
2270
+ {
2271
+ "kind": "javascript-module",
2272
+ "path": "../core/src/shared/mixins/Disabled.ts",
2273
+ "declarations": [
2274
+ {
2275
+ "kind": "function",
2276
+ "name": "isDisabledMixin",
2277
+ "return": {
2278
+ "type": {
2279
+ "text": "value is DisabledMixin"
2280
+ }
2281
+ },
2282
+ "parameters": [
2283
+ {
2284
+ "name": "value",
2285
+ "type": {
2286
+ "text": "unknown"
2287
+ },
2288
+ "description": "The value to test."
2289
+ }
2290
+ ],
2291
+ "description": "Determines whether a value is a `DisabledMixin`."
2292
+ },
2293
+ {
2294
+ "kind": "mixin",
2295
+ "description": "Mixin to augment an element with behavior that supports a disabled state.",
2296
+ "name": "Disabled",
2297
+ "members": [
2298
+ {
2299
+ "kind": "field",
2300
+ "name": "disabled",
2301
+ "type": {
2302
+ "text": "boolean"
2303
+ },
2304
+ "default": "false",
2305
+ "description": "Whether the element is disabled.",
2306
+ "attribute": "disabled"
2307
+ }
2308
+ ],
2309
+ "attributes": [
2310
+ {
2311
+ "name": "disabled",
2312
+ "type": {
2313
+ "text": "boolean"
2314
+ },
2315
+ "default": "false",
2316
+ "description": "Whether the element is disabled.",
2317
+ "fieldName": "disabled"
2318
+ }
2319
+ ],
2320
+ "parameters": [
2321
+ {
2322
+ "name": "base",
2323
+ "type": {
2324
+ "text": "T"
2325
+ },
2326
+ "description": "The base class."
2327
+ },
2328
+ {
2329
+ "name": "reflect",
2330
+ "default": "true",
2331
+ "type": {
2332
+ "text": "boolean"
2333
+ },
2334
+ "description": "Whether the disabled property is reflected as an attribute.",
2335
+ "optional": true
2336
+ }
2337
+ ]
2338
+ }
2339
+ ],
2340
+ "exports": [
2341
+ {
2342
+ "kind": "js",
2343
+ "name": "isDisabledMixin",
2344
+ "declaration": {
2345
+ "name": "isDisabledMixin",
2346
+ "module": "../core/src/shared/mixins/Disabled.ts"
2347
+ }
2348
+ },
2349
+ {
2350
+ "kind": "js",
2351
+ "name": "Disabled",
2352
+ "declaration": {
2353
+ "name": "Disabled",
2354
+ "module": "../core/src/shared/mixins/Disabled.ts"
2355
+ }
2356
+ }
2357
+ ]
2358
+ },
2359
+ {
2360
+ "kind": "javascript-module",
2361
+ "path": "../core/src/shared/mixins/DisabledInteractive.ts",
2362
+ "declarations": [
2363
+ {
2364
+ "kind": "function",
2365
+ "name": "isDisabledInteractiveMixin",
2366
+ "return": {
2367
+ "type": {
2368
+ "text": "value is DisabledInteractiveMixin"
2369
+ }
2370
+ },
2371
+ "parameters": [
2372
+ {
2373
+ "name": "value",
2374
+ "type": {
2375
+ "text": "unknown"
2376
+ },
2377
+ "description": "The value to test."
2378
+ }
2379
+ ],
2380
+ "description": "Determines whether a value is a `DisabledInteractiveMixin`."
2381
+ },
2382
+ {
2383
+ "kind": "mixin",
2384
+ "description": "Mixin to augment an element with behavior that supports an interactive disabled state.",
2385
+ "name": "DisabledInteractive",
2386
+ "members": [
2387
+ {
2388
+ "kind": "field",
2389
+ "name": "[_suppressedEventHandler]",
2390
+ "privacy": "private",
2391
+ "readonly": true
2392
+ },
2393
+ {
2394
+ "kind": "field",
2395
+ "name": "disabledInteractive",
2396
+ "type": {
2397
+ "text": "boolean"
2398
+ },
2399
+ "default": "false",
2400
+ "description": "Whether the element is disabled and interactive.",
2401
+ "attribute": "disabled-interactive",
2402
+ "reflects": true
2403
+ }
2404
+ ],
2405
+ "attributes": [
2406
+ {
2407
+ "name": "disabled-interactive",
2408
+ "type": {
2409
+ "text": "boolean"
2410
+ },
2411
+ "default": "false",
2412
+ "description": "Whether the element is disabled and interactive.",
2413
+ "fieldName": "disabledInteractive"
2414
+ }
2415
+ ],
2416
+ "parameters": [
2417
+ {
2418
+ "name": "base",
2419
+ "type": {
2420
+ "text": "T"
2421
+ },
2422
+ "description": "The base class."
2423
+ }
2424
+ ]
2425
+ }
2426
+ ],
2427
+ "exports": [
2428
+ {
2429
+ "kind": "js",
2430
+ "name": "isDisabledInteractiveMixin",
2431
+ "declaration": {
2432
+ "name": "isDisabledInteractiveMixin",
2433
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
2434
+ }
2435
+ },
2436
+ {
2437
+ "kind": "js",
2438
+ "name": "DisabledInteractive",
2439
+ "declaration": {
2440
+ "name": "DisabledInteractive",
2441
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
2442
+ }
2443
+ }
2444
+ ]
2445
+ },
2446
+ {
2447
+ "kind": "javascript-module",
2448
+ "path": "../core/src/shared/mixins/EventAttribute.ts",
2449
+ "declarations": [
2450
+ {
2451
+ "kind": "mixin",
2452
+ "description": "Mixin that adds support for custom event attributes.",
2453
+ "name": "EventAttribute",
2454
+ "parameters": [
2455
+ {
2456
+ "name": "base",
2457
+ "type": {
2458
+ "text": "T"
2459
+ },
2460
+ "description": "The base class from which to inherit."
2461
+ },
2462
+ {
2463
+ "name": "types",
2464
+ "type": {
2465
+ "text": "string[]"
2466
+ },
2467
+ "description": "The types of event attributes."
2468
+ }
2469
+ ]
2470
+ }
2471
+ ],
2472
+ "exports": [
2473
+ {
2474
+ "kind": "js",
2475
+ "name": "EventAttribute",
2476
+ "declaration": {
2477
+ "name": "EventAttribute",
2478
+ "module": "../core/src/shared/mixins/EventAttribute.ts"
2479
+ }
2480
+ }
2481
+ ]
2482
+ },
2483
+ {
2484
+ "kind": "javascript-module",
2485
+ "path": "../core/src/shared/mixins/Focusable.ts",
2486
+ "declarations": [
2487
+ {
2488
+ "kind": "mixin",
2489
+ "description": "Mixin to augment an element with behavior that supports a focused state.",
2490
+ "name": "Focusable",
2491
+ "members": [
2492
+ {
2493
+ "kind": "field",
2494
+ "name": "[_tabindex]",
2495
+ "type": {
2496
+ "text": "number"
2497
+ },
2498
+ "privacy": "private",
2499
+ "default": "0"
2500
+ }
2501
+ ],
2502
+ "parameters": [
2503
+ {
2504
+ "name": "base",
2505
+ "type": {
2506
+ "text": "T"
2507
+ },
2508
+ "description": "The base class."
2509
+ }
2510
+ ]
2511
+ }
2512
+ ],
2513
+ "exports": [
2514
+ {
2515
+ "kind": "js",
2516
+ "name": "Focusable",
2517
+ "declaration": {
2518
+ "name": "Focusable",
2519
+ "module": "../core/src/shared/mixins/Focusable.ts"
2520
+ }
2521
+ }
2522
+ ]
2523
+ },
2524
+ {
2525
+ "kind": "javascript-module",
2526
+ "path": "../core/src/shared/mixins/FormAssociated.ts",
2527
+ "declarations": [
2528
+ {
2529
+ "kind": "variable",
2530
+ "name": "formValue",
2531
+ "description": "A symbol through which a \"Form Associated\" custom element provides a value for a form."
2532
+ },
2533
+ {
2534
+ "kind": "variable",
2535
+ "name": "defaultValue",
2536
+ "description": "A symbol through which a \"Form Associated\" custom element provides a default value for resetting a form."
2537
+ },
2538
+ {
2539
+ "kind": "function",
2540
+ "name": "isFormAssociatedMixin",
2541
+ "return": {
2542
+ "type": {
2543
+ "text": ""
2544
+ }
2545
+ },
2546
+ "parameters": [
2547
+ {
2548
+ "name": "value",
2549
+ "type": {
2550
+ "text": "unknown"
2551
+ },
2552
+ "description": "The value to test."
2553
+ }
2554
+ ],
2555
+ "description": "Determines whether a value is a `FormAssociatedMixin`."
2556
+ },
2557
+ {
2558
+ "kind": "mixin",
2559
+ "description": "Mixin to augment an element with \"Form Associated\" behavior.",
2560
+ "name": "FormAssociated",
2561
+ "members": [
2562
+ {
2563
+ "kind": "field",
2564
+ "name": "formAssociated",
2565
+ "type": {
2566
+ "text": "boolean"
2567
+ },
2568
+ "static": true,
2569
+ "readonly": true,
2570
+ "default": "true",
2571
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
2572
+ },
2573
+ {
2574
+ "kind": "field",
2575
+ "name": "[_defaultValue]",
2576
+ "type": {
2577
+ "text": "unknown"
2578
+ },
2579
+ "privacy": "private"
2580
+ },
2581
+ {
2582
+ "kind": "field",
2583
+ "name": "[_defaultIndeterminate]",
2584
+ "type": {
2585
+ "text": "boolean"
2586
+ },
2587
+ "privacy": "private",
2588
+ "default": "false"
2589
+ },
2590
+ {
2591
+ "kind": "field",
2592
+ "name": "[_formDisabled]",
2593
+ "type": {
2594
+ "text": "boolean"
2595
+ },
2596
+ "privacy": "private",
2597
+ "default": "false"
2598
+ },
2599
+ {
2600
+ "kind": "field",
2601
+ "name": "form",
2602
+ "type": {
2603
+ "text": "HTMLFormElement | null"
2604
+ },
2605
+ "description": "The `HTMLFormElement` associated with this element.",
2606
+ "readonly": true
2607
+ },
2608
+ {
2609
+ "kind": "field",
2610
+ "name": "labels",
2611
+ "type": {
2612
+ "text": "NodeListOf<HTMLLabelElement>"
2613
+ },
2614
+ "readonly": true
2615
+ },
2616
+ {
2617
+ "kind": "field",
2618
+ "name": "name",
2619
+ "description": "The name that identifies the element when submitting the associated form.",
2620
+ "attribute": "name"
2621
+ },
2622
+ {
2623
+ "kind": "field",
2624
+ "name": "disabled",
2625
+ "type": {
2626
+ "text": "boolean"
2627
+ },
2628
+ "description": "Whether the element is disabled.",
2629
+ "default": "false",
2630
+ "attribute": "disabled"
2631
+ },
2632
+ {
2633
+ "kind": "method",
2634
+ "name": "formDisabledCallback",
2635
+ "return": {
2636
+ "type": {
2637
+ "text": "void"
2638
+ }
2639
+ },
2640
+ "parameters": [
2641
+ {
2642
+ "name": "disabled",
2643
+ "type": {
2644
+ "text": "boolean"
2645
+ }
2646
+ }
2647
+ ],
2648
+ "description": "Called when the element is disabled or enabled via its form association."
2649
+ },
2650
+ {
2651
+ "kind": "method",
2652
+ "name": "formResetCallback",
2653
+ "return": {
2654
+ "type": {
2655
+ "text": "void"
2656
+ }
2657
+ },
2658
+ "description": "Called when the associated form is reset."
2659
+ }
2660
+ ],
2661
+ "attributes": [
2662
+ {
2663
+ "name": "name",
2664
+ "description": "The name that identifies the element when submitting the associated form.",
2665
+ "fieldName": "name"
2666
+ },
2667
+ {
2668
+ "name": "disabled",
2669
+ "type": {
2670
+ "text": "boolean"
2671
+ },
2672
+ "description": "Whether the element is disabled.",
2673
+ "default": "false",
2674
+ "fieldName": "disabled"
2675
+ }
2676
+ ],
2677
+ "parameters": [
2678
+ {
2679
+ "name": "base",
2680
+ "type": {
2681
+ "text": "T"
2682
+ },
2683
+ "description": "The base class."
2684
+ }
2685
+ ]
2686
+ }
2687
+ ],
2688
+ "exports": [
2689
+ {
2690
+ "kind": "js",
2691
+ "name": "formValue",
2692
+ "declaration": {
2693
+ "name": "formValue",
2694
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2695
+ }
2696
+ },
2697
+ {
2698
+ "kind": "js",
2699
+ "name": "defaultValue",
2700
+ "declaration": {
2701
+ "name": "defaultValue",
2702
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2703
+ }
2704
+ },
2705
+ {
2706
+ "kind": "js",
2707
+ "name": "isFormAssociatedMixin",
2708
+ "declaration": {
2709
+ "name": "isFormAssociatedMixin",
2710
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2711
+ }
2712
+ },
2713
+ {
2714
+ "kind": "js",
2715
+ "name": "FormAssociated",
2716
+ "declaration": {
2717
+ "name": "FormAssociated",
2718
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
2719
+ }
2720
+ }
2721
+ ]
2722
+ },
2723
+ {
2724
+ "kind": "javascript-module",
2725
+ "path": "../core/src/shared/mixins/FormSubmitter.ts",
2726
+ "declarations": [
2727
+ {
2728
+ "kind": "function",
2729
+ "name": "isFormSubmitterMixin",
2730
+ "return": {
2731
+ "type": {
2732
+ "text": "value is FormSubmitterMixin"
2733
+ }
2734
+ },
2735
+ "parameters": [
2736
+ {
2737
+ "name": "value",
2738
+ "type": {
2739
+ "text": "unknown"
2740
+ },
2741
+ "description": "The value to test."
2742
+ }
2743
+ ],
2744
+ "description": "Determines whether a value is a `FormSubmitterMixin`."
2745
+ },
2746
+ {
2747
+ "kind": "mixin",
2748
+ "description": "Mixin to augment an element with behavior used to submit a form.",
2749
+ "name": "FormSubmitter",
2750
+ "members": [
2751
+ {
2752
+ "kind": "field",
2753
+ "name": "formAssociated",
2754
+ "type": {
2755
+ "text": "boolean"
2756
+ },
2757
+ "static": true,
2758
+ "readonly": true,
2759
+ "default": "true",
2760
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
2761
+ },
2762
+ {
2763
+ "kind": "field",
2764
+ "name": "name",
2765
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
2766
+ "attribute": "name"
2767
+ },
2768
+ {
2769
+ "kind": "field",
2770
+ "name": "value",
2771
+ "description": "The value associated with the element's name when it's submitted with form data.",
2772
+ "attribute": "value"
2773
+ },
2774
+ {
2775
+ "kind": "field",
2776
+ "name": "type",
2777
+ "type": {
2778
+ "text": "FormSubmitterType"
2779
+ },
2780
+ "default": "\"button\"",
2781
+ "description": "The type of the element.",
2782
+ "attribute": "type"
2783
+ },
2784
+ {
2785
+ "kind": "field",
2786
+ "name": "[_clickHandler]",
2787
+ "privacy": "private"
2788
+ }
2789
+ ],
2790
+ "attributes": [
2791
+ {
2792
+ "name": "name",
2793
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
2794
+ "fieldName": "name"
2795
+ },
2796
+ {
2797
+ "name": "value",
2798
+ "description": "The value associated with the element's name when it's submitted with form data.",
2799
+ "fieldName": "value"
2800
+ },
2801
+ {
2802
+ "name": "type",
2803
+ "type": {
2804
+ "text": "FormSubmitterType"
2805
+ },
2806
+ "default": "\"button\"",
2807
+ "description": "The type of the element.",
2808
+ "fieldName": "type"
2809
+ }
2810
+ ],
2811
+ "parameters": [
2812
+ {
2813
+ "name": "base",
2814
+ "type": {
2815
+ "text": "T"
2816
+ },
2817
+ "description": "The base class."
2818
+ }
2819
+ ]
2820
+ }
2821
+ ],
2822
+ "exports": [
2823
+ {
2824
+ "kind": "js",
2825
+ "name": "isFormSubmitterMixin",
2826
+ "declaration": {
2827
+ "name": "isFormSubmitterMixin",
2828
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
2829
+ }
2830
+ },
2831
+ {
2832
+ "kind": "js",
2833
+ "name": "FormSubmitter",
2834
+ "declaration": {
2835
+ "name": "FormSubmitter",
2836
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
2837
+ }
2838
+ }
2839
+ ]
2840
+ },
2841
+ {
2842
+ "kind": "javascript-module",
2843
+ "path": "../core/src/shared/mixins/hasKeys.ts",
2844
+ "declarations": [
2845
+ {
2846
+ "kind": "function",
2847
+ "name": "hasKeys",
2848
+ "return": {
2849
+ "type": {
2850
+ "text": "boolean"
2851
+ }
2852
+ },
2853
+ "parameters": [
2854
+ {
2855
+ "name": "value",
2856
+ "type": {
2857
+ "text": "unknown"
2858
+ },
2859
+ "description": "The value to test."
2860
+ },
2861
+ {
2862
+ "name": "keys",
2863
+ "type": {
2864
+ "text": "Array<keyof T>"
2865
+ }
2866
+ },
2867
+ {
2868
+ "description": ": Array<keyof T>} keys The keys of `T` to test.",
2869
+ "name": "",
2870
+ "type": {
2871
+ "text": "...keys"
2872
+ }
2873
+ }
2874
+ ],
2875
+ "description": "Determines whether an object has keys for a given type."
2876
+ }
2877
+ ],
2878
+ "exports": [
2879
+ {
2880
+ "kind": "js",
2881
+ "name": "hasKeys",
2882
+ "declaration": {
2883
+ "name": "hasKeys",
2884
+ "module": "../core/src/shared/mixins/hasKeys.ts"
2885
+ }
2886
+ }
2887
+ ]
2888
+ },
2889
+ {
2890
+ "kind": "javascript-module",
2891
+ "path": "../core/src/shared/mixins/HtmlFor.ts",
2892
+ "declarations": [
2893
+ {
2894
+ "kind": "function",
2895
+ "name": "isHtmlForMixin",
2896
+ "return": {
2897
+ "type": {
2898
+ "text": "value is HtmlForMixin"
2899
+ }
2900
+ },
2901
+ "parameters": [
2902
+ {
2903
+ "name": "value",
2904
+ "type": {
2905
+ "text": "unknown"
2906
+ },
2907
+ "description": "The value to test."
2908
+ }
2909
+ ],
2910
+ "description": "Determines whether a value is a `HtmlForMixin`."
2911
+ },
2912
+ {
2913
+ "kind": "mixin",
2914
+ "description": "Mixin that creates an attached element associated with an interactive control.",
2915
+ "name": "HtmlFor",
2916
+ "members": [
2917
+ {
2918
+ "kind": "field",
2919
+ "name": "[_control]",
2920
+ "type": {
2921
+ "text": "HTMLElement | null"
2922
+ },
2923
+ "privacy": "private",
2924
+ "default": "null"
2925
+ },
2926
+ {
2927
+ "kind": "field",
2928
+ "name": "[_firstUpdated]",
2929
+ "type": {
2930
+ "text": "boolean"
2931
+ },
2932
+ "privacy": "private",
2933
+ "default": "false"
2934
+ },
2935
+ {
2936
+ "kind": "field",
2937
+ "name": "htmlFor",
2938
+ "type": {
2939
+ "text": "string | null"
2940
+ },
2941
+ "default": "null",
2942
+ "description": "The identifier of the interactive control to which this element is attached.",
2943
+ "attribute": "for"
2944
+ },
2945
+ {
2946
+ "kind": "field",
2947
+ "name": "control",
2948
+ "description": "The interactive element to which this element is attached.",
2949
+ "readonly": true
2950
+ },
2951
+ {
2952
+ "kind": "method",
2953
+ "name": "attach",
2954
+ "return": {
2955
+ "type": {
2956
+ "text": "void"
2957
+ }
2958
+ },
2959
+ "parameters": [
2960
+ {
2961
+ "name": "control",
2962
+ "type": {
2963
+ "text": "HTMLElement"
2964
+ },
2965
+ "description": "The element that controls the attachable element."
2966
+ }
2967
+ ],
2968
+ "description": "Attaches the element to an interactive control."
2969
+ },
2970
+ {
2971
+ "kind": "method",
2972
+ "name": "detach",
2973
+ "return": {
2974
+ "type": {
2975
+ "text": "void"
2976
+ }
2977
+ },
2978
+ "description": "Detaches the element from its current interactive control."
2979
+ }
2980
+ ],
2981
+ "attributes": [
2982
+ {
2983
+ "name": "for",
2984
+ "type": {
2985
+ "text": "string | null"
2986
+ },
2987
+ "default": "null",
2988
+ "description": "The identifier of the interactive control to which this element is attached.",
2989
+ "fieldName": "htmlFor"
2990
+ }
2991
+ ],
2992
+ "parameters": [
2993
+ {
2994
+ "name": "base",
2995
+ "type": {
2996
+ "text": "T"
2997
+ },
2998
+ "description": "The base class."
2999
+ }
3000
+ ]
3001
+ }
3002
+ ],
3003
+ "exports": [
3004
+ {
3005
+ "kind": "js",
3006
+ "name": "isHtmlForMixin",
3007
+ "declaration": {
3008
+ "name": "isHtmlForMixin",
3009
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
3010
+ }
3011
+ },
3012
+ {
3013
+ "kind": "js",
3014
+ "name": "HtmlFor",
3015
+ "declaration": {
3016
+ "name": "HtmlFor",
3017
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
3018
+ }
3019
+ }
3020
+ ]
3021
+ },
3022
+ {
3023
+ "kind": "javascript-module",
3024
+ "path": "../core/src/shared/mixins/index.ts",
3025
+ "declarations": [],
3026
+ "exports": [
3027
+ {
3028
+ "kind": "js",
3029
+ "name": "*",
3030
+ "declaration": {
3031
+ "name": "*",
3032
+ "package": "\"./AttachInternals\""
3033
+ }
3034
+ },
3035
+ {
3036
+ "kind": "js",
3037
+ "name": "*",
3038
+ "declaration": {
3039
+ "name": "*",
3040
+ "package": "\"./Checked\""
3041
+ }
3042
+ },
3043
+ {
3044
+ "kind": "js",
3045
+ "name": "*",
3046
+ "declaration": {
3047
+ "name": "*",
3048
+ "package": "\"./CheckedIndeterminate\""
3049
+ }
3050
+ },
3051
+ {
3052
+ "kind": "js",
3053
+ "name": "*",
3054
+ "declaration": {
3055
+ "name": "*",
3056
+ "package": "\"./CheckedOrSelected\""
3057
+ }
3058
+ },
3059
+ {
3060
+ "kind": "js",
3061
+ "name": "*",
3062
+ "declaration": {
3063
+ "name": "*",
3064
+ "package": "\"./ConstraintValidation\""
3065
+ }
3066
+ },
3067
+ {
3068
+ "kind": "js",
3069
+ "name": "*",
3070
+ "declaration": {
3071
+ "name": "*",
3072
+ "package": "\"./Dirty\""
3073
+ }
3074
+ },
3075
+ {
3076
+ "kind": "js",
3077
+ "name": "*",
3078
+ "declaration": {
3079
+ "name": "*",
3080
+ "package": "\"./Disabled\""
3081
+ }
3082
+ },
3083
+ {
3084
+ "kind": "js",
3085
+ "name": "*",
3086
+ "declaration": {
3087
+ "name": "*",
3088
+ "package": "\"./DisabledInteractive\""
3089
+ }
3090
+ },
3091
+ {
3092
+ "kind": "js",
3093
+ "name": "*",
3094
+ "declaration": {
3095
+ "name": "*",
3096
+ "package": "\"./EventAttribute\""
3097
+ }
3098
+ },
3099
+ {
3100
+ "kind": "js",
3101
+ "name": "*",
3102
+ "declaration": {
3103
+ "name": "*",
3104
+ "package": "\"./Focusable\""
3105
+ }
3106
+ },
3107
+ {
3108
+ "kind": "js",
3109
+ "name": "*",
3110
+ "declaration": {
3111
+ "name": "*",
3112
+ "package": "\"./FormAssociated\""
3113
+ }
3114
+ },
3115
+ {
3116
+ "kind": "js",
3117
+ "name": "*",
3118
+ "declaration": {
3119
+ "name": "*",
3120
+ "package": "\"./FormSubmitter\""
3121
+ }
3122
+ },
3123
+ {
3124
+ "kind": "js",
3125
+ "name": "*",
3126
+ "declaration": {
3127
+ "name": "*",
3128
+ "package": "\"./hasKeys\""
3129
+ }
3130
+ },
3131
+ {
3132
+ "kind": "js",
3133
+ "name": "*",
3134
+ "declaration": {
3135
+ "name": "*",
3136
+ "package": "\"./HtmlFor\""
3137
+ }
3138
+ },
3139
+ {
3140
+ "kind": "js",
3141
+ "name": "*",
3142
+ "declaration": {
3143
+ "name": "*",
3144
+ "package": "\"./KeyboardClick\""
3145
+ }
3146
+ },
3147
+ {
3148
+ "kind": "js",
3149
+ "name": "*",
3150
+ "declaration": {
3151
+ "name": "*",
3152
+ "package": "\"./Labelled\""
3153
+ }
3154
+ },
3155
+ {
3156
+ "kind": "js",
3157
+ "name": "*",
3158
+ "declaration": {
3159
+ "name": "*",
3160
+ "package": "\"./LinkButton\""
3161
+ }
3162
+ },
3163
+ {
3164
+ "kind": "js",
3165
+ "name": "*",
3166
+ "declaration": {
3167
+ "name": "*",
3168
+ "package": "\"./ReadOnly\""
3169
+ }
3170
+ },
3171
+ {
3172
+ "kind": "js",
3173
+ "name": "*",
3174
+ "declaration": {
3175
+ "name": "*",
3176
+ "package": "\"./Required\""
3177
+ }
3178
+ },
3179
+ {
3180
+ "kind": "js",
3181
+ "name": "*",
3182
+ "declaration": {
3183
+ "name": "*",
3184
+ "package": "\"./RequiredConstraintValidation\""
3185
+ }
3186
+ },
3187
+ {
3188
+ "kind": "js",
3189
+ "name": "*",
3190
+ "declaration": {
3191
+ "name": "*",
3192
+ "package": "\"./Role\""
3193
+ }
3194
+ },
3195
+ {
3196
+ "kind": "js",
3197
+ "name": "*",
3198
+ "declaration": {
3199
+ "name": "*",
3200
+ "package": "\"./Selected\""
3201
+ }
3202
+ },
3203
+ {
3204
+ "kind": "js",
3205
+ "name": "*",
3206
+ "declaration": {
3207
+ "name": "*",
3208
+ "package": "\"./Touched\""
3209
+ }
3210
+ },
3211
+ {
3212
+ "kind": "js",
3213
+ "name": "*",
3214
+ "declaration": {
3215
+ "name": "*",
3216
+ "package": "\"./Vertical\""
3217
+ }
3218
+ }
3219
+ ]
3220
+ },
3221
+ {
3222
+ "kind": "javascript-module",
3223
+ "path": "../core/src/shared/mixins/KeyboardClick.ts",
3224
+ "declarations": [
3225
+ {
3226
+ "kind": "mixin",
3227
+ "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
3228
+ "name": "KeyboardClick",
3229
+ "members": [
3230
+ {
3231
+ "kind": "field",
3232
+ "name": "#keyUpHandler",
3233
+ "privacy": "private",
3234
+ "readonly": true
3235
+ },
3236
+ {
3237
+ "kind": "method",
3238
+ "name": "#handleKeyUp",
3239
+ "privacy": "private",
3240
+ "return": {
3241
+ "type": {
3242
+ "text": "void"
3243
+ }
3244
+ },
3245
+ "parameters": [
3246
+ {
3247
+ "name": "e",
3248
+ "type": {
3249
+ "text": "KeyboardEvent"
3250
+ }
3251
+ }
3252
+ ]
3253
+ }
3254
+ ],
3255
+ "events": [
3256
+ {
3257
+ "name": "click",
3258
+ "type": {
3259
+ "text": "MouseEvent"
3260
+ }
3261
+ }
3262
+ ],
3263
+ "parameters": [
3264
+ {
3265
+ "name": "base",
3266
+ "type": {
3267
+ "text": "T"
3268
+ },
3269
+ "description": "The base class."
3270
+ },
3271
+ {
3272
+ "name": "allowEnter",
3273
+ "default": "true",
3274
+ "type": {
3275
+ "text": "boolean"
3276
+ },
3277
+ "description": "Whether the `ENTER` key emits a click event.",
3278
+ "optional": true
3279
+ }
3280
+ ]
3281
+ }
3282
+ ],
3283
+ "exports": [
3284
+ {
3285
+ "kind": "js",
3286
+ "name": "KeyboardClick",
3287
+ "declaration": {
3288
+ "name": "KeyboardClick",
3289
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
3290
+ }
3291
+ }
3292
+ ]
3293
+ },
3294
+ {
3295
+ "kind": "javascript-module",
3296
+ "path": "../core/src/shared/mixins/Labelled.ts",
3297
+ "declarations": [
3298
+ {
3299
+ "kind": "variable",
3300
+ "name": "updateLabels",
3301
+ "description": "A symbol through which to update labels to reflect a control's current state."
3302
+ },
3303
+ {
3304
+ "kind": "function",
3305
+ "name": "isLabelledMixin",
3306
+ "return": {
3307
+ "type": {
3308
+ "text": ""
3309
+ }
3310
+ },
3311
+ "parameters": [
3312
+ {
3313
+ "name": "value",
3314
+ "type": {
3315
+ "text": "unknown"
3316
+ },
3317
+ "description": "The value to test."
3318
+ }
3319
+ ],
3320
+ "description": "Determines whether a value is a `LabelledMixin`."
3321
+ },
3322
+ {
3323
+ "kind": "mixin",
3324
+ "description": "Mixin to augment an element with support for labelling.",
3325
+ "name": "Labelled",
3326
+ "members": [
3327
+ {
3328
+ "kind": "field",
3329
+ "name": "formAssociated",
3330
+ "type": {
3331
+ "text": "boolean"
3332
+ },
3333
+ "static": true,
3334
+ "readonly": true,
3335
+ "default": "true",
3336
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
3337
+ },
3338
+ {
3339
+ "kind": "field",
3340
+ "name": "[_eventHandler]",
3341
+ "privacy": "private",
3342
+ "readonly": true
3343
+ },
3344
+ {
3345
+ "kind": "field",
3346
+ "name": "labels",
3347
+ "type": {
3348
+ "text": "NodeListOf<HTMLLabelElement>"
3349
+ },
3350
+ "description": "The label elements that the element is associated with.",
3351
+ "readonly": true
3352
+ }
3353
+ ],
3354
+ "parameters": [
3355
+ {
3356
+ "name": "base",
3357
+ "type": {
3358
+ "text": "T"
3359
+ },
3360
+ "description": "The base class."
3361
+ }
3362
+ ]
3363
+ }
3364
+ ],
3365
+ "exports": [
3366
+ {
3367
+ "kind": "js",
3368
+ "name": "updateLabels",
3369
+ "declaration": {
3370
+ "name": "updateLabels",
3371
+ "module": "../core/src/shared/mixins/Labelled.ts"
3372
+ }
3373
+ },
3374
+ {
3375
+ "kind": "js",
3376
+ "name": "isLabelledMixin",
3377
+ "declaration": {
3378
+ "name": "isLabelledMixin",
3379
+ "module": "../core/src/shared/mixins/Labelled.ts"
3380
+ }
3381
+ },
3382
+ {
3383
+ "kind": "js",
3384
+ "name": "Labelled",
3385
+ "declaration": {
3386
+ "name": "Labelled",
3387
+ "module": "../core/src/shared/mixins/Labelled.ts"
3388
+ }
3389
+ }
3390
+ ]
3391
+ },
3392
+ {
3393
+ "kind": "javascript-module",
3394
+ "path": "../core/src/shared/mixins/LinkButton.ts",
3395
+ "declarations": [
3396
+ {
3397
+ "kind": "variable",
3398
+ "name": "renderPseudoLink",
3399
+ "description": "A symbol through which to access a function used to render a pseudo link."
3400
+ },
3401
+ {
3402
+ "kind": "function",
3403
+ "name": "isLinkButtonMixin",
3404
+ "return": {
3405
+ "type": {
3406
+ "text": "value is LinkButtonMixin"
3407
+ }
3408
+ },
3409
+ "parameters": [
3410
+ {
3411
+ "name": "value",
3412
+ "type": {
3413
+ "text": "unknown"
3414
+ },
3415
+ "description": "The value to test."
3416
+ }
3417
+ ],
3418
+ "description": "Determines whether a value is a `LinkButtonMixin`."
3419
+ },
3420
+ {
3421
+ "kind": "mixin",
3422
+ "description": "Mixin to augment an element with behavior that supports functioning as a link.",
3423
+ "name": "LinkButton",
3424
+ "members": [
3425
+ {
3426
+ "kind": "field",
3427
+ "name": "[_clickHandler]",
3428
+ "privacy": "private"
3429
+ },
3430
+ {
3431
+ "kind": "field",
3432
+ "name": "href",
3433
+ "type": {
3434
+ "text": "string"
3435
+ },
3436
+ "default": "\"\"",
3437
+ "description": "The URL to which the link button points.",
3438
+ "attribute": "href"
3439
+ },
3440
+ {
3441
+ "kind": "field",
3442
+ "name": "target",
3443
+ "type": {
3444
+ "text": "LinkTarget"
3445
+ },
3446
+ "default": "\"\"",
3447
+ "description": "The target of the link button.",
3448
+ "attribute": "target"
3449
+ },
3450
+ {
3451
+ "kind": "field",
3452
+ "name": "rel",
3453
+ "type": {
3454
+ "text": "string"
3455
+ },
3456
+ "default": "\"\"",
3457
+ "description": "The relationship between the `target` of the link button and the document.",
3458
+ "attribute": "rel"
3459
+ },
3460
+ {
3461
+ "kind": "field",
3462
+ "name": "download",
3463
+ "type": {
3464
+ "text": "string | null"
3465
+ },
3466
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
3467
+ "default": "null",
3468
+ "attribute": "download"
3469
+ },
3470
+ {
3471
+ "kind": "method",
3472
+ "name": "#handleLinkPointerDown",
3473
+ "privacy": "private",
3474
+ "return": {
3475
+ "type": {
3476
+ "text": "void"
3477
+ }
3478
+ },
3479
+ "parameters": [
3480
+ {
3481
+ "name": "e",
3482
+ "type": {
3483
+ "text": "PointerEvent"
3484
+ }
3485
+ }
3486
+ ]
3487
+ },
3488
+ {
3489
+ "kind": "method",
3490
+ "name": "#handleLinkFocus",
3491
+ "privacy": "private",
3492
+ "return": {
3493
+ "type": {
3494
+ "text": "void"
3495
+ }
3496
+ },
3497
+ "parameters": [
3498
+ {
3499
+ "name": "e",
3500
+ "type": {
3501
+ "text": "Event"
3502
+ }
3503
+ }
3504
+ ]
3505
+ },
3506
+ {
3507
+ "kind": "method",
3508
+ "name": "#handleLinkBlur",
3509
+ "privacy": "private",
3510
+ "return": {
3511
+ "type": {
3512
+ "text": "void"
3513
+ }
3514
+ },
3515
+ "parameters": [
3516
+ {
3517
+ "name": "e",
3518
+ "type": {
3519
+ "text": "Event"
3520
+ }
3521
+ }
3522
+ ]
3523
+ }
3524
+ ],
3525
+ "events": [
3526
+ {
3527
+ "name": "click",
3528
+ "type": {
3529
+ "text": "MouseEvent"
3530
+ }
3531
+ }
3532
+ ],
3533
+ "attributes": [
3534
+ {
3535
+ "name": "href",
3536
+ "type": {
3537
+ "text": "string"
3538
+ },
3539
+ "default": "\"\"",
3540
+ "description": "The URL to which the link button points.",
3541
+ "fieldName": "href"
3542
+ },
3543
+ {
3544
+ "name": "target",
3545
+ "type": {
3546
+ "text": "LinkTarget"
3547
+ },
3548
+ "default": "\"\"",
3549
+ "description": "The target of the link button.",
3550
+ "fieldName": "target"
3551
+ },
3552
+ {
3553
+ "name": "rel",
3554
+ "type": {
3555
+ "text": "string"
3556
+ },
3557
+ "default": "\"\"",
3558
+ "description": "The relationship between the `target` of the link button and the document.",
3559
+ "fieldName": "rel"
3560
+ },
3561
+ {
3562
+ "name": "download",
3563
+ "type": {
3564
+ "text": "string | null"
3565
+ },
3566
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
3567
+ "default": "null",
3568
+ "fieldName": "download"
3569
+ }
3570
+ ],
3571
+ "parameters": [
3572
+ {
3573
+ "name": "base",
3574
+ "type": {
3575
+ "text": "T"
3576
+ },
3577
+ "description": "The base class."
3578
+ }
3579
+ ]
3580
+ }
3581
+ ],
3582
+ "exports": [
3583
+ {
3584
+ "kind": "js",
3585
+ "name": "renderPseudoLink",
3586
+ "declaration": {
3587
+ "name": "renderPseudoLink",
3588
+ "module": "../core/src/shared/mixins/LinkButton.ts"
3589
+ }
3590
+ },
3591
+ {
3592
+ "kind": "js",
3593
+ "name": "isLinkButtonMixin",
3594
+ "declaration": {
3595
+ "name": "isLinkButtonMixin",
3596
+ "module": "../core/src/shared/mixins/LinkButton.ts"
3597
+ }
3598
+ },
3599
+ {
3600
+ "kind": "js",
3601
+ "name": "LinkButton",
3602
+ "declaration": {
3603
+ "name": "LinkButton",
3604
+ "module": "../core/src/shared/mixins/LinkButton.ts"
3605
+ }
3606
+ }
3607
+ ]
3608
+ },
3609
+ {
3610
+ "kind": "javascript-module",
3611
+ "path": "../core/src/shared/mixins/ReadOnly.ts",
3612
+ "declarations": [
3613
+ {
3614
+ "kind": "function",
3615
+ "name": "isReadOnlyMixin",
3616
+ "return": {
3617
+ "type": {
3618
+ "text": ""
3619
+ }
3620
+ },
3621
+ "parameters": [
3622
+ {
3623
+ "name": "value",
3624
+ "type": {
3625
+ "text": "unknown"
3626
+ },
3627
+ "description": "The value to test."
3628
+ }
3629
+ ],
3630
+ "description": "Determines whether a value is a `ReadOnlyMixin`."
3631
+ },
3632
+ {
3633
+ "kind": "mixin",
3634
+ "description": "Mixin to augment an element with behavior that supports a read-only state.",
3635
+ "name": "ReadOnly",
3636
+ "members": [
3637
+ {
3638
+ "kind": "field",
3639
+ "name": "readOnly",
3640
+ "type": {
3641
+ "text": "boolean"
3642
+ },
3643
+ "default": "false",
3644
+ "description": "A value indicating whether the element is read-only.",
3645
+ "attribute": "readonly"
3646
+ }
3647
+ ],
3648
+ "attributes": [
3649
+ {
3650
+ "name": "readonly",
3651
+ "type": {
3652
+ "text": "boolean"
3653
+ },
3654
+ "default": "false",
3655
+ "description": "A value indicating whether the element is read-only.",
3656
+ "fieldName": "readOnly"
3657
+ }
3658
+ ],
3659
+ "parameters": [
3660
+ {
3661
+ "name": "base",
3662
+ "type": {
3663
+ "text": "T"
3664
+ },
3665
+ "description": "The base class."
3666
+ },
3667
+ {
3668
+ "name": "reflect",
3669
+ "default": "true",
3670
+ "type": {
3671
+ "text": "boolean"
3672
+ },
3673
+ "description": "A value indicating whether the read-only state is reflected as an attribute. The default value is `true`."
3674
+ }
3675
+ ]
3676
+ }
3677
+ ],
3678
+ "exports": [
3679
+ {
3680
+ "kind": "js",
3681
+ "name": "isReadOnlyMixin",
3682
+ "declaration": {
3683
+ "name": "isReadOnlyMixin",
3684
+ "module": "../core/src/shared/mixins/ReadOnly.ts"
3685
+ }
3686
+ },
3687
+ {
3688
+ "kind": "js",
3689
+ "name": "ReadOnly",
3690
+ "declaration": {
3691
+ "name": "ReadOnly",
3692
+ "module": "../core/src/shared/mixins/ReadOnly.ts"
3693
+ }
3694
+ }
3695
+ ]
3696
+ },
3697
+ {
3698
+ "kind": "javascript-module",
3699
+ "path": "../core/src/shared/mixins/Required.ts",
3700
+ "declarations": [
3701
+ {
3702
+ "kind": "function",
3703
+ "name": "isRequiredMixin",
3704
+ "return": {
3705
+ "type": {
3706
+ "text": ""
3707
+ }
3708
+ },
3709
+ "parameters": [
3710
+ {
3711
+ "name": "value",
3712
+ "type": {
3713
+ "text": "unknown"
3714
+ },
3715
+ "description": "The value to test."
3716
+ }
3717
+ ],
3718
+ "description": "Determines whether a value is a `RequiredMixin`."
3719
+ },
3720
+ {
3721
+ "kind": "mixin",
3722
+ "description": "Mixin to augment an element with behavior that supports a required state.",
3723
+ "name": "Required",
3724
+ "members": [
3725
+ {
3726
+ "kind": "field",
3727
+ "name": "required",
3728
+ "type": {
3729
+ "text": "boolean"
3730
+ },
3731
+ "default": "false",
3732
+ "description": "Whether a value is required for the element.",
3733
+ "attribute": "required",
3734
+ "reflects": true
3735
+ },
3736
+ {
3737
+ "kind": "field",
3738
+ "name": "optional",
3739
+ "description": "Whether a value is not required for the element.",
3740
+ "readonly": true
3741
+ }
3742
+ ],
3743
+ "attributes": [
3744
+ {
3745
+ "name": "required",
3746
+ "type": {
3747
+ "text": "boolean"
3748
+ },
3749
+ "default": "false",
3750
+ "description": "Whether a value is required for the element.",
3751
+ "fieldName": "required"
3752
+ }
3753
+ ],
3754
+ "parameters": [
3755
+ {
3756
+ "name": "base",
3757
+ "type": {
3758
+ "text": "T"
3759
+ },
3760
+ "description": "The base class."
3761
+ }
3762
+ ]
3763
+ }
3764
+ ],
3765
+ "exports": [
3766
+ {
3767
+ "kind": "js",
3768
+ "name": "isRequiredMixin",
3769
+ "declaration": {
3770
+ "name": "isRequiredMixin",
3771
+ "module": "../core/src/shared/mixins/Required.ts"
3772
+ }
3773
+ },
3774
+ {
3775
+ "kind": "js",
3776
+ "name": "Required",
3777
+ "declaration": {
3778
+ "name": "Required",
3779
+ "module": "../core/src/shared/mixins/Required.ts"
3780
+ }
3781
+ }
3782
+ ]
3783
+ },
3784
+ {
3785
+ "kind": "javascript-module",
3786
+ "path": "../core/src/shared/mixins/RequiredConstraintValidation.ts",
3787
+ "declarations": [
3788
+ {
3789
+ "kind": "function",
3790
+ "name": "isRequiredConstraintValidationMixin",
3791
+ "return": {
3792
+ "type": {
3793
+ "text": ""
3794
+ }
3795
+ },
3796
+ "parameters": [
3797
+ {
3798
+ "name": "value",
3799
+ "type": {
3800
+ "text": "unknown"
3801
+ },
3802
+ "description": "The value to test."
3803
+ }
3804
+ ],
3805
+ "description": "Determines whether a value is a `RequiredConstraintValidationMixin`."
3806
+ },
3807
+ {
3808
+ "kind": "mixin",
3809
+ "description": "Mixin to augment an element with behavior that supports a required state.",
3810
+ "name": "RequiredConstraintValidation",
3811
+ "parameters": [
3812
+ {
3813
+ "name": "base",
3814
+ "type": {
3815
+ "text": "T"
3816
+ },
3817
+ "description": "The base class."
3818
+ }
3819
+ ]
3820
+ }
3821
+ ],
3822
+ "exports": [
3823
+ {
3824
+ "kind": "js",
3825
+ "name": "isRequiredConstraintValidationMixin",
3826
+ "declaration": {
3827
+ "name": "isRequiredConstraintValidationMixin",
3828
+ "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
3829
+ }
3830
+ },
3831
+ {
3832
+ "kind": "js",
3833
+ "name": "RequiredConstraintValidation",
3834
+ "declaration": {
3835
+ "name": "RequiredConstraintValidation",
3836
+ "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
3837
+ }
3838
+ }
3839
+ ]
3840
+ },
3841
+ {
3842
+ "kind": "javascript-module",
3843
+ "path": "../core/src/shared/mixins/Role.ts",
3844
+ "declarations": [
3845
+ {
3846
+ "kind": "mixin",
3847
+ "description": "Mixin to augment an element with an ARIA role.",
3848
+ "name": "Role",
3849
+ "parameters": [
3850
+ {
3851
+ "name": "base",
3852
+ "type": {
3853
+ "text": "T"
3854
+ },
3855
+ "description": "The base class."
3856
+ },
3857
+ {
3858
+ "name": "role",
3859
+ "type": {
3860
+ "text": "ARIARole"
3861
+ },
3862
+ "description": "The ARIA role."
3863
+ }
3864
+ ]
3865
+ }
3866
+ ],
3867
+ "exports": [
3868
+ {
3869
+ "kind": "js",
3870
+ "name": "Role",
3871
+ "declaration": {
3872
+ "name": "Role",
3873
+ "module": "../core/src/shared/mixins/Role.ts"
3874
+ }
3875
+ }
3876
+ ]
3877
+ },
3878
+ {
3879
+ "kind": "javascript-module",
3880
+ "path": "../core/src/shared/mixins/Selected.ts",
3881
+ "declarations": [
3882
+ {
3883
+ "kind": "function",
3884
+ "name": "isSelectedMixin",
3885
+ "return": {
3886
+ "type": {
3887
+ "text": ""
3888
+ }
3889
+ },
3890
+ "parameters": [
3891
+ {
3892
+ "name": "value",
3893
+ "type": {
3894
+ "text": "unknown"
3895
+ },
3896
+ "description": "The value to test."
3897
+ }
3898
+ ],
3899
+ "description": "Determines whether a value is a `SelectedMixin`."
3900
+ },
3901
+ {
3902
+ "kind": "mixin",
3903
+ "description": "Mixin to augment an element with behavior that supports a selected state.",
3904
+ "name": "Selected",
3905
+ "members": [
3906
+ {
3907
+ "kind": "field",
3908
+ "name": "selected",
3909
+ "type": {
3910
+ "text": "boolean"
3911
+ },
3912
+ "default": "false",
3913
+ "description": "Whether the element is selected.",
3914
+ "attribute": "selected",
3915
+ "reflects": true
3916
+ }
3917
+ ],
3918
+ "attributes": [
3919
+ {
3920
+ "name": "selected",
3921
+ "type": {
3922
+ "text": "boolean"
3923
+ },
3924
+ "default": "false",
3925
+ "description": "Whether the element is selected.",
3926
+ "fieldName": "selected"
3927
+ }
3928
+ ],
3929
+ "parameters": [
3930
+ {
3931
+ "name": "base",
3932
+ "type": {
3933
+ "text": "T"
3934
+ },
3935
+ "description": "The base class."
3936
+ }
3937
+ ]
3938
+ }
3939
+ ],
3940
+ "exports": [
3941
+ {
3942
+ "kind": "js",
3943
+ "name": "isSelectedMixin",
3944
+ "declaration": {
3945
+ "name": "isSelectedMixin",
3946
+ "module": "../core/src/shared/mixins/Selected.ts"
3947
+ }
3948
+ },
3949
+ {
3950
+ "kind": "js",
3951
+ "name": "Selected",
3952
+ "declaration": {
3953
+ "name": "Selected",
3954
+ "module": "../core/src/shared/mixins/Selected.ts"
3955
+ }
3956
+ }
3957
+ ]
3958
+ },
3959
+ {
3960
+ "kind": "javascript-module",
3961
+ "path": "../core/src/shared/mixins/Touched.ts",
3962
+ "declarations": [
3963
+ {
3964
+ "kind": "function",
3965
+ "name": "isTouchedMixin",
3966
+ "return": {
3967
+ "type": {
3968
+ "text": ""
3969
+ }
3970
+ },
3971
+ "parameters": [
3972
+ {
3973
+ "name": "value",
3974
+ "type": {
3975
+ "text": "unknown"
3976
+ },
3977
+ "description": "The value to test."
3978
+ }
3979
+ ],
3980
+ "description": "Determines whether a value is a `TouchedMixin`."
3981
+ },
3982
+ {
3983
+ "kind": "mixin",
3984
+ "description": "Mixin to augment an element with functionality used to mark it as touched.",
3985
+ "name": "Touched",
3986
+ "members": [
3987
+ {
3988
+ "kind": "field",
3989
+ "name": "[_eventHandler]",
3990
+ "privacy": "private"
3991
+ },
3992
+ {
3993
+ "kind": "field",
3994
+ "name": "touched",
3995
+ "type": {
3996
+ "text": "boolean"
3997
+ },
3998
+ "description": "Whether the user has interacted when the element.",
3999
+ "readonly": true
4000
+ },
4001
+ {
4002
+ "kind": "field",
4003
+ "name": "untouched",
4004
+ "type": {
4005
+ "text": "boolean"
4006
+ },
4007
+ "description": "Whether the user has not interacted when the element.",
4008
+ "readonly": true
4009
+ },
4010
+ {
4011
+ "kind": "method",
4012
+ "name": "markAsTouched",
4013
+ "return": {
4014
+ "type": {
4015
+ "text": "void"
4016
+ }
4017
+ },
4018
+ "description": "Marks the element as touched."
4019
+ },
4020
+ {
4021
+ "kind": "method",
4022
+ "name": "markAsUntouched",
4023
+ "return": {
4024
+ "type": {
4025
+ "text": "void"
4026
+ }
4027
+ },
4028
+ "description": "Marks the element as untouched."
4029
+ }
4030
+ ],
4031
+ "parameters": [
4032
+ {
4033
+ "name": "base",
4034
+ "type": {
4035
+ "text": "T"
4036
+ },
4037
+ "description": "The base class."
4038
+ }
4039
+ ]
4040
+ }
4041
+ ],
4042
+ "exports": [
4043
+ {
4044
+ "kind": "js",
4045
+ "name": "isTouchedMixin",
4046
+ "declaration": {
4047
+ "name": "isTouchedMixin",
4048
+ "module": "../core/src/shared/mixins/Touched.ts"
4049
+ }
4050
+ },
4051
+ {
4052
+ "kind": "js",
4053
+ "name": "Touched",
4054
+ "declaration": {
4055
+ "name": "Touched",
4056
+ "module": "../core/src/shared/mixins/Touched.ts"
4057
+ }
4058
+ }
4059
+ ]
4060
+ },
4061
+ {
4062
+ "kind": "javascript-module",
4063
+ "path": "../core/src/shared/mixins/Vertical.ts",
4064
+ "declarations": [
4065
+ {
4066
+ "kind": "function",
4067
+ "name": "isVerticalMixin",
4068
+ "return": {
4069
+ "type": {
4070
+ "text": ""
4071
+ }
4072
+ },
4073
+ "parameters": [
4074
+ {
4075
+ "name": "value",
4076
+ "type": {
4077
+ "text": "unknown"
4078
+ },
4079
+ "description": "The value to test."
4080
+ }
4081
+ ],
4082
+ "description": "Determines whether a value is a `VerticalMixin`."
4083
+ },
4084
+ {
4085
+ "kind": "mixin",
4086
+ "description": "Mixin to augment an element with behavior that supports a vertical orientation.",
4087
+ "name": "Vertical",
4088
+ "members": [
4089
+ {
4090
+ "kind": "field",
4091
+ "name": "vertical",
4092
+ "type": {
4093
+ "text": "boolean"
4094
+ },
4095
+ "default": "false",
4096
+ "description": "Whether the element is oriented vertically.",
4097
+ "attribute": "vertical",
4098
+ "reflects": true
4099
+ }
4100
+ ],
4101
+ "attributes": [
4102
+ {
4103
+ "name": "vertical",
4104
+ "type": {
4105
+ "text": "boolean"
4106
+ },
4107
+ "default": "false",
4108
+ "description": "Whether the element is oriented vertically.",
4109
+ "fieldName": "vertical"
4110
+ }
4111
+ ],
4112
+ "parameters": [
4113
+ {
4114
+ "name": "base",
4115
+ "type": {
4116
+ "text": "T"
4117
+ },
4118
+ "description": "The base class."
4119
+ }
4120
+ ]
4121
+ }
4122
+ ],
4123
+ "exports": [
4124
+ {
4125
+ "kind": "js",
4126
+ "name": "isVerticalMixin",
4127
+ "declaration": {
4128
+ "name": "isVerticalMixin",
4129
+ "module": "../core/src/shared/mixins/Vertical.ts"
4130
+ }
4131
+ },
4132
+ {
4133
+ "kind": "js",
4134
+ "name": "Vertical",
4135
+ "declaration": {
4136
+ "name": "Vertical",
4137
+ "module": "../core/src/shared/mixins/Vertical.ts"
4138
+ }
4139
+ }
4140
+ ]
4141
+ }
4142
+ ]
4143
+ }