@mparticle/aquarium 1.29.0-chore-cascader-updates.1 → 1.29.0-chore-cascader-updates.3

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/index.d.ts CHANGED
@@ -462,8 +462,9 @@ export declare interface ICarouselProps extends CarouselProps {
462
462
  }
463
463
 
464
464
  declare interface ICascaderOption {
465
- value: string | number;
466
- label?: React.ReactNode;
465
+ value: string;
466
+ label: ReactNode;
467
+ searchLabel?: string;
467
468
  children?: ICascaderOption[];
468
469
  disabled?: boolean;
469
470
  }
@@ -672,6 +673,7 @@ export declare interface IQueryItemCascaderProps {
672
673
  value?: Array<number | string>;
673
674
  disabled?: boolean;
674
675
  placement?: ICascaderProps_2['placement'];
676
+ defaultOpen?: ICascaderProps_2['defaultOpen'];
675
677
  }
676
678
 
677
679
  export declare type IQueryItemQualifierOption = DefaultOptionType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.29.0-chore-cascader-updates.1",
3
+ "version": "1.29.0-chore-cascader-updates.3",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [