dfh-ui-library 1.13.82 → 1.13.84
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -398,6 +398,7 @@ export interface DropdownSearchProps {
|
|
398
398
|
onSelectedValuesChange?: (selectedValue: OptionProps) => void;
|
399
399
|
buttonProps?: BtnOptionDropdown[];
|
400
400
|
defaultValue?: string;
|
401
|
+
defaultValueCharLimit?: number;
|
401
402
|
additionalErrorClasses?: string;
|
402
403
|
error?: string;
|
403
404
|
additionalClasses?: string;
|
package/dist/index.d.ts
CHANGED
@@ -376,6 +376,7 @@ interface DropdownSearchProps {
|
|
376
376
|
onSelectedValuesChange?: (selectedValue: OptionProps) => void;
|
377
377
|
buttonProps?: BtnOptionDropdown[];
|
378
378
|
defaultValue?: string;
|
379
|
+
defaultValueCharLimit?: number;
|
379
380
|
additionalErrorClasses?: string;
|
380
381
|
error?: string;
|
381
382
|
additionalClasses?: string;
|