fui-material 0.1.88 → 0.1.89

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
@@ -486,7 +486,11 @@ interface IFNative {
486
486
  st?: React.CSSProperties;
487
487
  children?: React.ReactChild | React.ReactNode;
488
488
  value?: string[];
489
- onChange?: React.ChangeEventHandler<HTMLSelectElement> | undefined;
489
+ singleChoice?: (element: string[]) => void;
490
+ multipleChoice?: (element: string[]) => void;
491
+ disabled?: boolean;
492
+ size?: number;
493
+ overflowX?: boolean;
490
494
  }
491
495
  declare const FNative: FC<IFNative>;
492
496
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"