@rio-cloud/uikit-mcp 1.1.7 → 1.1.8

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.
Files changed (201) hide show
  1. package/README.md +13 -17
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +6 -34
  7. package/dist/docs/components/animations.md +21 -54
  8. package/dist/docs/components/appHeader.md +11 -30
  9. package/dist/docs/components/appLayout.md +40 -193
  10. package/dist/docs/components/appNavigationBar.md +1 -24
  11. package/dist/docs/components/areaCharts.md +7 -22
  12. package/dist/docs/components/aspectRatioPlaceholder.md +1 -9
  13. package/dist/docs/components/assetTree.md +241 -280
  14. package/dist/docs/components/autosuggests.md +3 -102
  15. package/dist/docs/components/avatar.md +1 -16
  16. package/dist/docs/components/banner.md +4 -37
  17. package/dist/docs/components/barCharts.md +20 -75
  18. package/dist/docs/components/barList.md +10 -78
  19. package/dist/docs/components/basicMap.md +1 -67
  20. package/dist/docs/components/bottomSheet.md +2 -28
  21. package/dist/docs/components/button.md +12 -65
  22. package/dist/docs/components/buttonToolbar.md +5 -19
  23. package/dist/docs/components/calendarStripe.md +50 -100
  24. package/dist/docs/components/card.md +1 -9
  25. package/dist/docs/components/carousel.md +1 -14
  26. package/dist/docs/components/chartColors.md +1 -156
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -81
  29. package/dist/docs/components/checkbox.md +11 -72
  30. package/dist/docs/components/circularProgress.md +8 -49
  31. package/dist/docs/components/clearableInput.md +3 -62
  32. package/dist/docs/components/collapse.md +2 -15
  33. package/dist/docs/components/composedCharts.md +16 -26
  34. package/dist/docs/components/contentLoader.md +7 -25
  35. package/dist/docs/components/dataTabs.md +16 -104
  36. package/dist/docs/components/datepickers.md +710 -962
  37. package/dist/docs/components/dialogs.md +5 -67
  38. package/dist/docs/components/divider.md +1 -33
  39. package/dist/docs/components/dropdowns.md +3424 -5567
  40. package/dist/docs/components/editableContent.md +4 -82
  41. package/dist/docs/components/expander.md +15 -88
  42. package/dist/docs/components/fade.md +4 -61
  43. package/dist/docs/components/fadeExpander.md +1 -7
  44. package/dist/docs/components/fadeUp.md +2 -76
  45. package/dist/docs/components/feedback.md +9 -68
  46. package/dist/docs/components/filePickers.md +4 -18
  47. package/dist/docs/components/formLabel.md +7 -27
  48. package/dist/docs/components/groupedItemList.md +2 -158
  49. package/dist/docs/components/iconList.md +7 -64
  50. package/dist/docs/components/imagePreloader.md +1 -9
  51. package/dist/docs/components/labeledElement.md +3 -18
  52. package/dist/docs/components/licensePlate.md +1 -43
  53. package/dist/docs/components/lineCharts.md +8 -39
  54. package/dist/docs/components/listMenu.md +2 -34
  55. package/dist/docs/components/loadMore.md +5 -24
  56. package/dist/docs/components/mainNavigation.md +1 -9
  57. package/dist/docs/components/mapCircle.md +1 -23
  58. package/dist/docs/components/mapCluster.md +2 -54
  59. package/dist/docs/components/mapContext.md +1 -23
  60. package/dist/docs/components/mapDraggableMarker.md +2 -28
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +1 -27
  63. package/dist/docs/components/mapLayerGroup.md +1 -23
  64. package/dist/docs/components/mapMarker.md +1 -99
  65. package/dist/docs/components/mapPolygon.md +2 -116
  66. package/dist/docs/components/mapRoute.md +6 -1465
  67. package/dist/docs/components/mapRouteGenerator.md +1 -1
  68. package/dist/docs/components/mapSettings.md +11 -128
  69. package/dist/docs/components/mapUtils.md +10 -113
  70. package/dist/docs/components/multiselects.md +14 -163
  71. package/dist/docs/components/noData.md +8 -22
  72. package/dist/docs/components/notifications.md +3 -19
  73. package/dist/docs/components/numbercontrol.md +3 -47
  74. package/dist/docs/components/onboarding.md +3 -15
  75. package/dist/docs/components/page.md +1 -33
  76. package/dist/docs/components/pager.md +1 -17
  77. package/dist/docs/components/pieCharts.md +40 -71
  78. package/dist/docs/components/popover.md +1 -12
  79. package/dist/docs/components/position.md +2 -6
  80. package/dist/docs/components/radialBarCharts.md +32 -116
  81. package/dist/docs/components/radioCardGroup.md +6 -48
  82. package/dist/docs/components/radiobutton.md +6 -75
  83. package/dist/docs/components/releaseNotes.md +3 -21
  84. package/dist/docs/components/resizer.md +1 -7
  85. package/dist/docs/components/responsiveColumnStripe.md +9 -49
  86. package/dist/docs/components/responsiveVideo.md +1 -7
  87. package/dist/docs/components/rioglyph.md +1 -17
  88. package/dist/docs/components/rules.md +7 -70
  89. package/dist/docs/components/saveableInput.md +267 -401
  90. package/dist/docs/components/selects.md +27 -1164
  91. package/dist/docs/components/sidebar.md +6 -17
  92. package/dist/docs/components/sliders.md +1 -27
  93. package/dist/docs/components/smoothScrollbars.md +1 -73
  94. package/dist/docs/components/spinners.md +6 -51
  95. package/dist/docs/components/states.md +6 -92
  96. package/dist/docs/components/statsWidgets.md +1 -76
  97. package/dist/docs/components/statusBar.md +1 -57
  98. package/dist/docs/components/stepButton.md +2 -7
  99. package/dist/docs/components/steppedProgressBars.md +5 -62
  100. package/dist/docs/components/subNavigation.md +1 -31
  101. package/dist/docs/components/supportMarker.md +2 -14
  102. package/dist/docs/components/svgImage.md +1 -5
  103. package/dist/docs/components/switch.md +2 -33
  104. package/dist/docs/components/tables.md +1 -1
  105. package/dist/docs/components/tagManager.md +1 -41
  106. package/dist/docs/components/tags.md +1 -138
  107. package/dist/docs/components/teaser.md +2 -122
  108. package/dist/docs/components/textTruncateMiddle.md +2 -9
  109. package/dist/docs/components/timeline.md +1 -99
  110. package/dist/docs/components/timepicker.md +4 -79
  111. package/dist/docs/components/toggleButton.md +2 -15
  112. package/dist/docs/components/tooltip.md +9 -30
  113. package/dist/docs/components/tracker.md +2 -19
  114. package/dist/docs/components/virtualList.md +61 -130
  115. package/dist/docs/foundations.md +749 -4069
  116. package/dist/docs/start/changelog.md +5 -1
  117. package/dist/docs/start/goodtoknow.md +1 -1
  118. package/dist/docs/start/guidelines/color-combinations.md +149 -483
  119. package/dist/docs/start/guidelines/custom-css.md +1 -1
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  121. package/dist/docs/start/guidelines/formatting.md +1 -1
  122. package/dist/docs/start/guidelines/iframe.md +4 -16
  123. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  124. package/dist/docs/start/guidelines/print-css.md +1 -1
  125. package/dist/docs/start/guidelines/spinner.md +13 -67
  126. package/dist/docs/start/guidelines/state-in-url.md +1 -1
  127. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  128. package/dist/docs/start/guidelines/writing.md +1 -1
  129. package/dist/docs/start/howto.md +11 -11
  130. package/dist/docs/start/intro.md +1 -1
  131. package/dist/docs/start/responsiveness.md +1 -1
  132. package/dist/docs/utilities/classNames.md +3 -18
  133. package/dist/docs/utilities/deviceUtils.md +7 -13
  134. package/dist/docs/utilities/featureToggles.md +1 -1
  135. package/dist/docs/utilities/fuelTypeUtils.md +2 -12
  136. package/dist/docs/utilities/routeUtils.md +25 -343
  137. package/dist/docs/utilities/useAfterMount.md +1 -6
  138. package/dist/docs/utilities/useAutoAnimate.md +2 -15
  139. package/dist/docs/utilities/useAverage.md +1 -6
  140. package/dist/docs/utilities/useClickOutside.md +1 -5
  141. package/dist/docs/utilities/useClipboard.md +2 -6
  142. package/dist/docs/utilities/useCookies.md +2 -10
  143. package/dist/docs/utilities/useCount.md +7 -16
  144. package/dist/docs/utilities/useDarkMode.md +2 -6
  145. package/dist/docs/utilities/useDebugInfo.md +6 -20
  146. package/dist/docs/utilities/useEffectOnce.md +1 -6
  147. package/dist/docs/utilities/useElapsedTime.md +2 -6
  148. package/dist/docs/utilities/useElementSize.md +1 -7
  149. package/dist/docs/utilities/useEsc.md +1 -5
  150. package/dist/docs/utilities/useEvent.md +1 -5
  151. package/dist/docs/utilities/useFocusTrap.md +1 -5
  152. package/dist/docs/utilities/useFullscreen.md +2 -15
  153. package/dist/docs/utilities/useHover.md +1 -5
  154. package/dist/docs/utilities/useIncomingPostMessages.md +2 -18
  155. package/dist/docs/utilities/useInterval.md +2 -8
  156. package/dist/docs/utilities/useIsFocusWithin.md +1 -10
  157. package/dist/docs/utilities/useKey.md +1 -15
  158. package/dist/docs/utilities/useLocalStorage.md +2 -11
  159. package/dist/docs/utilities/useLocationSuggestions.md +1 -5
  160. package/dist/docs/utilities/useMax.md +1 -5
  161. package/dist/docs/utilities/useMin.md +1 -5
  162. package/dist/docs/utilities/useMutationObserver.md +3 -11
  163. package/dist/docs/utilities/useOnScreen.md +1 -8
  164. package/dist/docs/utilities/useOnlineStatus.md +1 -5
  165. package/dist/docs/utilities/usePostMessage.md +3 -9
  166. package/dist/docs/utilities/usePostMessageSender.md +3 -13
  167. package/dist/docs/utilities/usePrevious.md +1 -5
  168. package/dist/docs/utilities/useResizeObserver.md +3 -11
  169. package/dist/docs/utilities/useRioCookieConsent.md +1 -5
  170. package/dist/docs/utilities/useScrollPosition.md +3 -59
  171. package/dist/docs/utilities/useSearch.md +2 -16
  172. package/dist/docs/utilities/useSearchHighlight.md +13 -78
  173. package/dist/docs/utilities/useSorting.md +18 -43
  174. package/dist/docs/utilities/useStateWithValidation.md +1 -5
  175. package/dist/docs/utilities/useSum.md +1 -9
  176. package/dist/docs/utilities/useTableExport.md +42 -59
  177. package/dist/docs/utilities/useTableSelection.md +74 -119
  178. package/dist/docs/utilities/useTimeout.md +2 -6
  179. package/dist/docs/utilities/useToggle.md +4 -14
  180. package/dist/docs/utilities/useUrlState.md +2 -27
  181. package/dist/docs/utilities/useWindowResize.md +1 -5
  182. package/dist/index.mjs +46 -10
  183. package/dist/version.json +2 -2
  184. package/package.json +2 -2
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Selection
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/selects
6
- *Captured:* 2026-02-23T15:48:31.647Z
6
+ *Captured:* 2026-03-06T10:40:28.606Z
7
7
 
