@aurodesignsystem-dev/auro-formkit 0.0.0-pr1544.0 → 0.0.0-pr1544.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.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.md +1 -1
- package/components/combobox/demo/customize.min.js +91 -22
- package/components/combobox/demo/getting-started.min.js +91 -22
- package/components/combobox/demo/index.md +1 -0
- package/components/combobox/demo/index.min.js +91 -22
- package/components/combobox/dist/auro-combobox.d.ts +1 -1
- package/components/combobox/dist/index.js +4 -4
- package/components/combobox/dist/registered.js +4 -4
- package/components/counter/demo/customize.min.js +2 -2
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +2 -2
- package/components/counter/dist/registered.js +2 -2
- package/components/datepicker/demo/customize.min.js +3 -3
- package/components/datepicker/demo/index.min.js +3 -3
- package/components/datepicker/dist/index.js +3 -3
- package/components/datepicker/dist/registered.js +3 -3
- package/components/dropdown/demo/customize.min.js +1 -1
- package/components/dropdown/demo/getting-started.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/demo/customize.min.js +106 -33
- package/components/form/demo/getting-started.min.js +106 -33
- package/components/form/demo/index.min.js +106 -33
- package/components/form/demo/registerDemoDeps.min.js +106 -33
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.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/accessibility.md +4 -4
- package/components/menu/demo/api.md +26 -19
- package/components/menu/demo/css-only.md +26 -19
- package/components/menu/demo/customize.md +307 -47
- package/components/menu/demo/design.md +1 -1
- package/components/menu/demo/getting-started.md +144 -7
- package/components/menu/demo/index.min.js +214 -19
- package/components/menu/demo/keyboard-behavior.md +83 -4
- package/components/menu/demo/voiceover.md +12 -8
- package/components/menu/demo/why-menu.md +8 -9
- package/components/menu/dist/auro-menu-utils.d.ts +19 -0
- package/components/menu/dist/auro-menu.d.ts +4 -8
- package/components/menu/dist/auro-menuoption.d.ts +12 -0
- package/components/menu/dist/index.js +87 -18
- package/components/menu/dist/registered.js +87 -18
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/getting-started.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.md +2 -2
- package/components/select/demo/customize.md +5 -2
- package/components/select/demo/customize.min.js +94 -21
- package/components/select/demo/design.md +10 -10
- package/components/select/demo/getting-started.md +1 -1
- package/components/select/demo/getting-started.min.js +94 -21
- package/components/select/demo/index.md +2 -2
- package/components/select/demo/index.min.js +94 -21
- package/components/select/demo/keyboard-behavior.md +49 -18
- package/components/select/dist/auro-select.d.ts +6 -2
- package/components/select/dist/index.js +7 -3
- package/components/select/dist/registered.js +7 -3
- package/custom-elements.json +428 -354
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -2,269 +2,6 @@
|
|
|
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
|
-
"kind": "field",
|
|
134
|
-
"name": "showFooter",
|
|
135
|
-
"privacy": "public",
|
|
136
|
-
"type": {
|
|
137
|
-
"text": "boolean"
|
|
138
|
-
},
|
|
139
|
-
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
140
|
-
"attribute": "showFooter",
|
|
141
|
-
"reflects": true
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"events": [
|
|
145
|
-
{
|
|
146
|
-
"name": "close-click",
|
|
147
|
-
"type": {
|
|
148
|
-
"text": "Event"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "auro-bibtemplate-connected",
|
|
153
|
-
"type": {
|
|
154
|
-
"text": "CustomEvent"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"attributes": [
|
|
159
|
-
{
|
|
160
|
-
"name": "isFullscreen",
|
|
161
|
-
"type": {
|
|
162
|
-
"text": "boolean"
|
|
163
|
-
},
|
|
164
|
-
"fieldName": "isFullscreen"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "large",
|
|
168
|
-
"type": {
|
|
169
|
-
"text": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"default": "false",
|
|
172
|
-
"fieldName": "large"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "showFooter",
|
|
176
|
-
"type": {
|
|
177
|
-
"text": "boolean"
|
|
178
|
-
},
|
|
179
|
-
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
180
|
-
"fieldName": "showFooter"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"superclass": {
|
|
184
|
-
"name": "LitElement",
|
|
185
|
-
"package": "lit"
|
|
186
|
-
},
|
|
187
|
-
"tagName": "auro-bibtemplate",
|
|
188
|
-
"customElement": true
|
|
189
|
-
}
|
|
190
|
-
],
|
|
191
|
-
"exports": [
|
|
192
|
-
{
|
|
193
|
-
"kind": "js",
|
|
194
|
-
"name": "AuroBibtemplate",
|
|
195
|
-
"declaration": {
|
|
196
|
-
"name": "AuroBibtemplate",
|
|
197
|
-
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
]
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"kind": "javascript-module",
|
|
204
|
-
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
205
|
-
"declarations": [],
|
|
206
|
-
"exports": [
|
|
207
|
-
{
|
|
208
|
-
"kind": "js",
|
|
209
|
-
"name": "default",
|
|
210
|
-
"declaration": {
|
|
211
|
-
"name": "12.3.2",
|
|
212
|
-
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"kind": "javascript-module",
|
|
219
|
-
"path": "components/bibtemplate/src/headerVersion.js",
|
|
220
|
-
"declarations": [],
|
|
221
|
-
"exports": [
|
|
222
|
-
{
|
|
223
|
-
"kind": "js",
|
|
224
|
-
"name": "default",
|
|
225
|
-
"declaration": {
|
|
226
|
-
"name": "5.0.1",
|
|
227
|
-
"module": "components/bibtemplate/src/headerVersion.js"
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
]
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"kind": "javascript-module",
|
|
234
|
-
"path": "components/bibtemplate/src/iconVersion.js",
|
|
235
|
-
"declarations": [],
|
|
236
|
-
"exports": [
|
|
237
|
-
{
|
|
238
|
-
"kind": "js",
|
|
239
|
-
"name": "default",
|
|
240
|
-
"declaration": {
|
|
241
|
-
"name": "9.2.0",
|
|
242
|
-
"module": "components/bibtemplate/src/iconVersion.js"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
]
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"kind": "javascript-module",
|
|
249
|
-
"path": "components/bibtemplate/src/index.js",
|
|
250
|
-
"declarations": [],
|
|
251
|
-
"exports": [
|
|
252
|
-
{
|
|
253
|
-
"kind": "js",
|
|
254
|
-
"name": "AuroBibtemplate",
|
|
255
|
-
"declaration": {
|
|
256
|
-
"name": "AuroBibtemplate",
|
|
257
|
-
"module": "components/bibtemplate/src/index.js"
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
]
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"kind": "javascript-module",
|
|
264
|
-
"path": "components/bibtemplate/src/registered.js",
|
|
265
|
-
"declarations": [],
|
|
266
|
-
"exports": []
|
|
267
|
-
},
|
|
268
5
|
{
|
|
269
6
|
"kind": "javascript-module",
|
|
270
7
|
"path": "components/checkbox/src/auro-checkbox-group.js",
|
|
@@ -980,131 +717,394 @@
|
|
|
980
717
|
"fieldName": "checked"
|
|
981
718
|
},
|
|
982
719
|
{
|
|
983
|
-
"name": "disabled",
|
|
720
|
+
"name": "disabled",
|
|
721
|
+
"type": {
|
|
722
|
+
"text": "boolean"
|
|
723
|
+
},
|
|
724
|
+
"description": "If set to true, the checkbox will not be clickable.",
|
|
725
|
+
"fieldName": "disabled"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "error",
|
|
729
|
+
"type": {
|
|
730
|
+
"text": "boolean"
|
|
731
|
+
},
|
|
732
|
+
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
733
|
+
"fieldName": "error"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "id",
|
|
737
|
+
"type": {
|
|
738
|
+
"text": "string"
|
|
739
|
+
},
|
|
740
|
+
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
741
|
+
"fieldName": "id"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "name",
|
|
745
|
+
"type": {
|
|
746
|
+
"text": "string"
|
|
747
|
+
},
|
|
748
|
+
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
749
|
+
"fieldName": "name"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "onDark",
|
|
753
|
+
"type": {
|
|
754
|
+
"text": "boolean"
|
|
755
|
+
},
|
|
756
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
757
|
+
"fieldName": "onDark"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "value",
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "string"
|
|
763
|
+
},
|
|
764
|
+
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
765
|
+
"fieldName": "value"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "tabindex",
|
|
769
|
+
"type": {
|
|
770
|
+
"text": "number"
|
|
771
|
+
},
|
|
772
|
+
"description": "The tabindex attribute for the checkbox.",
|
|
773
|
+
"fieldName": "tabIndex"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "aria-checked",
|
|
777
|
+
"type": {
|
|
778
|
+
"text": "string"
|
|
779
|
+
},
|
|
780
|
+
"description": "The aria-checked attribute for the checkbox.",
|
|
781
|
+
"fieldName": "ariaChecked"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "aria-disabled",
|
|
785
|
+
"type": {
|
|
786
|
+
"text": "string"
|
|
787
|
+
},
|
|
788
|
+
"description": "The aria-disabled attribute for the checkbox.",
|
|
789
|
+
"fieldName": "ariaDisabled"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "role",
|
|
793
|
+
"type": {
|
|
794
|
+
"text": "string"
|
|
795
|
+
},
|
|
796
|
+
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
797
|
+
"fieldName": "role"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"superclass": {
|
|
801
|
+
"name": "LitElement",
|
|
802
|
+
"package": "lit"
|
|
803
|
+
},
|
|
804
|
+
"tagName": "auro-checkbox",
|
|
805
|
+
"customElement": true
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "AuroCheckbox",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "AuroCheckbox",
|
|
814
|
+
"module": "components/checkbox/src/auro-checkbox.js"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"kind": "javascript-module",
|
|
821
|
+
"path": "components/checkbox/src/index.js",
|
|
822
|
+
"declarations": [],
|
|
823
|
+
"exports": [
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "AuroCheckbox",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "AuroCheckbox",
|
|
829
|
+
"module": "components/checkbox/src/index.js"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "AuroCheckboxGroup",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "AuroCheckboxGroup",
|
|
837
|
+
"module": "components/checkbox/src/index.js"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "components/checkbox/src/registered.js",
|
|
845
|
+
"declarations": [],
|
|
846
|
+
"exports": []
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "javascript-module",
|
|
850
|
+
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
851
|
+
"declarations": [
|
|
852
|
+
{
|
|
853
|
+
"kind": "class",
|
|
854
|
+
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
855
|
+
"name": "AuroBibtemplate",
|
|
856
|
+
"slots": [
|
|
857
|
+
{
|
|
858
|
+
"description": "The default slot for the main content.",
|
|
859
|
+
"name": "default"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"description": "Slot for the header content.",
|
|
863
|
+
"name": "header"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"description": "Slot for the subheader content.",
|
|
867
|
+
"name": "subheader"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"description": "Slot for the footer content.",
|
|
871
|
+
"name": "footer"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"description": "Slot for the close button aria-label.",
|
|
875
|
+
"name": "ariaLabel.close"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"members": [
|
|
879
|
+
{
|
|
880
|
+
"kind": "method",
|
|
881
|
+
"name": "register",
|
|
882
|
+
"static": true,
|
|
883
|
+
"parameters": [
|
|
884
|
+
{
|
|
885
|
+
"name": "name",
|
|
886
|
+
"default": "\"auro-bibtemplate\"",
|
|
887
|
+
"description": "The name of element that you want to register to.",
|
|
888
|
+
"optional": true,
|
|
889
|
+
"type": {
|
|
890
|
+
"text": "string"
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"description": "This will register this element with the browser."
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "method",
|
|
898
|
+
"name": "preventBodyScroll",
|
|
899
|
+
"parameters": [
|
|
900
|
+
{
|
|
901
|
+
"name": "event",
|
|
902
|
+
"description": "The touchmove event.",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "Event"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
909
|
+
"return": {
|
|
910
|
+
"type": {
|
|
911
|
+
"text": "void"
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"kind": "method",
|
|
917
|
+
"name": "focusCloseButton",
|
|
918
|
+
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
919
|
+
"return": {
|
|
920
|
+
"type": {
|
|
921
|
+
"text": "void"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "method",
|
|
927
|
+
"name": "onCloseButtonClick"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "method",
|
|
931
|
+
"name": "exposeCssParts",
|
|
932
|
+
"description": "Exposes CSS parts for styling from parent components.",
|
|
933
|
+
"return": {
|
|
934
|
+
"type": {
|
|
935
|
+
"text": "void"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"kind": "field",
|
|
941
|
+
"name": "large",
|
|
942
|
+
"privacy": "public",
|
|
984
943
|
"type": {
|
|
985
944
|
"text": "boolean"
|
|
986
945
|
},
|
|
987
|
-
"
|
|
988
|
-
"
|
|
946
|
+
"default": "false",
|
|
947
|
+
"attribute": "large",
|
|
948
|
+
"reflects": true
|
|
989
949
|
},
|
|
990
950
|
{
|
|
991
|
-
"
|
|
992
|
-
"
|
|
993
|
-
|
|
994
|
-
},
|
|
995
|
-
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
996
|
-
"fieldName": "error"
|
|
951
|
+
"kind": "field",
|
|
952
|
+
"name": "iconTag",
|
|
953
|
+
"privacy": "private"
|
|
997
954
|
},
|
|
998
955
|
{
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1001
|
-
|
|
1002
|
-
},
|
|
1003
|
-
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
1004
|
-
"fieldName": "id"
|
|
956
|
+
"kind": "field",
|
|
957
|
+
"name": "headerTag",
|
|
958
|
+
"privacy": "private"
|
|
1005
959
|
},
|
|
1006
960
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
|
|
1010
|
-
},
|
|
1011
|
-
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
1012
|
-
"fieldName": "name"
|
|
961
|
+
"kind": "field",
|
|
962
|
+
"name": "buttonTag",
|
|
963
|
+
"privacy": "private"
|
|
1013
964
|
},
|
|
1014
965
|
{
|
|
1015
|
-
"
|
|
966
|
+
"kind": "field",
|
|
967
|
+
"name": "isFullscreen",
|
|
968
|
+
"privacy": "public",
|
|
1016
969
|
"type": {
|
|
1017
970
|
"text": "boolean"
|
|
1018
971
|
},
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
972
|
+
"attribute": "isFullscreen",
|
|
973
|
+
"reflects": true
|
|
1021
974
|
},
|
|
1022
975
|
{
|
|
1023
|
-
"
|
|
976
|
+
"kind": "field",
|
|
977
|
+
"name": "showFooter",
|
|
978
|
+
"privacy": "public",
|
|
1024
979
|
"type": {
|
|
1025
|
-
"text": "
|
|
980
|
+
"text": "boolean"
|
|
1026
981
|
},
|
|
1027
|
-
"description": "
|
|
1028
|
-
"
|
|
1029
|
-
|
|
982
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
983
|
+
"attribute": "showFooter",
|
|
984
|
+
"reflects": true
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"events": [
|
|
1030
988
|
{
|
|
1031
|
-
"name": "
|
|
989
|
+
"name": "close-click",
|
|
1032
990
|
"type": {
|
|
1033
|
-
"text": "
|
|
1034
|
-
}
|
|
1035
|
-
"description": "The tabindex attribute for the checkbox.",
|
|
1036
|
-
"fieldName": "tabIndex"
|
|
991
|
+
"text": "Event"
|
|
992
|
+
}
|
|
1037
993
|
},
|
|
1038
994
|
{
|
|
1039
|
-
"name": "
|
|
995
|
+
"name": "auro-bibtemplate-connected",
|
|
1040
996
|
"type": {
|
|
1041
|
-
"text": "
|
|
997
|
+
"text": "CustomEvent"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"attributes": [
|
|
1002
|
+
{
|
|
1003
|
+
"name": "isFullscreen",
|
|
1004
|
+
"type": {
|
|
1005
|
+
"text": "boolean"
|
|
1042
1006
|
},
|
|
1043
|
-
"
|
|
1044
|
-
"fieldName": "ariaChecked"
|
|
1007
|
+
"fieldName": "isFullscreen"
|
|
1045
1008
|
},
|
|
1046
1009
|
{
|
|
1047
|
-
"name": "
|
|
1010
|
+
"name": "large",
|
|
1048
1011
|
"type": {
|
|
1049
|
-
"text": "
|
|
1012
|
+
"text": "boolean"
|
|
1050
1013
|
},
|
|
1051
|
-
"
|
|
1052
|
-
"fieldName": "
|
|
1014
|
+
"default": "false",
|
|
1015
|
+
"fieldName": "large"
|
|
1053
1016
|
},
|
|
1054
1017
|
{
|
|
1055
|
-
"name": "
|
|
1018
|
+
"name": "showFooter",
|
|
1056
1019
|
"type": {
|
|
1057
|
-
"text": "
|
|
1020
|
+
"text": "boolean"
|
|
1058
1021
|
},
|
|
1059
|
-
"description": "
|
|
1060
|
-
"fieldName": "
|
|
1022
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
1023
|
+
"fieldName": "showFooter"
|
|
1061
1024
|
}
|
|
1062
1025
|
],
|
|
1063
1026
|
"superclass": {
|
|
1064
1027
|
"name": "LitElement",
|
|
1065
1028
|
"package": "lit"
|
|
1066
1029
|
},
|
|
1067
|
-
"tagName": "auro-
|
|
1030
|
+
"tagName": "auro-bibtemplate",
|
|
1068
1031
|
"customElement": true
|
|
1069
1032
|
}
|
|
1070
1033
|
],
|
|
1071
1034
|
"exports": [
|
|
1072
1035
|
{
|
|
1073
1036
|
"kind": "js",
|
|
1074
|
-
"name": "
|
|
1037
|
+
"name": "AuroBibtemplate",
|
|
1075
1038
|
"declaration": {
|
|
1076
|
-
"name": "
|
|
1077
|
-
"module": "components/
|
|
1039
|
+
"name": "AuroBibtemplate",
|
|
1040
|
+
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
1078
1041
|
}
|
|
1079
1042
|
}
|
|
1080
1043
|
]
|
|
1081
1044
|
},
|
|
1082
1045
|
{
|
|
1083
1046
|
"kind": "javascript-module",
|
|
1084
|
-
"path": "components/
|
|
1047
|
+
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
1085
1048
|
"declarations": [],
|
|
1086
1049
|
"exports": [
|
|
1087
1050
|
{
|
|
1088
1051
|
"kind": "js",
|
|
1089
|
-
"name": "
|
|
1052
|
+
"name": "default",
|
|
1090
1053
|
"declaration": {
|
|
1091
|
-
"name": "
|
|
1092
|
-
"module": "components/
|
|
1054
|
+
"name": "12.3.2",
|
|
1055
|
+
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
1093
1056
|
}
|
|
1094
|
-
}
|
|
1057
|
+
}
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "javascript-module",
|
|
1062
|
+
"path": "components/bibtemplate/src/headerVersion.js",
|
|
1063
|
+
"declarations": [],
|
|
1064
|
+
"exports": [
|
|
1095
1065
|
{
|
|
1096
1066
|
"kind": "js",
|
|
1097
|
-
"name": "
|
|
1067
|
+
"name": "default",
|
|
1098
1068
|
"declaration": {
|
|
1099
|
-
"name": "
|
|
1100
|
-
"module": "components/
|
|
1069
|
+
"name": "5.0.1",
|
|
1070
|
+
"module": "components/bibtemplate/src/headerVersion.js"
|
|
1101
1071
|
}
|
|
1102
1072
|
}
|
|
1103
1073
|
]
|
|
1104
1074
|
},
|
|
1105
1075
|
{
|
|
1106
1076
|
"kind": "javascript-module",
|
|
1107
|
-
"path": "components/
|
|
1077
|
+
"path": "components/bibtemplate/src/iconVersion.js",
|
|
1078
|
+
"declarations": [],
|
|
1079
|
+
"exports": [
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "js",
|
|
1082
|
+
"name": "default",
|
|
1083
|
+
"declaration": {
|
|
1084
|
+
"name": "9.2.0",
|
|
1085
|
+
"module": "components/bibtemplate/src/iconVersion.js"
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "javascript-module",
|
|
1092
|
+
"path": "components/bibtemplate/src/index.js",
|
|
1093
|
+
"declarations": [],
|
|
1094
|
+
"exports": [
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "js",
|
|
1097
|
+
"name": "AuroBibtemplate",
|
|
1098
|
+
"declaration": {
|
|
1099
|
+
"name": "AuroBibtemplate",
|
|
1100
|
+
"module": "components/bibtemplate/src/index.js"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
]
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "javascript-module",
|
|
1107
|
+
"path": "components/bibtemplate/src/registered.js",
|
|
1108
1108
|
"declarations": [],
|
|
1109
1109
|
"exports": []
|
|
1110
1110
|
},
|
|
@@ -2041,7 +2041,7 @@
|
|
|
2041
2041
|
"type": {
|
|
2042
2042
|
"text": "string"
|
|
2043
2043
|
},
|
|
2044
|
-
"description": "Value selected for the dropdown menu.",
|
|
2044
|
+
"description": "Value selected for the dropdown menu. When set programmatically or as a preset attribute, the value must match a selectable option. If it matches an option marked `disabled` or `static`, the selection is rejected: `value` and `optionSelected` are cleared to `undefined`. `hidden` options (including those filtered out by type-ahead) remain selectable by value.",
|
|
2045
2045
|
"attribute": "value"
|
|
2046
2046
|
},
|
|
2047
2047
|
{
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
"type": {
|
|
2444
2444
|
"text": "string"
|
|
2445
2445
|
},
|
|
2446
|
-
"description": "Value selected for the dropdown menu.",
|
|
2446
|
+
"description": "Value selected for the dropdown menu. When set programmatically or as a preset attribute, the value must match a selectable option. If it matches an option marked `disabled` or `static`, the selection is rejected: `value` and `optionSelected` are cleared to `undefined`. `hidden` options (including those filtered out by type-ahead) remain selectable by value.",
|
|
2447
2447
|
"fieldName": "value"
|
|
2448
2448
|
},
|
|
2449
2449
|
{
|
|
@@ -16533,6 +16533,26 @@
|
|
|
16533
16533
|
}
|
|
16534
16534
|
}
|
|
16535
16535
|
},
|
|
16536
|
+
{
|
|
16537
|
+
"kind": "function",
|
|
16538
|
+
"name": "serializeMultiSelectValue",
|
|
16539
|
+
"parameters": [
|
|
16540
|
+
{
|
|
16541
|
+
"name": "values",
|
|
16542
|
+
"description": "The selected values.",
|
|
16543
|
+
"type": {
|
|
16544
|
+
"text": "Array<string>|undefined"
|
|
16545
|
+
}
|
|
16546
|
+
}
|
|
16547
|
+
],
|
|
16548
|
+
"description": "Serializes a multi-select value array back into the String `value` property.\nAn empty (or missing) array collapses to `undefined` so an emptied selection\nclears `value` rather than reflecting a `\"[]\"` attribute.",
|
|
16549
|
+
"privacy": "private",
|
|
16550
|
+
"return": {
|
|
16551
|
+
"type": {
|
|
16552
|
+
"text": "string|undefined"
|
|
16553
|
+
}
|
|
16554
|
+
}
|
|
16555
|
+
},
|
|
16536
16556
|
{
|
|
16537
16557
|
"kind": "function",
|
|
16538
16558
|
"name": "arraysAreEqual",
|
|
@@ -16580,6 +16600,25 @@
|
|
|
16580
16600
|
}
|
|
16581
16601
|
}
|
|
16582
16602
|
},
|
|
16603
|
+
{
|
|
16604
|
+
"kind": "function",
|
|
16605
|
+
"name": "isSelectableByValue",
|
|
16606
|
+
"parameters": [
|
|
16607
|
+
{
|
|
16608
|
+
"name": "option",
|
|
16609
|
+
"description": "The option to check.",
|
|
16610
|
+
"type": {
|
|
16611
|
+
"text": "HTMLElement"
|
|
16612
|
+
}
|
|
16613
|
+
}
|
|
16614
|
+
],
|
|
16615
|
+
"description": "Validates if an option may be selected by matching a programmatic value.\nUnlike `isOptionInteractive`, `hidden` is allowed: the combobox toggles\n`hidden` as its type-ahead filter, so a filtered-out option is still a\nvalid programmatic selection. Only disabled and static options — which are\nnever selectable — are rejected.",
|
|
16616
|
+
"return": {
|
|
16617
|
+
"type": {
|
|
16618
|
+
"text": "boolean"
|
|
16619
|
+
}
|
|
16620
|
+
}
|
|
16621
|
+
},
|
|
16583
16622
|
{
|
|
16584
16623
|
"kind": "function",
|
|
16585
16624
|
"name": "dispatchMenuEvent",
|
|
@@ -16620,6 +16659,14 @@
|
|
|
16620
16659
|
"module": "components/menu/src/auro-menu-utils.js"
|
|
16621
16660
|
}
|
|
16622
16661
|
},
|
|
16662
|
+
{
|
|
16663
|
+
"kind": "js",
|
|
16664
|
+
"name": "serializeMultiSelectValue",
|
|
16665
|
+
"declaration": {
|
|
16666
|
+
"name": "serializeMultiSelectValue",
|
|
16667
|
+
"module": "components/menu/src/auro-menu-utils.js"
|
|
16668
|
+
}
|
|
16669
|
+
},
|
|
16623
16670
|
{
|
|
16624
16671
|
"kind": "js",
|
|
16625
16672
|
"name": "arraysAreEqual",
|
|
@@ -16636,6 +16683,14 @@
|
|
|
16636
16683
|
"module": "components/menu/src/auro-menu-utils.js"
|
|
16637
16684
|
}
|
|
16638
16685
|
},
|
|
16686
|
+
{
|
|
16687
|
+
"kind": "js",
|
|
16688
|
+
"name": "isSelectableByValue",
|
|
16689
|
+
"declaration": {
|
|
16690
|
+
"name": "isSelectableByValue",
|
|
16691
|
+
"module": "components/menu/src/auro-menu-utils.js"
|
|
16692
|
+
}
|
|
16693
|
+
},
|
|
16639
16694
|
{
|
|
16640
16695
|
"kind": "js",
|
|
16641
16696
|
"name": "dispatchMenuEvent",
|
|
@@ -16770,7 +16825,7 @@
|
|
|
16770
16825
|
}
|
|
16771
16826
|
}
|
|
16772
16827
|
],
|
|
16773
|
-
"description": "Selects options by value.",
|
|
16828
|
+
"description": "Selects options by value. Options marked `disabled` or `static` are not selectable; `hidden` options remain selectable. In single-select mode, if the value matches a non-selectable option the selection is cleared and `auroMenu-selectValueFailure` is dispatched. In multi-select mode, non-selectable entries are dropped and the remaining selectable entries are selected; `auroMenu-selectValueFailure` is dispatched only when none of the entries match a selectable option. Passing `undefined`, `null`, an empty string, or an empty array clears the selection without dispatching a failure.",
|
|
16774
16829
|
"privacy": "public"
|
|
16775
16830
|
},
|
|
16776
16831
|
{
|
|
@@ -17120,7 +17175,7 @@
|
|
|
17120
17175
|
"type": {
|
|
17121
17176
|
"text": "string"
|
|
17122
17177
|
},
|
|
17123
|
-
"description": "The value of the selected option. In multi-select mode, this is a JSON stringified array of selected option values.",
|
|
17178
|
+
"description": "The value of the selected option. In multi-select mode, this is a JSON stringified array of selected option values.\nOptions marked `disabled` or `static` are not selectable by value; `hidden` options remain selectable. In single-select mode, if the value matches a non-selectable option the selection is cleared (`optionSelected` becomes `undefined`) and `auroMenu-selectValueFailure` is dispatched. In multi-select mode, non-selectable entries are dropped from the value and the remaining selectable entries are selected; `auroMenu-selectValueFailure` is dispatched only when none of the entries match a selectable option.",
|
|
17124
17179
|
"default": "undefined",
|
|
17125
17180
|
"attribute": "value",
|
|
17126
17181
|
"reflects": true
|
|
@@ -17132,9 +17187,9 @@
|
|
|
17132
17187
|
"type": {
|
|
17133
17188
|
"text": "object"
|
|
17134
17189
|
},
|
|
17135
|
-
"description": "
|
|
17136
|
-
"
|
|
17137
|
-
"
|
|
17190
|
+
"description": "The currently selected menu option(s). In single-select mode this is a single `HTMLElement` (or `undefined` when nothing is selected). In multi-select mode this is an array of `HTMLElement`s.",
|
|
17191
|
+
"readonly": true,
|
|
17192
|
+
"default": "undefined"
|
|
17138
17193
|
},
|
|
17139
17194
|
{
|
|
17140
17195
|
"kind": "field",
|
|
@@ -17167,8 +17222,8 @@
|
|
|
17167
17222
|
"text": "object"
|
|
17168
17223
|
},
|
|
17169
17224
|
"description": "Specifies the current active menuOption.",
|
|
17170
|
-
"
|
|
17171
|
-
"
|
|
17225
|
+
"readonly": true,
|
|
17226
|
+
"default": "undefined"
|
|
17172
17227
|
},
|
|
17173
17228
|
{
|
|
17174
17229
|
"kind": "field",
|
|
@@ -17380,30 +17435,12 @@
|
|
|
17380
17435
|
"default": "false",
|
|
17381
17436
|
"fieldName": "noCheckmark"
|
|
17382
17437
|
},
|
|
17383
|
-
{
|
|
17384
|
-
"name": "optionactive",
|
|
17385
|
-
"type": {
|
|
17386
|
-
"text": "object"
|
|
17387
|
-
},
|
|
17388
|
-
"description": "Specifies the current active menuOption.",
|
|
17389
|
-
"default": "undefined",
|
|
17390
|
-
"fieldName": "optionActive"
|
|
17391
|
-
},
|
|
17392
|
-
{
|
|
17393
|
-
"name": "optionSelected",
|
|
17394
|
-
"type": {
|
|
17395
|
-
"text": "object"
|
|
17396
|
-
},
|
|
17397
|
-
"description": "An array of currently selected menu options, type `HTMLElement` by default. In multi-select mode, `optionSelected` is an array of HTML elements.",
|
|
17398
|
-
"default": "undefined",
|
|
17399
|
-
"fieldName": "optionSelected"
|
|
17400
|
-
},
|
|
17401
17438
|
{
|
|
17402
17439
|
"name": "value",
|
|
17403
17440
|
"type": {
|
|
17404
17441
|
"text": "string"
|
|
17405
17442
|
},
|
|
17406
|
-
"description": "The value of the selected option. In multi-select mode, this is a JSON stringified array of selected option values.",
|
|
17443
|
+
"description": "The value of the selected option. In multi-select mode, this is a JSON stringified array of selected option values.\nOptions marked `disabled` or `static` are not selectable by value; `hidden` options remain selectable. In single-select mode, if the value matches a non-selectable option the selection is cleared (`optionSelected` becomes `undefined`) and `auroMenu-selectValueFailure` is dispatched. In multi-select mode, non-selectable entries are dropped from the value and the remaining selectable entries are selected; `auroMenu-selectValueFailure` is dispatched only when none of the entries match a selectable option.",
|
|
17407
17444
|
"default": "undefined",
|
|
17408
17445
|
"fieldName": "value"
|
|
17409
17446
|
},
|
|
@@ -17620,6 +17657,8 @@
|
|
|
17620
17657
|
"type": {
|
|
17621
17658
|
"text": "boolean"
|
|
17622
17659
|
},
|
|
17660
|
+
"description": "**Deprecated.** Use the `value` attribute on `auro-menu` to set the selected option when the menu renders (or call `menu.selectByValue(value)` programmatically). Support for the child-level `selected` attribute will be removed in a future major release.",
|
|
17661
|
+
"deprecated": "Use the `value` attribute on `auro-menu` instead.",
|
|
17623
17662
|
"default": "false",
|
|
17624
17663
|
"attribute": "selected",
|
|
17625
17664
|
"reflects": true
|
|
@@ -17658,6 +17697,18 @@
|
|
|
17658
17697
|
"attribute": "nomatch",
|
|
17659
17698
|
"reflects": true
|
|
17660
17699
|
},
|
|
17700
|
+
{
|
|
17701
|
+
"kind": "field",
|
|
17702
|
+
"name": "persistent",
|
|
17703
|
+
"privacy": "public",
|
|
17704
|
+
"type": {
|
|
17705
|
+
"text": "boolean"
|
|
17706
|
+
},
|
|
17707
|
+
"description": "When true, this option is excluded from `matchWord` DOM rewriting — useful for utility rows (e.g., \"Add new…\") that must render identically regardless of the current filter.",
|
|
17708
|
+
"default": "false",
|
|
17709
|
+
"attribute": "persistent",
|
|
17710
|
+
"reflects": true
|
|
17711
|
+
},
|
|
17661
17712
|
{
|
|
17662
17713
|
"kind": "field",
|
|
17663
17714
|
"name": "tabIndex",
|
|
@@ -17783,6 +17834,13 @@
|
|
|
17783
17834
|
}
|
|
17784
17835
|
],
|
|
17785
17836
|
"attributes": [
|
|
17837
|
+
{
|
|
17838
|
+
"type": {
|
|
17839
|
+
"text": "Boolean"
|
|
17840
|
+
},
|
|
17841
|
+
"description": "When present, marks the option as non-interactive — it renders but is skipped during keyboard navigation and cannot be selected. Useful for section headers, informational rows inside a menu, or attaching event listeners.",
|
|
17842
|
+
"name": "static"
|
|
17843
|
+
},
|
|
17786
17844
|
{
|
|
17787
17845
|
"name": "noCheckmark",
|
|
17788
17846
|
"type": {
|
|
@@ -17796,6 +17854,8 @@
|
|
|
17796
17854
|
"type": {
|
|
17797
17855
|
"text": "boolean"
|
|
17798
17856
|
},
|
|
17857
|
+
"description": "**Deprecated.** Use the `value` attribute on `auro-menu` to set the selected option when the menu renders (or call `menu.selectByValue(value)` programmatically). Support for the child-level `selected` attribute will be removed in a future major release.",
|
|
17858
|
+
"deprecated": "Use the `value` attribute on `auro-menu` instead.",
|
|
17799
17859
|
"default": "false",
|
|
17800
17860
|
"fieldName": "selected"
|
|
17801
17861
|
},
|
|
@@ -17838,6 +17898,15 @@
|
|
|
17838
17898
|
"default": "false",
|
|
17839
17899
|
"fieldName": "noMatch"
|
|
17840
17900
|
},
|
|
17901
|
+
{
|
|
17902
|
+
"name": "persistent",
|
|
17903
|
+
"type": {
|
|
17904
|
+
"text": "boolean"
|
|
17905
|
+
},
|
|
17906
|
+
"description": "When true, this option is excluded from `matchWord` DOM rewriting — useful for utility rows (e.g., \"Add new…\") that must render identically regardless of the current filter.",
|
|
17907
|
+
"default": "false",
|
|
17908
|
+
"fieldName": "persistent"
|
|
17909
|
+
},
|
|
17841
17910
|
{
|
|
17842
17911
|
"name": "layout",
|
|
17843
17912
|
"type": {
|
|
@@ -19387,9 +19456,14 @@
|
|
|
19387
19456
|
"name": "setMenuValue",
|
|
19388
19457
|
"parameters": [
|
|
19389
19458
|
{
|
|
19390
|
-
"name": "value"
|
|
19459
|
+
"name": "value",
|
|
19460
|
+
"description": "The value to match against the menu options.",
|
|
19461
|
+
"type": {
|
|
19462
|
+
"text": "string"
|
|
19463
|
+
}
|
|
19391
19464
|
}
|
|
19392
|
-
]
|
|
19465
|
+
],
|
|
19466
|
+
"description": "Sets the selected value by matching it against the menu options. Options marked `disabled` or `static` are not selectable: if the value matches one, the selection is rejected and `value` is cleared to `undefined` while `optionSelected` is cleared to `undefined` in single-select or `[]` in multiSelect. `hidden` options remain selectable."
|
|
19393
19467
|
},
|
|
19394
19468
|
{
|
|
19395
19469
|
"kind": "method",
|
|
@@ -20002,7 +20076,7 @@
|
|
|
20002
20076
|
"type": {
|
|
20003
20077
|
"text": "string"
|
|
20004
20078
|
},
|
|
20005
|
-
"description": "Value selected for the component.",
|
|
20079
|
+
"description": "Value selected for the component. When set programmatically or as a preset attribute, the value must match a selectable option. If it matches an option marked `disabled` or `static`, the selection is rejected: `value` is cleared to `undefined` while `optionSelected` is cleared to `undefined` in single-select or `[]` in multiSelect. `hidden` options remain selectable by value.",
|
|
20006
20080
|
"attribute": "value",
|
|
20007
20081
|
"reflects": true
|
|
20008
20082
|
},
|
|
@@ -20351,7 +20425,7 @@
|
|
|
20351
20425
|
"type": {
|
|
20352
20426
|
"text": "string"
|
|
20353
20427
|
},
|
|
20354
|
-
"description": "Value selected for the component.",
|
|
20428
|
+
"description": "Value selected for the component. When set programmatically or as a preset attribute, the value must match a selectable option. If it matches an option marked `disabled` or `static`, the selection is rejected: `value` is cleared to `undefined` while `optionSelected` is cleared to `undefined` in single-select or `[]` in multiSelect. `hidden` options remain selectable by value.",
|
|
20355
20429
|
"fieldName": "value"
|
|
20356
20430
|
},
|
|
20357
20431
|
{
|