@mparticle/aquarium 1.18.0-fix-release-config.1 → 1.19.0-wrap-radio-group-and-button.1
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/aquarium.js +889 -889
- package/dist/aquarium.umd.cjs +1 -1
- package/dist/index.d.ts +8 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ import { CascaderProps } from 'antd';
|
|
|
26
26
|
import { CheckableTagProps as CheckableTagProps_2 } from 'antd/es/tag';
|
|
27
27
|
import { CheckboxGroupProps } from 'antd/es/checkbox';
|
|
28
28
|
import { CheckboxProps } from 'antd';
|
|
29
|
-
import { CheckboxRef } from 'rc-checkbox';
|
|
30
29
|
import { CheckboxValueType } from 'antd/es/checkbox/Group';
|
|
31
30
|
import { Col } from 'antd';
|
|
32
31
|
import { CollapsePanelProps } from 'antd';
|
|
@@ -115,7 +114,6 @@ import { LayoutProps } from 'antd';
|
|
|
115
114
|
import { LinkProps } from 'antd/es/typography/Link';
|
|
116
115
|
import { ListItemTypeProps } from 'antd/es/list/Item';
|
|
117
116
|
import { ListProps } from 'antd';
|
|
118
|
-
import { MemoExoticComponent } from 'react';
|
|
119
117
|
import { Mentions } from './data-entry/Mentions/Mentions';
|
|
120
118
|
import { MenuDividerProps } from 'antd/es/menu';
|
|
121
119
|
import { MenuDividerType } from 'antd/es/menu/hooks/useItems';
|
|
@@ -627,6 +625,12 @@ export declare interface IQRCodeProps extends QRCodeProps {
|
|
|
627
625
|
|
|
628
626
|
export declare type IQueryItemQualifierOption = DefaultOptionType;
|
|
629
627
|
|
|
628
|
+
declare interface IRadioButtonProps extends RadioButtonProps {
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
declare interface IRadioGroupProps extends RadioGroupProps {
|
|
632
|
+
}
|
|
633
|
+
|
|
630
634
|
export declare interface IRadioProps extends RadioProps {
|
|
631
635
|
}
|
|
632
636
|
|
|
@@ -811,8 +815,8 @@ export { QueryItem }
|
|
|
811
815
|
|
|
812
816
|
export declare const Radio: {
|
|
813
817
|
(props: IRadioProps): JSX_2.Element;
|
|
814
|
-
Group:
|
|
815
|
-
Button:
|
|
818
|
+
Group: (props: IRadioGroupProps) => JSX_2.Element;
|
|
819
|
+
Button: (props: IRadioButtonProps) => JSX_2.Element;
|
|
816
820
|
};
|
|
817
821
|
|
|
818
822
|
export declare const Rate: (props: IRateProps) => JSX_2.Element;
|