8
8
  The Select and Multiselect components are form controls and are intended to be used within forms. They are designed to be used instead of native HTML Select which cannot be styled and are rendered by each browser differently.
9
9
 
@@ -13,7 +13,7 @@ This component allows the selection of a single element from provided list.
13
13
 
14
14
  ### Example: Example 1
15
15
 
16
- Notification callbackPlease selectOption 1
16
+ Notification callback Please select Option 1
17
17
  Option 2
18
18
  Option 3
19
19
  Option 4
@@ -24,16 +24,16 @@ Option 8
24
24
  Option 9
25
25
  Option 10
26
26
 
27
- with pre-selected itemOption 3Option 1
27
+ with pre-selected item Option 3 Option 1
28
28
  Option 2
29
29
  Option 3
30
30
 
31
- with disabled item and group headerPlease selectOption 1
31
+ with disabled item and group header Please select Option 1
32
32
  Option 2
33
33
  Header
34
34
  Option 4
35
35
 
36
- with filterPlease select0
36
+ with filter Please select 0
37
37
  1
38
38
  2
39
39
  3
@@ -1034,23 +1034,23 @@ with filterPlease select0
1034
1034
  998
1035
1035
  999
1036
1036
 
1037
- with labelVehicle:TruckTruck
1037
+ with label Vehicle: Truck Truck
1038
1038
  Van
