@aurodesignsystem-dev/auro-formkit 0.0.0-pr1431.2 → 0.0.0-pr1433.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/api.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.min.js +235 -47
- package/components/combobox/demo/index.min.js +235 -47
- package/components/combobox/dist/auro-combobox.d.ts +4 -0
- package/components/combobox/dist/index.js +144 -24
- package/components/combobox/dist/registered.js +144 -24
- package/components/counter/demo/api.min.js +30 -2
- package/components/counter/demo/index.min.js +30 -2
- package/components/counter/dist/index.js +30 -2
- package/components/counter/dist/registered.js +30 -2
- package/components/datepicker/demo/api.min.js +33 -3
- package/components/datepicker/demo/index.min.js +33 -3
- package/components/datepicker/dist/index.js +33 -3
- package/components/datepicker/dist/registered.js +33 -3
- package/components/dropdown/demo/api.min.js +29 -1
- package/components/dropdown/demo/index.min.js +29 -1
- package/components/dropdown/dist/index.js +29 -1
- package/components/dropdown/dist/registered.js +29 -1
- package/components/form/demo/api.min.js +331 -57
- package/components/form/demo/index.min.js +331 -57
- package/components/input/demo/api.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/demo/api.md +1 -1
- package/components/menu/demo/api.min.js +91 -23
- package/components/menu/demo/index.min.js +91 -23
- package/components/menu/dist/auro-menuoption.d.ts +2 -0
- package/components/menu/dist/index.js +91 -23
- package/components/menu/dist/registered.js +91 -23
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.min.js +121 -25
- package/components/select/demo/index.min.js +121 -25
- package/components/select/dist/index.js +30 -2
- package/components/select/dist/registered.js +30 -2
- package/custom-elements.json +422 -411
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,250 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
12
|
+
"name": "AuroBibtemplate",
|
|
13
|
+
"slots": [
|
|
14
|
+
{
|
|
15
|
+
"description": "The default slot for the main content.",
|
|
16
|
+
"name": "default"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"description": "Slot for the header content.",
|
|
20
|
+
"name": "header"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"description": "Slot for the subheader content.",
|
|
24
|
+
"name": "subheader"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"description": "Slot for the footer content.",
|
|
28
|
+
"name": "footer"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"description": "Slot for the close button aria-label.",
|
|
32
|
+
"name": "ariaLabel.close"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"members": [
|
|
36
|
+
{
|
|
37
|
+
"kind": "method",
|
|
38
|
+
"name": "register",
|
|
39
|
+
"static": true,
|
|
40
|
+
"parameters": [
|
|
41
|
+
{
|
|
42
|
+
"name": "name",
|
|
43
|
+
"default": "\"auro-bibtemplate\"",
|
|
44
|
+
"description": "The name of element that you want to register to.",
|
|
45
|
+
"optional": true,
|
|
46
|
+
"type": {
|
|
47
|
+
"text": "string"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"description": "This will register this element with the browser."
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"kind": "method",
|
|
55
|
+
"name": "preventBodyScroll",
|
|
56
|
+
"parameters": [
|
|
57
|
+
{
|
|
58
|
+
"name": "event",
|
|
59
|
+
"description": "The touchmove event.",
|
|
60
|
+
"type": {
|
|
61
|
+
"text": "Event"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
66
|
+
"return": {
|
|
67
|
+
"type": {
|
|
68
|
+
"text": "void"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind": "method",
|
|
74
|
+
"name": "focusCloseButton",
|
|
75
|
+
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
76
|
+
"return": {
|
|
77
|
+
"type": {
|
|
78
|
+
"text": "void"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "method",
|
|
84
|
+
"name": "onCloseButtonClick"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"kind": "method",
|
|
88
|
+
"name": "exposeCssParts",
|
|
89
|
+
"description": "Exposes CSS parts for styling from parent components.",
|
|
90
|
+
"return": {
|
|
91
|
+
"type": {
|
|
92
|
+
"text": "void"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "field",
|
|
98
|
+
"name": "large",
|
|
99
|
+
"privacy": "public",
|
|
100
|
+
"type": {
|
|
101
|
+
"text": "boolean"
|
|
102
|
+
},
|
|
103
|
+
"default": "false",
|
|
104
|
+
"attribute": "large",
|
|
105
|
+
"reflects": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"kind": "field",
|
|
109
|
+
"name": "iconTag",
|
|
110
|
+
"privacy": "private"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "field",
|
|
114
|
+
"name": "headerTag",
|
|
115
|
+
"privacy": "private"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"kind": "field",
|
|
119
|
+
"name": "buttonTag",
|
|
120
|
+
"privacy": "private"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "field",
|
|
124
|
+
"name": "isFullscreen",
|
|
125
|
+
"privacy": "public",
|
|
126
|
+
"type": {
|
|
127
|
+
"text": "boolean"
|
|
128
|
+
},
|
|
129
|
+
"attribute": "isFullscreen",
|
|
130
|
+
"reflects": true
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"events": [
|
|
134
|
+
{
|
|
135
|
+
"name": "close-click",
|
|
136
|
+
"type": {
|
|
137
|
+
"text": "Event"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "auro-bibtemplate-connected",
|
|
142
|
+
"type": {
|
|
143
|
+
"text": "CustomEvent"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"attributes": [
|
|
148
|
+
{
|
|
149
|
+
"name": "isFullscreen",
|
|
150
|
+
"type": {
|
|
151
|
+
"text": "boolean"
|
|
152
|
+
},
|
|
153
|
+
"fieldName": "isFullscreen"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "large",
|
|
157
|
+
"type": {
|
|
158
|
+
"text": "boolean"
|
|
159
|
+
},
|
|
160
|
+
"default": "false",
|
|
161
|
+
"fieldName": "large"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"superclass": {
|
|
165
|
+
"name": "LitElement",
|
|
166
|
+
"package": "lit"
|
|
167
|
+
},
|
|
168
|
+
"tagName": "auro-bibtemplate",
|
|
169
|
+
"customElement": true
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"exports": [
|
|
173
|
+
{
|
|
174
|
+
"kind": "js",
|
|
175
|
+
"name": "AuroBibtemplate",
|
|
176
|
+
"declaration": {
|
|
177
|
+
"name": "AuroBibtemplate",
|
|
178
|
+
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"kind": "javascript-module",
|
|
185
|
+
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
186
|
+
"declarations": [],
|
|
187
|
+
"exports": [
|
|
188
|
+
{
|
|
189
|
+
"kind": "js",
|
|
190
|
+
"name": "default",
|
|
191
|
+
"declaration": {
|
|
192
|
+
"name": "12.3.2",
|
|
193
|
+
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"kind": "javascript-module",
|
|
200
|
+
"path": "components/bibtemplate/src/headerVersion.js",
|
|
201
|
+
"declarations": [],
|
|
202
|
+
"exports": [
|
|
203
|
+
{
|
|
204
|
+
"kind": "js",
|
|
205
|
+
"name": "default",
|
|
206
|
+
"declaration": {
|
|
207
|
+
"name": "5.0.1",
|
|
208
|
+
"module": "components/bibtemplate/src/headerVersion.js"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"kind": "javascript-module",
|
|
215
|
+
"path": "components/bibtemplate/src/iconVersion.js",
|
|
216
|
+
"declarations": [],
|
|
217
|
+
"exports": [
|
|
218
|
+
{
|
|
219
|
+
"kind": "js",
|
|
220
|
+
"name": "default",
|
|
221
|
+
"declaration": {
|
|
222
|
+
"name": "9.1.2",
|
|
223
|
+
"module": "components/bibtemplate/src/iconVersion.js"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "javascript-module",
|
|
230
|
+
"path": "components/bibtemplate/src/index.js",
|
|
231
|
+
"declarations": [],
|
|
232
|
+
"exports": [
|
|
233
|
+
{
|
|
234
|
+
"kind": "js",
|
|
235
|
+
"name": "AuroBibtemplate",
|
|
236
|
+
"declaration": {
|
|
237
|
+
"name": "AuroBibtemplate",
|
|
238
|
+
"module": "components/bibtemplate/src/index.js"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "javascript-module",
|
|
245
|
+
"path": "components/bibtemplate/src/registered.js",
|
|
246
|
+
"declarations": [],
|
|
247
|
+
"exports": []
|
|
248
|
+
},
|
|
5
249
|
{
|
|
6
250
|
"kind": "javascript-module",
|
|
7
251
|
"path": "components/checkbox/src/auro-checkbox-group.js",
|
|
@@ -619,478 +863,234 @@
|
|
|
619
863
|
"name": "value",
|
|
620
864
|
"privacy": "public",
|
|
621
865
|
"type": {
|
|
622
|
-
"text": "string"
|
|
623
|
-
},
|
|
624
|
-
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
625
|
-
"attribute": "value"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"kind": "field",
|
|
629
|
-
"name": "tabIndex",
|
|
630
|
-
"privacy": "private",
|
|
631
|
-
"type": {
|
|
632
|
-
"text": "number"
|
|
633
|
-
},
|
|
634
|
-
"description": "The tabindex attribute for the checkbox.",
|
|
635
|
-
"attribute": "tabindex",
|
|
636
|
-
"reflects": true
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"kind": "field",
|
|
640
|
-
"name": "ariaChecked",
|
|
641
|
-
"privacy": "private",
|
|
642
|
-
"type": {
|
|
643
|
-
"text": "string"
|
|
644
|
-
},
|
|
645
|
-
"description": "The aria-checked attribute for the checkbox.",
|
|
646
|
-
"attribute": "aria-checked",
|
|
647
|
-
"reflects": true
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"kind": "field",
|
|
651
|
-
"name": "ariaDisabled",
|
|
652
|
-
"privacy": "private",
|
|
653
|
-
"type": {
|
|
654
|
-
"text": "string"
|
|
655
|
-
},
|
|
656
|
-
"description": "The aria-disabled attribute for the checkbox.",
|
|
657
|
-
"attribute": "aria-disabled",
|
|
658
|
-
"reflects": true
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"kind": "field",
|
|
662
|
-
"name": "role",
|
|
663
|
-
"privacy": "private",
|
|
664
|
-
"type": {
|
|
665
|
-
"text": "string"
|
|
666
|
-
},
|
|
667
|
-
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
668
|
-
"attribute": "role",
|
|
669
|
-
"reflects": true
|
|
670
|
-
}
|
|
671
|
-
],
|
|
672
|
-
"events": [
|
|
673
|
-
{
|
|
674
|
-
"name": "auroCheckbox-input",
|
|
675
|
-
"type": {
|
|
676
|
-
"text": "CustomEvent"
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"name": "auroCheckbox-focusin",
|
|
681
|
-
"type": {
|
|
682
|
-
"text": "CustomEvent"
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"name": "auroCheckbox-focusout",
|
|
687
|
-
"type": {
|
|
688
|
-
"text": "CustomEvent"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"type": {
|
|
693
|
-
"text": "CustomEvent<any>"
|
|
694
|
-
},
|
|
695
|
-
"description": "(Deprecated) Notifies when checked value is changed.",
|
|
696
|
-
"name": "change"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"type": {
|
|
700
|
-
"text": "InputEvent"
|
|
701
|
-
},
|
|
702
|
-
"description": "Notifies when when checked value is changed by user's interface.",
|
|
703
|
-
"name": "input"
|
|
704
|
-
}
|
|
705
|
-
],
|
|
706
|
-
"attributes": [
|
|
707
|
-
{
|
|
708
|
-
"name": "appearance",
|
|
709
|
-
"type": {
|
|
710
|
-
"text": "'default' | 'inverse'"
|
|
711
|
-
},
|
|
712
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
713
|
-
"default": "'default'",
|
|
714
|
-
"fieldName": "appearance"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "checked",
|
|
718
|
-
"type": {
|
|
719
|
-
"text": "boolean"
|
|
720
|
-
},
|
|
721
|
-
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
722
|
-
"fieldName": "checked"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "disabled",
|
|
726
|
-
"type": {
|
|
727
|
-
"text": "boolean"
|
|
728
|
-
},
|
|
729
|
-
"description": "If set to true, the checkbox will not be clickable.",
|
|
730
|
-
"fieldName": "disabled"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "error",
|
|
734
|
-
"type": {
|
|
735
|
-
"text": "boolean"
|
|
736
|
-
},
|
|
737
|
-
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
738
|
-
"fieldName": "error"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"name": "id",
|
|
742
|
-
"type": {
|
|
743
|
-
"text": "string"
|
|
744
|
-
},
|
|
745
|
-
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
746
|
-
"fieldName": "id"
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"name": "name",
|
|
750
|
-
"type": {
|
|
751
|
-
"text": "string"
|
|
752
|
-
},
|
|
753
|
-
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
754
|
-
"fieldName": "name"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"name": "onDark",
|
|
758
|
-
"type": {
|
|
759
|
-
"text": "boolean"
|
|
760
|
-
},
|
|
761
|
-
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
762
|
-
"fieldName": "onDark"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"name": "value",
|
|
766
|
-
"type": {
|
|
767
|
-
"text": "string"
|
|
768
|
-
},
|
|
769
|
-
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
770
|
-
"fieldName": "value"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"name": "tabindex",
|
|
774
|
-
"type": {
|
|
775
|
-
"text": "number"
|
|
776
|
-
},
|
|
777
|
-
"description": "The tabindex attribute for the checkbox.",
|
|
778
|
-
"fieldName": "tabIndex"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"name": "aria-checked",
|
|
782
|
-
"type": {
|
|
783
|
-
"text": "string"
|
|
784
|
-
},
|
|
785
|
-
"description": "The aria-checked attribute for the checkbox.",
|
|
786
|
-
"fieldName": "ariaChecked"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"name": "aria-disabled",
|
|
790
|
-
"type": {
|
|
791
|
-
"text": "string"
|
|
792
|
-
},
|
|
793
|
-
"description": "The aria-disabled attribute for the checkbox.",
|
|
794
|
-
"fieldName": "ariaDisabled"
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"name": "role",
|
|
798
|
-
"type": {
|
|
799
|
-
"text": "string"
|
|
800
|
-
},
|
|
801
|
-
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
802
|
-
"fieldName": "role"
|
|
803
|
-
}
|
|
804
|
-
],
|
|
805
|
-
"superclass": {
|
|
806
|
-
"name": "LitElement",
|
|
807
|
-
"package": "lit"
|
|
808
|
-
},
|
|
809
|
-
"tagName": "auro-checkbox",
|
|
810
|
-
"customElement": true
|
|
811
|
-
}
|
|
812
|
-
],
|
|
813
|
-
"exports": [
|
|
814
|
-
{
|
|
815
|
-
"kind": "js",
|
|
816
|
-
"name": "AuroCheckbox",
|
|
817
|
-
"declaration": {
|
|
818
|
-
"name": "AuroCheckbox",
|
|
819
|
-
"module": "components/checkbox/src/auro-checkbox.js"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
]
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "javascript-module",
|
|
826
|
-
"path": "components/checkbox/src/index.js",
|
|
827
|
-
"declarations": [],
|
|
828
|
-
"exports": [
|
|
829
|
-
{
|
|
830
|
-
"kind": "js",
|
|
831
|
-
"name": "AuroCheckbox",
|
|
832
|
-
"declaration": {
|
|
833
|
-
"name": "AuroCheckbox",
|
|
834
|
-
"module": "components/checkbox/src/index.js"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"kind": "js",
|
|
839
|
-
"name": "AuroCheckboxGroup",
|
|
840
|
-
"declaration": {
|
|
841
|
-
"name": "AuroCheckboxGroup",
|
|
842
|
-
"module": "components/checkbox/src/index.js"
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
]
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"kind": "javascript-module",
|
|
849
|
-
"path": "components/checkbox/src/registered.js",
|
|
850
|
-
"declarations": [],
|
|
851
|
-
"exports": []
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"kind": "javascript-module",
|
|
855
|
-
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
856
|
-
"declarations": [
|
|
857
|
-
{
|
|
858
|
-
"kind": "class",
|
|
859
|
-
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
860
|
-
"name": "AuroBibtemplate",
|
|
861
|
-
"slots": [
|
|
862
|
-
{
|
|
863
|
-
"description": "The default slot for the main content.",
|
|
864
|
-
"name": "default"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"description": "Slot for the header content.",
|
|
868
|
-
"name": "header"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"description": "Slot for the subheader content.",
|
|
872
|
-
"name": "subheader"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"description": "Slot for the footer content.",
|
|
876
|
-
"name": "footer"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"description": "Slot for the close button aria-label.",
|
|
880
|
-
"name": "ariaLabel.close"
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
|
-
"members": [
|
|
884
|
-
{
|
|
885
|
-
"kind": "method",
|
|
886
|
-
"name": "register",
|
|
887
|
-
"static": true,
|
|
888
|
-
"parameters": [
|
|
889
|
-
{
|
|
890
|
-
"name": "name",
|
|
891
|
-
"default": "\"auro-bibtemplate\"",
|
|
892
|
-
"description": "The name of element that you want to register to.",
|
|
893
|
-
"optional": true,
|
|
894
|
-
"type": {
|
|
895
|
-
"text": "string"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
],
|
|
899
|
-
"description": "This will register this element with the browser."
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "method",
|
|
903
|
-
"name": "preventBodyScroll",
|
|
904
|
-
"parameters": [
|
|
905
|
-
{
|
|
906
|
-
"name": "event",
|
|
907
|
-
"description": "The touchmove event.",
|
|
908
|
-
"type": {
|
|
909
|
-
"text": "Event"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
],
|
|
913
|
-
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
914
|
-
"return": {
|
|
915
|
-
"type": {
|
|
916
|
-
"text": "void"
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"kind": "method",
|
|
922
|
-
"name": "focusCloseButton",
|
|
923
|
-
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
924
|
-
"return": {
|
|
925
|
-
"type": {
|
|
926
|
-
"text": "void"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"kind": "method",
|
|
932
|
-
"name": "onCloseButtonClick"
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"kind": "method",
|
|
936
|
-
"name": "exposeCssParts",
|
|
937
|
-
"description": "Exposes CSS parts for styling from parent components.",
|
|
938
|
-
"return": {
|
|
939
|
-
"type": {
|
|
940
|
-
"text": "void"
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"kind": "field",
|
|
946
|
-
"name": "large",
|
|
947
|
-
"privacy": "public",
|
|
948
|
-
"type": {
|
|
949
|
-
"text": "boolean"
|
|
866
|
+
"text": "string"
|
|
950
867
|
},
|
|
951
|
-
"
|
|
952
|
-
"attribute": "
|
|
953
|
-
"reflects": true
|
|
868
|
+
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
869
|
+
"attribute": "value"
|
|
954
870
|
},
|
|
955
871
|
{
|
|
956
872
|
"kind": "field",
|
|
957
|
-
"name": "
|
|
958
|
-
"privacy": "private"
|
|
873
|
+
"name": "tabIndex",
|
|
874
|
+
"privacy": "private",
|
|
875
|
+
"type": {
|
|
876
|
+
"text": "number"
|
|
877
|
+
},
|
|
878
|
+
"description": "The tabindex attribute for the checkbox.",
|
|
879
|
+
"attribute": "tabindex",
|
|
880
|
+
"reflects": true
|
|
959
881
|
},
|
|
960
882
|
{
|
|
961
883
|
"kind": "field",
|
|
962
|
-
"name": "
|
|
963
|
-
"privacy": "private"
|
|
884
|
+
"name": "ariaChecked",
|
|
885
|
+
"privacy": "private",
|
|
886
|
+
"type": {
|
|
887
|
+
"text": "string"
|
|
888
|
+
},
|
|
889
|
+
"description": "The aria-checked attribute for the checkbox.",
|
|
890
|
+
"attribute": "aria-checked",
|
|
891
|
+
"reflects": true
|
|
964
892
|
},
|
|
965
893
|
{
|
|
966
894
|
"kind": "field",
|
|
967
|
-
"name": "
|
|
968
|
-
"privacy": "private"
|
|
895
|
+
"name": "ariaDisabled",
|
|
896
|
+
"privacy": "private",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "string"
|
|
899
|
+
},
|
|
900
|
+
"description": "The aria-disabled attribute for the checkbox.",
|
|
901
|
+
"attribute": "aria-disabled",
|
|
902
|
+
"reflects": true
|
|
969
903
|
},
|
|
970
904
|
{
|
|
971
905
|
"kind": "field",
|
|
972
|
-
"name": "
|
|
973
|
-
"privacy": "
|
|
906
|
+
"name": "role",
|
|
907
|
+
"privacy": "private",
|
|
974
908
|
"type": {
|
|
975
|
-
"text": "
|
|
909
|
+
"text": "string"
|
|
976
910
|
},
|
|
977
|
-
"
|
|
911
|
+
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
912
|
+
"attribute": "role",
|
|
978
913
|
"reflects": true
|
|
979
914
|
}
|
|
980
915
|
],
|
|
981
916
|
"events": [
|
|
982
917
|
{
|
|
983
|
-
"name": "
|
|
918
|
+
"name": "auroCheckbox-input",
|
|
984
919
|
"type": {
|
|
985
|
-
"text": "
|
|
920
|
+
"text": "CustomEvent"
|
|
986
921
|
}
|
|
987
922
|
},
|
|
988
923
|
{
|
|
989
|
-
"name": "
|
|
924
|
+
"name": "auroCheckbox-focusin",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "CustomEvent"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "auroCheckbox-focusout",
|
|
990
931
|
"type": {
|
|
991
932
|
"text": "CustomEvent"
|
|
992
933
|
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "CustomEvent<any>"
|
|
938
|
+
},
|
|
939
|
+
"description": "(Deprecated) Notifies when checked value is changed.",
|
|
940
|
+
"name": "change"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "InputEvent"
|
|
945
|
+
},
|
|
946
|
+
"description": "Notifies when when checked value is changed by user's interface.",
|
|
947
|
+
"name": "input"
|
|
993
948
|
}
|
|
994
949
|
],
|
|
995
950
|
"attributes": [
|
|
996
951
|
{
|
|
997
|
-
"name": "
|
|
952
|
+
"name": "appearance",
|
|
953
|
+
"type": {
|
|
954
|
+
"text": "'default' | 'inverse'"
|
|
955
|
+
},
|
|
956
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
957
|
+
"default": "'default'",
|
|
958
|
+
"fieldName": "appearance"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "checked",
|
|
998
962
|
"type": {
|
|
999
963
|
"text": "boolean"
|
|
1000
964
|
},
|
|
1001
|
-
"
|
|
965
|
+
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
966
|
+
"fieldName": "checked"
|
|
1002
967
|
},
|
|
1003
968
|
{
|
|
1004
|
-
"name": "
|
|
969
|
+
"name": "disabled",
|
|
1005
970
|
"type": {
|
|
1006
971
|
"text": "boolean"
|
|
1007
972
|
},
|
|
1008
|
-
"
|
|
1009
|
-
"fieldName": "
|
|
973
|
+
"description": "If set to true, the checkbox will not be clickable.",
|
|
974
|
+
"fieldName": "disabled"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "error",
|
|
978
|
+
"type": {
|
|
979
|
+
"text": "boolean"
|
|
980
|
+
},
|
|
981
|
+
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
982
|
+
"fieldName": "error"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "id",
|
|
986
|
+
"type": {
|
|
987
|
+
"text": "string"
|
|
988
|
+
},
|
|
989
|
+
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
990
|
+
"fieldName": "id"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "name",
|
|
994
|
+
"type": {
|
|
995
|
+
"text": "string"
|
|
996
|
+
},
|
|
997
|
+
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
998
|
+
"fieldName": "name"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "onDark",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "boolean"
|
|
1004
|
+
},
|
|
1005
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
1006
|
+
"fieldName": "onDark"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "value",
|
|
1010
|
+
"type": {
|
|
1011
|
+
"text": "string"
|
|
1012
|
+
},
|
|
1013
|
+
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
1014
|
+
"fieldName": "value"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "tabindex",
|
|
1018
|
+
"type": {
|
|
1019
|
+
"text": "number"
|
|
1020
|
+
},
|
|
1021
|
+
"description": "The tabindex attribute for the checkbox.",
|
|
1022
|
+
"fieldName": "tabIndex"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "aria-checked",
|
|
1026
|
+
"type": {
|
|
1027
|
+
"text": "string"
|
|
1028
|
+
},
|
|
1029
|
+
"description": "The aria-checked attribute for the checkbox.",
|
|
1030
|
+
"fieldName": "ariaChecked"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "aria-disabled",
|
|
1034
|
+
"type": {
|
|
1035
|
+
"text": "string"
|
|
1036
|
+
},
|
|
1037
|
+
"description": "The aria-disabled attribute for the checkbox.",
|
|
1038
|
+
"fieldName": "ariaDisabled"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "role",
|
|
1042
|
+
"type": {
|
|
1043
|
+
"text": "string"
|
|
1044
|
+
},
|
|
1045
|
+
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
1046
|
+
"fieldName": "role"
|
|
1010
1047
|
}
|
|
1011
1048
|
],
|
|
1012
1049
|
"superclass": {
|
|
1013
1050
|
"name": "LitElement",
|
|
1014
1051
|
"package": "lit"
|
|
1015
1052
|
},
|
|
1016
|
-
"tagName": "auro-
|
|
1053
|
+
"tagName": "auro-checkbox",
|
|
1017
1054
|
"customElement": true
|
|
1018
1055
|
}
|
|
1019
1056
|
],
|
|
1020
1057
|
"exports": [
|
|
1021
1058
|
{
|
|
1022
1059
|
"kind": "js",
|
|
1023
|
-
"name": "
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "AuroBibtemplate",
|
|
1026
|
-
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
1027
|
-
}
|
|
1028
|
-
}
|
|
1029
|
-
]
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "javascript-module",
|
|
1033
|
-
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
1034
|
-
"declarations": [],
|
|
1035
|
-
"exports": [
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "js",
|
|
1038
|
-
"name": "default",
|
|
1039
|
-
"declaration": {
|
|
1040
|
-
"name": "12.3.2",
|
|
1041
|
-
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
]
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"kind": "javascript-module",
|
|
1048
|
-
"path": "components/bibtemplate/src/headerVersion.js",
|
|
1049
|
-
"declarations": [],
|
|
1050
|
-
"exports": [
|
|
1051
|
-
{
|
|
1052
|
-
"kind": "js",
|
|
1053
|
-
"name": "default",
|
|
1060
|
+
"name": "AuroCheckbox",
|
|
1054
1061
|
"declaration": {
|
|
1055
|
-
"name": "
|
|
1056
|
-
"module": "components/
|
|
1062
|
+
"name": "AuroCheckbox",
|
|
1063
|
+
"module": "components/checkbox/src/auro-checkbox.js"
|
|
1057
1064
|
}
|
|
1058
1065
|
}
|
|
1059
1066
|
]
|
|
1060
1067
|
},
|
|
1061
1068
|
{
|
|
1062
1069
|
"kind": "javascript-module",
|
|
1063
|
-
"path": "components/
|
|
1070
|
+
"path": "components/checkbox/src/index.js",
|
|
1064
1071
|
"declarations": [],
|
|
1065
1072
|
"exports": [
|
|
1066
1073
|
{
|
|
1067
1074
|
"kind": "js",
|
|
1068
|
-
"name": "
|
|
1075
|
+
"name": "AuroCheckbox",
|
|
1069
1076
|
"declaration": {
|
|
1070
|
-
"name": "
|
|
1071
|
-
"module": "components/
|
|
1077
|
+
"name": "AuroCheckbox",
|
|
1078
|
+
"module": "components/checkbox/src/index.js"
|
|
1072
1079
|
}
|
|
1073
|
-
}
|
|
1074
|
-
]
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"kind": "javascript-module",
|
|
1078
|
-
"path": "components/bibtemplate/src/index.js",
|
|
1079
|
-
"declarations": [],
|
|
1080
|
-
"exports": [
|
|
1080
|
+
},
|
|
1081
1081
|
{
|
|
1082
1082
|
"kind": "js",
|
|
1083
|
-
"name": "
|
|
1083
|
+
"name": "AuroCheckboxGroup",
|
|
1084
1084
|
"declaration": {
|
|
1085
|
-
"name": "
|
|
1086
|
-
"module": "components/
|
|
1085
|
+
"name": "AuroCheckboxGroup",
|
|
1086
|
+
"module": "components/checkbox/src/index.js"
|
|
1087
1087
|
}
|
|
1088
1088
|
}
|
|
1089
1089
|
]
|
|
1090
1090
|
},
|
|
1091
1091
|
{
|
|
1092
1092
|
"kind": "javascript-module",
|
|
1093
|
-
"path": "components/
|
|
1093
|
+
"path": "components/checkbox/src/registered.js",
|
|
1094
1094
|
"declarations": [],
|
|
1095
1095
|
"exports": []
|
|
1096
1096
|
},
|
|
@@ -1237,6 +1237,15 @@
|
|
|
1237
1237
|
"type": {
|
|
1238
1238
|
"text": "string"
|
|
1239
1239
|
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "options",
|
|
1243
|
+
"default": "{}",
|
|
1244
|
+
"description": "Optional display update settings.",
|
|
1245
|
+
"optional": true,
|
|
1246
|
+
"type": {
|
|
1247
|
+
"text": "@param {boolean} [options.force=false] - Force display sync while focused.\n * "
|
|
1248
|
+
}
|
|
1240
1249
|
}
|
|
1241
1250
|
],
|
|
1242
1251
|
"description": "Update displayValue or input.value, it's called when making a selection.",
|
|
@@ -16060,6 +16069,18 @@
|
|
|
16060
16069
|
"attribute": "disabled",
|
|
16061
16070
|
"reflects": true
|
|
16062
16071
|
},
|
|
16072
|
+
{
|
|
16073
|
+
"kind": "field",
|
|
16074
|
+
"name": "noMatch",
|
|
16075
|
+
"privacy": "public",
|
|
16076
|
+
"type": {
|
|
16077
|
+
"text": "boolean"
|
|
16078
|
+
},
|
|
16079
|
+
"description": "When true, marks this option as the \"no matching results\" placeholder shown by combobox when the user's input does not match any available options. Enables distinct styling and prevents the option from being treated as a selectable match.",
|
|
16080
|
+
"default": "false",
|
|
16081
|
+
"attribute": "nomatch",
|
|
16082
|
+
"reflects": true
|
|
16083
|
+
},
|
|
16063
16084
|
{
|
|
16064
16085
|
"kind": "field",
|
|
16065
16086
|
"name": "runtimeUtils",
|
|
@@ -16130,17 +16151,6 @@
|
|
|
16130
16151
|
},
|
|
16131
16152
|
"attribute": "matchWord"
|
|
16132
16153
|
},
|
|
16133
|
-
{
|
|
16134
|
-
"kind": "field",
|
|
16135
|
-
"name": "noMatch",
|
|
16136
|
-
"privacy": "public",
|
|
16137
|
-
"type": {
|
|
16138
|
-
"text": "boolean"
|
|
16139
|
-
},
|
|
16140
|
-
"description": "When true, marks this option as the \"no matching results\" placeholder shown by combobox when the user's input does not match any available options. Enables distinct styling and prevents the option from being treated as a selectable match.",
|
|
16141
|
-
"attribute": "noMatch",
|
|
16142
|
-
"reflects": true
|
|
16143
|
-
},
|
|
16144
16154
|
{
|
|
16145
16155
|
"kind": "field",
|
|
16146
16156
|
"name": "tabIndex",
|
|
@@ -16295,11 +16305,12 @@
|
|
|
16295
16305
|
"fieldName": "noCheckmark"
|
|
16296
16306
|
},
|
|
16297
16307
|
{
|
|
16298
|
-
"name": "
|
|
16308
|
+
"name": "nomatch",
|
|
16299
16309
|
"type": {
|
|
16300
16310
|
"text": "boolean"
|
|
16301
16311
|
},
|
|
16302
16312
|
"description": "When true, marks this option as the \"no matching results\" placeholder shown by combobox when the user's input does not match any available options. Enables distinct styling and prevents the option from being treated as a selectable match.",
|
|
16313
|
+
"default": "false",
|
|
16303
16314
|
"fieldName": "noMatch"
|
|
16304
16315
|
},
|
|
16305
16316
|
{
|