@aurodesignsystem-dev/auro-formkit 0.0.0-pr1431.0 → 0.0.0-pr1431.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.
- 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 +11 -3
- package/components/combobox/demo/index.min.js +11 -3
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/api.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/api.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/api.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/api.min.js +21 -13
- package/components/form/demo/index.min.js +21 -13
- 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 -0
- package/components/menu/demo/api.min.js +8 -0
- package/components/menu/demo/index.min.js +8 -0
- package/components/menu/dist/auro-menuoption.d.ts +7 -0
- package/components/menu/dist/index.js +8 -0
- package/components/menu/dist/registered.js +8 -0
- 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 +10 -2
- package/components/select/demo/index.min.js +10 -2
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +263 -244
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -2,250 +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
|
-
"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
|
-
},
|
|
249
5
|
{
|
|
250
6
|
"kind": "javascript-module",
|
|
251
7
|
"path": "components/checkbox/src/auro-checkbox-group.js",
|
|
@@ -1094,6 +850,250 @@
|
|
|
1094
850
|
"declarations": [],
|
|
1095
851
|
"exports": []
|
|
1096
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"
|
|
950
|
+
},
|
|
951
|
+
"default": "false",
|
|
952
|
+
"attribute": "large",
|
|
953
|
+
"reflects": true
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"kind": "field",
|
|
957
|
+
"name": "iconTag",
|
|
958
|
+
"privacy": "private"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "field",
|
|
962
|
+
"name": "headerTag",
|
|
963
|
+
"privacy": "private"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "field",
|
|
967
|
+
"name": "buttonTag",
|
|
968
|
+
"privacy": "private"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "field",
|
|
972
|
+
"name": "isFullscreen",
|
|
973
|
+
"privacy": "public",
|
|
974
|
+
"type": {
|
|
975
|
+
"text": "boolean"
|
|
976
|
+
},
|
|
977
|
+
"attribute": "isFullscreen",
|
|
978
|
+
"reflects": true
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"events": [
|
|
982
|
+
{
|
|
983
|
+
"name": "close-click",
|
|
984
|
+
"type": {
|
|
985
|
+
"text": "Event"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "auro-bibtemplate-connected",
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "CustomEvent"
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"attributes": [
|
|
996
|
+
{
|
|
997
|
+
"name": "isFullscreen",
|
|
998
|
+
"type": {
|
|
999
|
+
"text": "boolean"
|
|
1000
|
+
},
|
|
1001
|
+
"fieldName": "isFullscreen"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "large",
|
|
1005
|
+
"type": {
|
|
1006
|
+
"text": "boolean"
|
|
1007
|
+
},
|
|
1008
|
+
"default": "false",
|
|
1009
|
+
"fieldName": "large"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"superclass": {
|
|
1013
|
+
"name": "LitElement",
|
|
1014
|
+
"package": "lit"
|
|
1015
|
+
},
|
|
1016
|
+
"tagName": "auro-bibtemplate",
|
|
1017
|
+
"customElement": true
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"exports": [
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "AuroBibtemplate",
|
|
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",
|
|
1054
|
+
"declaration": {
|
|
1055
|
+
"name": "5.0.1",
|
|
1056
|
+
"module": "components/bibtemplate/src/headerVersion.js"
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"kind": "javascript-module",
|
|
1063
|
+
"path": "components/bibtemplate/src/iconVersion.js",
|
|
1064
|
+
"declarations": [],
|
|
1065
|
+
"exports": [
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "js",
|
|
1068
|
+
"name": "default",
|
|
1069
|
+
"declaration": {
|
|
1070
|
+
"name": "9.1.2",
|
|
1071
|
+
"module": "components/bibtemplate/src/iconVersion.js"
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "javascript-module",
|
|
1078
|
+
"path": "components/bibtemplate/src/index.js",
|
|
1079
|
+
"declarations": [],
|
|
1080
|
+
"exports": [
|
|
1081
|
+
{
|
|
1082
|
+
"kind": "js",
|
|
1083
|
+
"name": "AuroBibtemplate",
|
|
1084
|
+
"declaration": {
|
|
1085
|
+
"name": "AuroBibtemplate",
|
|
1086
|
+
"module": "components/bibtemplate/src/index.js"
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
]
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "javascript-module",
|
|
1093
|
+
"path": "components/bibtemplate/src/registered.js",
|
|
1094
|
+
"declarations": [],
|
|
1095
|
+
"exports": []
|
|
1096
|
+
},
|
|
1097
1097
|
{
|
|
1098
1098
|
"kind": "javascript-module",
|
|
1099
1099
|
"path": "components/combobox/src/auro-combobox.js",
|
|
@@ -16130,6 +16130,17 @@
|
|
|
16130
16130
|
},
|
|
16131
16131
|
"attribute": "matchWord"
|
|
16132
16132
|
},
|
|
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
|
+
},
|
|
16133
16144
|
{
|
|
16134
16145
|
"kind": "field",
|
|
16135
16146
|
"name": "tabIndex",
|
|
@@ -16283,6 +16294,14 @@
|
|
|
16283
16294
|
"default": "false",
|
|
16284
16295
|
"fieldName": "noCheckmark"
|
|
16285
16296
|
},
|
|
16297
|
+
{
|
|
16298
|
+
"name": "noMatch",
|
|
16299
|
+
"type": {
|
|
16300
|
+
"text": "boolean"
|
|
16301
|
+
},
|
|
16302
|
+
"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.",
|
|
16303
|
+
"fieldName": "noMatch"
|
|
16304
|
+
},
|
|
16286
16305
|
{
|
|
16287
16306
|
"name": "selected",
|
|
16288
16307
|
"type": {
|
package/package.json
CHANGED