1039
1039
  Bus
1040
1040
 
1041
- with inputOption 3Option 1
1041
+ with input Option 3 Option 1
1042
1042
  Option 2
1043
1043
  Option 3
1044
1044
 
1045
- with clear buttonOption 3Option 1
1045
+ with clear button Option 3 Option 1
1046
1046
  Option 2
1047
1047
  Option 3
1048
1048
 
1049
- with "dropup"Option 3Option 1
1049
+ with "dropup" Option 3 Option 1
1050
1050
  Option 2
1051
1051
  Option 3
1052
1052
 
1053
- DisabledPlease select
1053
+ Disabled Please select
1054
1054
 
1055
1055
  With icon rendered in an inputAddon
1056
1056
  Please select
@@ -1066,1184 +1066,61 @@ Option 8
1066
1066
  Option 9
1067
1067
  Option 10
1068
1068
 
1069
- with truncated labelSelect with a very long label to demonstrate truncating inner text with ellipsisSelect with a very long label to demonstrate truncating inner text with ellipsis
1069
+ with truncated label Select with a very long label to demonstrate truncating inner text with ellipsis Select with a very long label to demonstrate truncating inner text with ellipsis
1070
1070
  Label 1
1071
1071
  Label 2
1072
1072
 
1073
- with "pullRight" on small selectsOption 1Option 1
1073
+ with "pullRight" on small selects Option 1 Option 1
1074
1074
  Option 2
