dfh-ui-library 1.12.729 → 1.12.730

Sign up to get free protection for your applications and to get access to all the features.
@@ -335,7 +335,7 @@ export interface DropdownMultiselectProps {
335
335
  export interface IMultiSelectOption {
336
336
  value: string;
337
337
  displayName: string;
338
- selected?: boolean;
338
+ isSelected?: boolean;
339
339
  }
340
340
  export interface IMultiSelectProps {
341
341
  selectType?: selectType;
package/dist/index.d.ts CHANGED
@@ -313,7 +313,7 @@ interface DropdownMultiselectProps {
313
313
  interface IMultiSelectOption {
314
314
  value: string;
315
315
  displayName: string;
316
- selected?: boolean;
316
+ isSelected?: boolean;
317
317
  }
318
318
  interface IMultiSelectProps {
319
319
  selectType?: selectType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.729",
3
+ "version": "1.12.730",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",