dap-design-system 0.10.6 → 0.10.7

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/dist/dds.d.ts CHANGED
@@ -1236,6 +1236,12 @@ export declare class DapDSCheckbox extends LabelPositionedFormElement {
1236
1236
  * @attribute {'error' | 'warning' | 'info'} feedbackType - The feedback type of the select.
1237
1237
  * @attribute {'none' | 'typehead' | 'autocomplete' | 'manual'} searchMode - The search mode of the select.
1238
1238
  * @attribute {boolean} openOnEmpty - Whether the combobox should open on empty results.
1239
+ * @attribute {boolean} allowManualInput - Whether the combobox allows manual input, or free text.
1240
+ * @attribute {boolean} searchForText - Whether the combobox should search for the selected item text.
1241
+ * @attribute {boolean} noTextComplete - Whether the combobox should not complete the text.
1242
+ * @attribute {string} searchButtonAriaLabel - The aria label of the search button.
1243
+ * @attribute {boolean} selectable - Show the selected item check mark in the dropdown.
1244
+ * @attribute {boolean} noAnimation - Whether the combobox open indicator should be animated.
1239
1245
  *
1240
1246
  * @csspart base - The main select container.
1241
1247
  * @csspart trigger - The trigger button of the select.
@@ -2208,7 +2214,7 @@ export declare class DapDSRadioGroup extends GenericFormElement {
2208
2214
  * @attribute {string} description - The description of the search.
2209
2215
  * @attribute {string} tooltip - The tooltip of the search.
2210
2216
  * @attribute {'sm' | 'lg'} size - The size of the search. Default is 'md'.
2211
- * @attribute {'none' | 'typehead' | 'autocomplete' | 'manual'} searchMode - The search mode of the select.
2217
+ * @attribute {'none' | 'typehead' | 'autocomplete' | 'manual'} searchMode - The search mode of the select. Default is 'none'.
2212
2218
  * @attribute {boolean} disabled - Whether the search is disabled.
2213
2219
  * @attribute {boolean} required - Whether the search is required.
2214
2220
  * @attribute {boolean} readonly - Whether the search is readonly.
@@ -2222,6 +2228,8 @@ export declare class DapDSRadioGroup extends GenericFormElement {
2222
2228
  * @attribute {boolean} noTextComplete - Whether the search should not complete the text.
2223
2229
  * @attribute {string} searchButtonAriaLabel - The aria label of the search button.
2224
2230
  * @attribute {boolean} openOnEmpty - Whether the search should open on empty results.
2231
+ * @attribute {boolean} selectable - Show the selected item check mark in the dropdown. Default is false.
2232
+ * @attribute {boolean} noAnimation - Whether the search open indicator should be animated. Default is true.
2225
2233
  *
2226
2234
  * @csspart base - The main search container.
2227
2235
  * @csspart trigger - The trigger button of the search.