1075
1075
  Option 3 with a very long label for demonstration
1076
1076
 
1077
- Option 1Option 1
1077
+ Option 1 Option 1
1078
1078
  Option 2
1079
1079
  Option 3 with a very long label for demonstration
1080
1080
 
1081
- with "pullRight" and "width-auto"Option 1Option 1
1081
+ with "pullRight" and "width-auto" Option 1 Option 1
1082
1082
  Option 2
1083
1083
  Option 3 with a very long label for demonstration
1084
1084
 
1085
- with custom sizesOption 1Option 1
1085
+ with custom sizes Option 1 Option 1
1086
1086
  Option 2
1087
1087
  Option 3
1088
1088
  Option 4
1089
1089
 
1090
- Option 1Option 1
1090
+ Option 1 Option 1
1091
1091
  Option 2
1092
1092
  Option 3
1093
1093
  Option 4
1094
1094
 
1095
- Option 1Option 1
1095
+ Option 1 Option 1
1096
1096
  Option 2
1097
1097
  Option 3
1098
1098
  Option 4
1099
1099
 
1100
- with external error feedbackOption 3Option 1
1100
+ with external error feedback Option 3 Option 1
1101
1101
  Option 2
1102
- Option 3
1103
-
1104
- This is an error message
1105
- with built-in error feedback
1106
- Option 3This is an error message
1107
-
1108
- Option 1
1109
- Option 2
1110
- Option 3
1111
-
1112
- with custom button classesOption 3Option 1
1113
- Option 2
1114
- Option 3
1115
-
1116
- Option 3Option 1
1117
- Option 2
1118
- Option 3
1119
-
1120
- Option 3Option 1
1121
- Option 2
1122
- Option 3
1123
-
1124
- with icons onlyOption 1
1125
- Option 2
1126
- Option 3
1127
- Option 4
1128
-
1129
- Option 1
1130
- Option 2
1131
- Option 3
1132
- Option 4
1133
-
1134
- with loading spinnerPlease select
1135
-
1136
- #### Summary
1137
-
1138
- Notification callbackPlease selectOption 1
1139
- Option 2
1140
- Option 3
1141
- Option 4
1142
- Option 5
1143
- Option 6
1144
- Option 7
1145
- Option 8
1146
- Option 9
1147
- Option 10
1148
-
1149
- with pre-selected itemOption 3Option 1
1150
- Option 2
1151
- Option 3
1152
-
1153
- with disabled item and group headerPlease selectOption 1
1154
- Option 2
1155
- Header
1156
- Option 4
1157
-
1158
- with filterPlease select0
1159
- 1
1160
- 2
1161
- 3
1162
- 4
1163
- 5
1164
- 6
1165
- 7
1166
- 8
1167
- 9
1168
- 10
1169
- 11
1170
- 12
1171
- 13
1172
- 14
1173
- 15
1174
- 16
1175
- 17
1176
- 18
1177
- 19
1178
- 20
1179
- 21
1180
- 22
1181
- 23
1182
- 24
1183
- 25
1184
- 26
1185
- 27
1186
- 28
1187
- 29
1188
- 30
1189
- 31
1190
- 32
1191
- 33
1192
- 34
1193
- 35
1194
- 36
1195
- 37
1196
- 38
1197
- 39
1198
- 40
1199
- 41
1200
- 42
1201
- 43
1202
- 44
1203
- 45
1204
- 46
1205
- 47
1206
- 48
1207
- 49
1208
- 50
1209
- 51
1210
- 52
1211
- 53
1212
- 54
1213
- 55
1214
- 56
1215
- 57
1216
- 58
1217
- 59
1218
- 60
1219
- 61
1220
- 62
1221
- 63
1222
- 64
1223
- 65
1224
- 66
1225
- 67
1226
- 68
1227
- 69
1228
- 70
1229
- 71
1230
- 72
1231
- 73
1232
- 74
1233
- 75
1234
- 76
1235
- 77
1236
- 78
1237
- 79
1238
- 80
1239
- 81
1240
- 82
1241
- 83
1242
- 84
1243
- 85
1244
- 86
1245
- 87
1246
- 88
1247
- 89
1248
- 90
1249
- 91
1250
- 92
1251
- 93
1252
- 94
1253
- 95
1254
- 96
1255
- 97
1256
- 98
1257
- 99
1258
- 100
1259
- 101
1260
- 102
1261
- 103
1262
- 104
1263
- 105
1264
- 106
1265
- 107
1266
- 108
1267
- 109
1268
- 110
1269
- 111
1270
- 112
1271
- 113
1272
- 114
1273
- 115
1274
- 116
1275
- 117
1276
- 118
1277
- 119
1278
- 120
1279
- 121
1280
- 122
1281
- 123
1282
- 124
1283
- 125
1284
- 126
1285
- 127
1286
- 128
1287
- 129
1288
- 130
1289
- 131
1290
- 132
1291
- 133
1292
- 134
1293
- 135
1294
- 136
1295
- 137
1296
- 138
1297
- 139
1298
- 140
1299
- 141
1300
- 142
1301
- 143
1302
- 144
1303
- 145
1304
- 146
1305
- 147
1306
- 148
1307
- 149
1308
- 150
1309
- 151
1310
- 152
1311
- 153
1312
- 154
1313
- 155
1314
- 156
1315
- 157
1316
- 158
1317
- 159
1318
- 160
1319
- 161
1320
- 162
1321
- 163
1322
- 164
1323
- 165
1324
- 166
1325
- 167
1326
- 168
1327
- 169
1328
- 170
1329
- 171
1330
- 172
1331
- 173
1332
- 174
1333
- 175
1334
- 176
1335
- 177
1336
- 178
1337
- 179
1338
- 180
1339
- 181
1340
- 182
1341
- 183
1342
- 184
1343
- 185
1344
- 186
1345
- 187
1346
- 188
1347
- 189
1348
- 190
1349
- 191
1350
- 192
1351
- 193
1352
- 194
1353
- 195
1354
- 196
1355
- 197
1356
- 198
1357
- 199
1358
- 200
1359
- 201
1360
- 202
1361
- 203
1362
- 204
1363
- 205
1364
- 206
1365
- 207
1366
- 208
1367
- 209
1368
- 210
1369
- 211
1370
- 212
1371
- 213
1372
- 214
1373
- 215
1374
- 216
1375
- 217
1376
- 218
1377
- 219
1378
- 220
1379
- 221
1380
- 222
1381
- 223
1382
- 224
1383
- 225
1384
- 226
1385
- 227
1386
- 228
1387
- 229
1388
- 230
1389
- 231
1390
- 232
1391
- 233
1392
- 234
1393
- 235
1394
- 236
1395
- 237
1396
- 238
1397
- 239
1398
- 240
1399
- 241
1400
- 242
1401
- 243
1402
- 244
1403
- 245
1404
- 246
1405
- 247
1406
- 248
1407
- 249
1408
- 250
1409
- 251
1410
- 252
1411
- 253
1412
- 254
1413
- 255
1414
- 256
1415
- 257
1416
- 258
1417
- 259
1418
- 260
1419
- 261
1420
- 262
1421
- 263
1422
- 264
1423
- 265
1424
- 266
1425
- 267
1426
- 268
1427
- 269
1428
- 270
1429
- 271
1430
- 272
1431
- 273
1432
- 274
1433
- 275
1434
- 276
1435
- 277
1436
- 278
1437
- 279
1438
- 280
1439
- 281
1440
- 282
1441
- 283
1442
- 284
1443
- 285
1444
- 286
1445
- 287
1446
- 288
1447
- 289
1448
- 290
1449
- 291
1450
- 292
1451
- 293
1452
- 294
1453
- 295
1454
- 296
1455
- 297
1456
- 298
1457
- 299
1458
- 300
1459
- 301
1460
- 302
1461
- 303
1462
- 304
1463
- 305
1464
- 306
1465
- 307
1466
- 308
1467
- 309
1468
- 310
1469
- 311
1470
- 312
1471
- 313
1472
- 314
1473
- 315
1474
- 316
1475
- 317
1476
- 318
1477
- 319
1478
- 320
1479
- 321
1480
- 322
1481
- 323
1482
- 324
1483
- 325
1484
- 326
1485
- 327
1486
- 328
1487
- 329
1488
- 330
1489
- 331
1490
- 332
1491
- 333
1492
- 334
1493
- 335
1494
- 336
1495
- 337
1496
- 338
1497
- 339
1498
- 340
1499
- 341
1500
- 342
1501
- 343
1502
- 344
1503
- 345
1504
- 346
1505
- 347
1506
- 348
1507
- 349
1508
- 350
1509
- 351
1510
- 352
1511
- 353
1512
- 354
1513
- 355
1514
- 356
1515
- 357
1516
- 358
1517
- 359
1518
- 360
1519
- 361
1520
- 362
1521
- 363
1522
- 364
1523
- 365
1524
- 366
1525
- 367
1526
- 368
1527
- 369
1528
- 370
1529
- 371
1530
- 372
1531
- 373
1532
- 374
1533
- 375
1534
- 376
1535
- 377
1536
- 378
1537
- 379
1538
- 380
1539
- 381
1540
- 382
1541
- 383
1542
- 384
1543
- 385
1544
- 386
1545
- 387
1546
- 388
1547
- 389
1548
- 390
1549
- 391
1550
- 392
1551
- 393
1552
- 394
1553
- 395
1554
- 396
1555
- 397
1556
- 398
1557
- 399
1558
- 400
1559
- 401
1560
- 402
1561
- 403
1562
- 404
1563
- 405
1564
- 406
1565
- 407
1566
- 408
1567
- 409
1568
- 410
1569
- 411
1570
- 412
1571
- 413
1572
- 414
1573
- 415
1574
- 416
1575
- 417
1576
- 418
1577
- 419
1578
- 420
1579
- 421
1580
- 422
1581
- 423
1582
- 424
1583
- 425
1584
- 426
1585
- 427
1586
- 428
1587
- 429
1588
- 430
1589
- 431
1590
- 432
1591
- 433
1592
- 434
1593
- 435
1594
- 436
1595
- 437
1596
- 438
1597
- 439
1598
- 440
1599
- 441
1600
- 442
1601
- 443
1602
- 444
1603
- 445
1604
- 446
1605
- 447
1606
- 448
1607
- 449
1608
- 450
1609
- 451
1610
- 452
1611
- 453
1612
- 454
1613
- 455
1614
- 456
1615
- 457
1616
- 458
1617
- 459
1618
- 460
1619
- 461
1620
- 462
1621
- 463
1622
- 464
1623
- 465
1624
- 466
1625
- 467
1626
- 468
1627
- 469
1628
- 470
1629
- 471
1630
- 472
1631
- 473
1632
- 474
1633
- 475
1634
- 476
1635
- 477
1636
- 478
1637
- 479
1638
- 480
1639
- 481
1640
- 482
1641
- 483
1642
- 484
1643
- 485
1644
- 486
1645
- 487
1646
- 488
1647
- 489
1648
- 490
1649
- 491
1650
- 492
1651
- 493
1652
- 494
1653
- 495
1654
- 496
1655
- 497
1656
- 498
1657
- 499
1658
- 500
1659
- 501
1660
- 502
1661
- 503
1662
- 504
1663
- 505
1664
- 506
1665
- 507
1666
- 508
1667
- 509
1668
- 510
1669
- 511
1670
- 512
1671
- 513
1672
- 514
1673
- 515
1674
- 516
1675
- 517
1676
- 518
1677
- 519
1678
- 520
1679
- 521
1680
- 522
1681
- 523
1682
- 524
1683
- 525
1684
- 526
1685
- 527
1686
- 528
1687
- 529
1688
- 530
1689
- 531
1690
- 532
1691
- 533
1692
- 534
1693
- 535
1694
- 536
1695
- 537
1696
- 538
1697
- 539
1698
- 540
1699
- 541
1700
- 542
1701
- 543
1702
- 544
1703
- 545
1704
- 546
1705
- 547
1706
- 548
1707
- 549
1708
- 550
1709
- 551
1710
- 552
1711
- 553
1712
- 554
1713
- 555
1714
- 556
1715
- 557
1716
- 558
1717
- 559
1718
- 560
1719
- 561
1720
- 562
1721
- 563
1722
- 564
1723
- 565
1724
- 566
1725
- 567
1726
- 568
1727
- 569
1728
- 570
1729
- 571
1730
- 572
1731
- 573
1732
- 574
1733
- 575
1734
- 576
1735
- 577
1736
- 578
1737
- 579
1738
- 580
1739
- 581
1740
- 582
1741
- 583
1742
- 584
1743
- 585
1744
- 586
1745
- 587
1746
- 588
1747
- 589
1748
- 590
1749
- 591
1750
- 592
1751
- 593
1752
- 594
1753
- 595
1754
- 596
1755
- 597
1756
- 598
1757
- 599
1758
- 600
1759
- 601
1760
- 602
1761
- 603
1762
- 604
1763
- 605
1764
- 606
1765
- 607
1766
- 608
1767
- 609
1768
- 610
1769
- 611
1770
- 612
1771
- 613
1772
- 614
1773
- 615
1774
- 616
1775
- 617
1776
- 618
1777
- 619
1778
- 620
1779
- 621
1780
- 622
1781
- 623
1782
- 624
1783
- 625
1784
- 626
1785
- 627
1786
- 628
1787
- 629
1788
- 630
1789
- 631
1790
- 632
1791
- 633
1792
- 634
1793
- 635
1794
- 636
1795
- 637
1796
- 638
1797
- 639
1798
- 640
1799
- 641
1800
- 642
1801
- 643
1802
- 644
1803
- 645
1804
- 646
1805
- 647
1806
- 648
1807
- 649
1808
- 650
1809
- 651
1810
- 652
1811
- 653
1812
- 654
1813
- 655
1814
- 656
1815
- 657
1816
- 658
1817
- 659
1818
- 660
1819
- 661
1820
- 662
1821
- 663
1822
- 664
1823
- 665
1824
- 666
1825
- 667
1826
- 668
1827
- 669
1828
- 670
1829
- 671
1830
- 672
1831
- 673
1832
- 674
1833
- 675
1834
- 676
1835
- 677
1836
- 678
1837
- 679
1838
- 680
1839
- 681
1840
- 682
1841
- 683
1842
- 684
1843
- 685
1844
- 686
1845
- 687
1846
- 688
1847
- 689
1848
- 690
1849
- 691
1850
- 692
1851
- 693
1852
- 694
1853
- 695
1854
- 696
1855
- 697
1856
- 698
1857
- 699
1858
- 700
1859
- 701
1860
- 702
1861
- 703
1862
- 704
1863
- 705
1864
- 706
1865
- 707
1866
- 708
1867
- 709
1868
- 710
1869
- 711
1870
- 712
1871
- 713
1872
- 714
1873
- 715
1874
- 716
1875
- 717
1876
- 718
1877
- 719
1878
- 720
1879
- 721
1880
- 722
1881
- 723
1882
- 724
1883
- 725
1884
- 726
1885
- 727
1886
- 728
1887
- 729
1888
- 730
1889
- 731
1890
- 732
1891
- 733
1892
- 734
1893
- 735
1894
- 736
1895
- 737
1896
- 738
1897
- 739
1898
- 740
1899
- 741
1900
- 742
1901
- 743
1902
- 744
1903
- 745
1904
- 746
1905
- 747
1906
- 748
1907
- 749
1908
- 750
1909
- 751
1910
- 752
1911
- 753
1912
- 754
1913
- 755
1914
- 756
1915
- 757
1916
- 758
1917
- 759
1918
- 760
1919
- 761
1920
- 762
1921
- 763
1922
- 764
1923
- 765
1924
- 766
1925
- 767
1926
- 768
1927
- 769
1928
- 770
1929
- 771
1930
- 772
1931
- 773
1932
- 774
1933
- 775
1934
- 776
1935
- 777
1936
- 778
1937
- 779
1938
- 780
1939
- 781
1940
- 782
1941
- 783
1942
- 784
1943
- 785
1944
- 786
1945
- 787
1946
- 788
1947
- 789
1948
- 790
1949
- 791
1950
- 792
1951
- 793
1952
- 794
1953
- 795
1954
- 796
1955
- 797
1956
- 798
1957
- 799
1958
- 800
1959
- 801
1960
- 802
1961
- 803
1962
- 804
1963
- 805
1964
- 806
1965
- 807
1966
- 808
1967
- 809
1968
- 810
1969
- 811
1970
- 812
1971
- 813
1972
- 814
1973
- 815
1974
- 816
1975
- 817
1976
- 818
1977
- 819
1978
- 820
1979
- 821
1980
- 822
1981
- 823
1982
- 824
1983
- 825
1984
- 826
1985
- 827
1986
- 828
1987
- 829
1988
- 830
1989
- 831
1990
- 832
1991
- 833
1992
- 834
1993
- 835
1994
- 836
1995
- 837
1996
- 838
1997
- 839
1998
- 840
1999
- 841
2000
- 842
2001
- 843
2002
- 844
2003
- 845
2004
- 846
2005
- 847
2006
- 848
2007
- 849
2008
- 850
2009
- 851
2010
- 852
2011
- 853
2012
- 854
2013
- 855
2014
- 856
2015
- 857
2016
- 858
2017
- 859
2018
- 860
2019
- 861
2020
- 862
2021
- 863
2022
- 864
2023
- 865
2024
- 866
2025
- 867
2026
- 868
2027
- 869
2028
- 870
2029
- 871
2030
- 872
2031
- 873
2032
- 874
2033
- 875
2034
- 876
2035
- 877
2036
- 878
2037
- 879
2038
- 880
2039
- 881
2040
- 882
2041
- 883
2042
- 884
2043
- 885
2044
- 886
2045
- 887
2046
- 888
2047
- 889
2048
- 890
2049
- 891
2050
- 892
2051
- 893
2052
- 894
2053
- 895
2054
- 896
2055
- 897
2056
- 898
2057
- 899
2058
- 900
2059
- 901
2060
- 902
2061
- 903
2062
- 904
2063
- 905
2064
- 906
2065
- 907
2066
- 908
2067
- 909
2068
- 910
2069
- 911
2070
- 912
2071
- 913
2072
- 914
2073
- 915
2074
- 916
2075
- 917
2076
- 918
2077
- 919
2078
- 920
2079
- 921
2080
- 922
2081
- 923
2082
- 924
2083
- 925
2084
- 926
2085
- 927
2086
- 928
2087
- 929
2088
- 930
2089
- 931
2090
- 932
2091
- 933
2092
- 934
2093
- 935
2094
- 936
2095
- 937
2096
- 938
2097
- 939
2098
- 940
2099
- 941
2100
- 942
2101
- 943
2102
- 944
2103
- 945
2104
- 946
2105
- 947
2106
- 948
2107
- 949
2108
- 950
2109
- 951
2110
- 952
2111
- 953
2112
- 954
2113
- 955
2114
- 956
2115
- 957
2116
- 958
2117
- 959
2118
- 960
2119
- 961
2120
- 962
2121
- 963
2122
- 964
2123
- 965
2124
- 966
2125
- 967
2126
- 968
2127
- 969
2128
- 970
2129
- 971
2130
- 972
2131
- 973
2132
- 974
2133
- 975
2134
- 976
2135
- 977
2136
- 978
2137
- 979
2138
- 980
2139
- 981
2140
- 982
2141
- 983
2142
- 984
2143
- 985
2144
- 986
2145
- 987
2146
- 988
2147
- 989
2148
- 990
2149
- 991
2150
- 992
2151
- 993
2152
- 994
2153
- 995
2154
- 996
2155
- 997
2156
- 998
2157
- 999
1102
+ Option 3 This is an error message
2158
1103
 
2159
- with labelVehicle:TruckTruck
2160
- Van
2161
- Bus
2162
-
2163
- with inputOption 3Option 1
2164
- Option 2
2165
- Option 3
2166
-
2167
- with clear buttonOption 3Option 1
2168
- Option 2
2169
- Option 3
2170
-
2171
- with "dropup"Option 3Option 1
2172
- Option 2
2173
- Option 3
2174
-
2175
- DisabledPlease select
2176
-
2177
- With icon rendered in an inputAddon
2178
- Please select
2179
-
2180
- Option 1
2181
- Option 2
2182
- Option 3
2183
- Option 4
2184
- Option 5
2185
- Option 6
2186
- Option 7
2187
- Option 8
2188
- Option 9
2189
- Option 10
2190
-
2191
- with truncated labelSelect with a very long label to demonstrate truncating inner text with ellipsisSelect with a very long label to demonstrate truncating inner text with ellipsis
2192
- Label 1
2193
- Label 2
2194
-
2195
- with "pullRight" on small selectsOption 1Option 1
2196
- Option 2
2197
- Option 3 with a very long label for demonstration
2198
-
2199
- Option 1Option 1
2200
- Option 2
2201
- Option 3 with a very long label for demonstration
2202
-
2203
- with "pullRight" and "width-auto"Option 1Option 1
2204
- Option 2
2205
- Option 3 with a very long label for demonstration
2206
-
2207
- with custom sizesOption 1Option 1
2208
- Option 2
2209
- Option 3
2210
- Option 4
2211
-
2212
- Option 1Option 1
2213
- Option 2
2214
- Option 3
2215
- Option 4
2216
-
2217
- Option 1Option 1
2218
- Option 2
2219
- Option 3
2220
- Option 4
2221
-
2222
- with external error feedbackOption 3Option 1
2223
- Option 2
2224
- Option 3
2225
-
2226
- This is an error message
2227
1104
  with built-in error feedback
2228
- Option 3This is an error message
1105
+ Option 3 This is an error message
2229
1106
 
2230
1107
  Option 1
2231
1108
  Option 2
2232
1109
  Option 3
2233
1110
 
2234
- with custom button classesOption 3Option 1
1111
+ with custom button classes Option 3 Option 1
2235
1112
  Option 2
2236
1113
  Option 3
2237
1114
 
2238
- Option 3Option 1
1115
+ Option 3 Option 1
2239
1116
  Option 2
2240
1117
  Option 3
2241
1118
 
2242
- Option 3Option 1
1119
+ Option 3 Option 1
2243
1120
  Option 2
2244
1121
  Option 3
2245
1122
 
2246
- with icons onlyOption 1
1123
+ with icons only Option 1
2247
1124
  Option 2
2248
1125
  Option 3
2249
1126
  Option 4
@@ -2253,7 +1130,7 @@ Option 2
2253
1130
  Option 3
2254
1131
  Option 4
2255
1132
 
2256
- with loading spinnerPlease select
1133
+ with loading spinner Please select
2257
1134
 
2258
1135
  #### React (tsx)
2259
1136
 
@@ -11699,15 +10576,7 @@ export default () => (
11699
10576
 
11700
10577
  ### Example: Example 2
11701
10578
 
11702
- Select with controlled valuePlease selectOption 1
11703
- Option 2
11704
- Option 3
11705
-
11706
- Select option 3
11707
-
11708
- #### Summary
11709
-
11710
- Select with controlled valuePlease selectOption 1
10579
+ Select with controlled value Please select Option 1
11711
10580
  Option 2
11712
10581
  Option 3
11713
10582
 
@@ -11845,13 +10714,7 @@ export default ControlledSelectExample;
11845
10714
 
11846
10715
  ### Example: Example 3
11847
10716
 
11848
- Select with deferred loaded optionsPlease select
11849
-
11850
- Load options
11851
-
11852
- #### Summary
11853
-
11854
- Select with deferred loaded optionsPlease select
10717
+ Select with deferred loaded options Please select
11855
10718
 
11856
10719
  Load options
11857
10720