amis 1.6.0 → 1.6.1-beta.2

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.
Files changed (81) hide show
  1. package/lib/components/Alert.d.ts +588 -588
  2. package/lib/components/Alert2.d.ts +125 -20
  3. package/lib/components/AnchorNav.d.ts +104 -20
  4. package/lib/components/ArrayInput.d.ts +420 -420
  5. package/lib/components/AsideNav.d.ts +125 -125
  6. package/lib/components/AssociatedSelection.d.ts +504 -504
  7. package/lib/components/Avatar.d.ts +461 -20
  8. package/lib/components/Button.d.ts +167 -20
  9. package/lib/components/CalendarMobile.d.ts +420 -84
  10. package/lib/components/Card.d.ts +671 -20
  11. package/lib/components/ChainedSelection.d.ts +504 -504
  12. package/lib/components/Checkbox.d.ts +104 -20
  13. package/lib/components/Collapse.d.ts +587 -20
  14. package/lib/components/CollapseGroup.d.ts +230 -20
  15. package/lib/components/ColorPicker.d.ts +504 -504
  16. package/lib/components/DatePicker.d.ts +588 -588
  17. package/lib/components/DateRangePicker.d.ts +1008 -1008
  18. package/lib/components/Drawer.d.ts +125 -20
  19. package/lib/components/Editor.d.ts +840 -672
  20. package/lib/components/GroupedSelection.d.ts +504 -504
  21. package/lib/components/Html.d.ts +62 -62
  22. package/lib/components/InputBox.d.ts +83 -83
  23. package/lib/components/Layout.d.ts +146 -146
  24. package/lib/components/ListGroup.d.ts +62 -62
  25. package/lib/components/ListMenu.d.ts +504 -504
  26. package/lib/components/LocationPicker.d.ts +336 -336
  27. package/lib/components/Modal.d.ts +420 -420
  28. package/lib/components/MonthRangePicker.d.ts +924 -924
  29. package/lib/components/NumberInput.d.ts +104 -20
  30. package/lib/components/PopUp.d.ts +672 -672
  31. package/lib/components/Progress.d.ts +440 -20
  32. package/lib/components/Radios.d.ts +167 -167
  33. package/lib/components/Rating.d.ts +272 -314
  34. package/lib/components/ResultBox.d.ts +504 -84
  35. package/lib/components/ResultList.d.ts +336 -84
  36. package/lib/components/SearchBox.d.ts +336 -336
  37. package/lib/components/Select.d.ts +4977 -4977
  38. package/lib/components/Selection.d.ts +504 -504
  39. package/lib/components/SparkLine.d.ts +336 -336
  40. package/lib/components/Spinner.d.ts +146 -146
  41. package/lib/components/Switch.d.ts +83 -83
  42. package/lib/components/TableSelection.d.ts +672 -672
  43. package/lib/components/Tabs.d.ts +83 -20
  44. package/lib/components/TitleBar.d.ts +146 -125
  45. package/lib/components/Toast.d.ts +504 -84
  46. package/lib/components/TooltipWrapper.d.ts +125 -20
  47. package/lib/components/Transfer.d.ts +252 -84
  48. package/lib/components/TransferDropDown.d.ts +252 -84
  49. package/lib/components/Tree.d.ts +2688 -2688
  50. package/lib/components/TreeSelection.d.ts +588 -588
  51. package/lib/components/formula/Editor.d.ts +420 -84
  52. package/lib/index.js +1 -1
  53. package/lib/renderers/Dialog.d.ts +420 -420
  54. package/lib/renderers/Form/InputCity.d.ts +672 -672
  55. package/lib/renderers/Form/InputColor.d.ts +504 -504
  56. package/lib/renderers/Nav.d.ts +62 -62
  57. package/package.json +1 -1
  58. package/sdk/ang-ie11.css +1 -0
  59. package/sdk/ang.css +1 -0
  60. package/sdk/antd-ie11.css +1 -0
  61. package/sdk/antd.css +1 -0
  62. package/sdk/charts.js +14 -14
  63. package/sdk/codemirror.js +7 -7
  64. package/sdk/color-picker.js +65 -65
  65. package/sdk/cropperjs.js +2 -2
  66. package/sdk/cxd-ie11.css +1 -0
  67. package/sdk/cxd.css +1 -0
  68. package/sdk/dark-ie11.css +1 -0
  69. package/sdk/dark.css +1 -0
  70. package/sdk/exceljs.js +1 -1
  71. package/sdk/markdown.js +69 -69
  72. package/sdk/papaparse.js +3 -3
  73. package/sdk/renderers/Form/CityDB.js +1 -1
  74. package/sdk/rest.js +18 -18
  75. package/sdk/rich-text.js +62 -62
  76. package/sdk/sdk-ie11.css +1 -0
  77. package/sdk/sdk.css +1 -0
  78. package/sdk/sdk.js +1318 -1253
  79. package/sdk/thirds/hls.js/hls.js +1 -1
  80. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  81. package/sdk/tinymce.js +57 -57
@@ -48,40 +48,40 @@ export declare class Radios extends React.Component<RadioProps, any> {
48
48
  render(): JSX.Element;
49
49
  }
50
50
  declare const _default: {
51
- new (props: (Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
52
- type: string;
53
- resetValue: string;
54
- inline: boolean;
55
- joinValues: boolean;
56
- clearable: boolean;
57
- columnsCount: number;
58
- }, never>> & import("../theme").ThemeOutterProps) | Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
59
- type: string;
60
- resetValue: string;
61
- inline: boolean;
62
- joinValues: boolean;
63
- clearable: boolean;
64
- columnsCount: number;
65
- }, never>> & import("../theme").ThemeOutterProps>): {
51
+ new (props: (Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
52
+ type?: string | undefined;
53
+ joinValues?: boolean | undefined;
54
+ resetValue?: any;
55
+ inline?: boolean | undefined;
56
+ clearable?: boolean | undefined;
57
+ columnsCount?: number | undefined;
58
+ } & {} & import("../theme").ThemeOutterProps) | Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
59
+ type?: string | undefined;
60
+ joinValues?: boolean | undefined;
61
+ resetValue?: any;
62
+ inline?: boolean | undefined;
63
+ clearable?: boolean | undefined;
64
+ columnsCount?: number | undefined;
65
+ } & {} & import("../theme").ThemeOutterProps>): {
66
66
  render(): JSX.Element;
67
67
  context: any;
68
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
69
- type: string;
70
- resetValue: string;
71
- inline: boolean;
72
- joinValues: boolean;
73
- clearable: boolean;
74
- columnsCount: number;
75
- }, never>> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
68
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
69
+ type?: string | undefined;
70
+ joinValues?: boolean | undefined;
71
+ resetValue?: any;
72
+ inline?: boolean | undefined;
73
+ clearable?: boolean | undefined;
74
+ columnsCount?: number | undefined;
75
+ } & {} & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
76
76
  forceUpdate(callback?: (() => void) | undefined): void;
77
- readonly props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
78
- type: string;
79
- resetValue: string;
80
- inline: boolean;
81
- joinValues: boolean;
82
- clearable: boolean;
83
- columnsCount: number;
84
- }, never>> & import("../theme").ThemeOutterProps> & Readonly<{
77
+ readonly props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
78
+ type?: string | undefined;
79
+ joinValues?: boolean | undefined;
80
+ resetValue?: any;
81
+ inline?: boolean | undefined;
82
+ clearable?: boolean | undefined;
83
+ columnsCount?: number | undefined;
84
+ } & {} & import("../theme").ThemeOutterProps> & Readonly<{
85
85
  children?: React.ReactNode;
86
86
  }>;
87
87
  state: Readonly<{}>;
@@ -89,94 +89,94 @@ declare const _default: {
89
89
  [key: string]: React.ReactInstance;
90
90
  };
91
91
  componentDidMount?(): void;
92
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
93
- type: string;
94
- resetValue: string;
95
- inline: boolean;
96
- joinValues: boolean;
97
- clearable: boolean;
98
- columnsCount: number;
99
- }, never>> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
92
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
93
+ type?: string | undefined;
94
+ joinValues?: boolean | undefined;
95
+ resetValue?: any;
96
+ inline?: boolean | undefined;
97
+ clearable?: boolean | undefined;
98
+ columnsCount?: number | undefined;
99
+ } & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
100
100
  componentWillUnmount?(): void;
101
101
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
102
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
103
- type: string;
104
- resetValue: string;
105
- inline: boolean;
106
- joinValues: boolean;
107
- clearable: boolean;
108
- columnsCount: number;
109
- }, never>> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
110
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
111
- type: string;
112
- resetValue: string;
113
- inline: boolean;
114
- joinValues: boolean;
115
- clearable: boolean;
116
- columnsCount: number;
117
- }, never>> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
102
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
103
+ type?: string | undefined;
104
+ joinValues?: boolean | undefined;
105
+ resetValue?: any;
106
+ inline?: boolean | undefined;
107
+ clearable?: boolean | undefined;
108
+ columnsCount?: number | undefined;
109
+ } & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
110
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
111
+ type?: string | undefined;
112
+ joinValues?: boolean | undefined;
113
+ resetValue?: any;
114
+ inline?: boolean | undefined;
115
+ clearable?: boolean | undefined;
116
+ columnsCount?: number | undefined;
117
+ } & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
118
118
  componentWillMount?(): void;
119
119
  UNSAFE_componentWillMount?(): void;
120
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
121
- type: string;
122
- resetValue: string;
123
- inline: boolean;
124
- joinValues: boolean;
125
- clearable: boolean;
126
- columnsCount: number;
127
- }, never>> & import("../theme").ThemeOutterProps>, nextContext: any): void;
128
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
129
- type: string;
130
- resetValue: string;
131
- inline: boolean;
132
- joinValues: boolean;
133
- clearable: boolean;
134
- columnsCount: number;
135
- }, never>> & import("../theme").ThemeOutterProps>, nextContext: any): void;
136
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
137
- type: string;
138
- resetValue: string;
139
- inline: boolean;
140
- joinValues: boolean;
141
- clearable: boolean;
142
- columnsCount: number;
143
- }, never>> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
144
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
145
- type: string;
146
- resetValue: string;
147
- inline: boolean;
148
- joinValues: boolean;
149
- clearable: boolean;
150
- columnsCount: number;
151
- }, never>> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
120
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
121
+ type?: string | undefined;
122
+ joinValues?: boolean | undefined;
123
+ resetValue?: any;
124
+ inline?: boolean | undefined;
125
+ clearable?: boolean | undefined;
126
+ columnsCount?: number | undefined;
127
+ } & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
128
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
129
+ type?: string | undefined;
130
+ joinValues?: boolean | undefined;
131
+ resetValue?: any;
132
+ inline?: boolean | undefined;
133
+ clearable?: boolean | undefined;
134
+ columnsCount?: number | undefined;
135
+ } & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
136
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
137
+ type?: string | undefined;
138
+ joinValues?: boolean | undefined;
139
+ resetValue?: any;
140
+ inline?: boolean | undefined;
141
+ clearable?: boolean | undefined;
142
+ columnsCount?: number | undefined;
143
+ } & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
144
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
145
+ type?: string | undefined;
146
+ joinValues?: boolean | undefined;
147
+ resetValue?: any;
148
+ inline?: boolean | undefined;
149
+ clearable?: boolean | undefined;
150
+ columnsCount?: number | undefined;
151
+ } & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
152
152
  };
153
- new (props: Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
154
- type: string;
155
- resetValue: string;
156
- inline: boolean;
157
- joinValues: boolean;
158
- clearable: boolean;
159
- columnsCount: number;
160
- }, never>> & import("../theme").ThemeOutterProps, context: any): {
153
+ new (props: Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
154
+ type?: string | undefined;
155
+ joinValues?: boolean | undefined;
156
+ resetValue?: any;
157
+ inline?: boolean | undefined;
158
+ clearable?: boolean | undefined;
159
+ columnsCount?: number | undefined;
160
+ } & {} & import("../theme").ThemeOutterProps, context: any): {
161
161
  render(): JSX.Element;
162
162
  context: any;
163
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
164
- type: string;
165
- resetValue: string;
166
- inline: boolean;
167
- joinValues: boolean;
168
- clearable: boolean;
169
- columnsCount: number;
170
- }, never>> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
163
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
164
+ type?: string | undefined;
165
+ joinValues?: boolean | undefined;
166
+ resetValue?: any;
167
+ inline?: boolean | undefined;
168
+ clearable?: boolean | undefined;
169
+ columnsCount?: number | undefined;
170
+ } & {} & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
171
171
  forceUpdate(callback?: (() => void) | undefined): void;
172
- readonly props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
173
- type: string;
174
- resetValue: string;
175
- inline: boolean;
176
- joinValues: boolean;
177
- clearable: boolean;
178
- columnsCount: number;
179
- }, never>> & import("../theme").ThemeOutterProps> & Readonly<{
172
+ readonly props: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
173
+ type?: string | undefined;
174
+ joinValues?: boolean | undefined;
175
+ resetValue?: any;
176
+ inline?: boolean | undefined;
177
+ clearable?: boolean | undefined;
178
+ columnsCount?: number | undefined;
179
+ } & {} & import("../theme").ThemeOutterProps> & Readonly<{
180
180
  children?: React.ReactNode;
181
181
  }>;
182
182
  state: Readonly<{}>;
@@ -184,66 +184,66 @@ declare const _default: {
184
184
  [key: string]: React.ReactInstance;
185
185
  };
186
186
  componentDidMount?(): void;
187
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
188
- type: string;
189
- resetValue: string;
190
- inline: boolean;
191
- joinValues: boolean;
192
- clearable: boolean;
193
- columnsCount: number;
194
- }, never>> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
187
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
188
+ type?: string | undefined;
189
+ joinValues?: boolean | undefined;
190
+ resetValue?: any;
191
+ inline?: boolean | undefined;
192
+ clearable?: boolean | undefined;
193
+ columnsCount?: number | undefined;
194
+ } & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
195
195
  componentWillUnmount?(): void;
196
196
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
197
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
198
- type: string;
199
- resetValue: string;
200
- inline: boolean;
201
- joinValues: boolean;
202
- clearable: boolean;
203
- columnsCount: number;
204
- }, never>> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
205
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
206
- type: string;
207
- resetValue: string;
208
- inline: boolean;
209
- joinValues: boolean;
210
- clearable: boolean;
211
- columnsCount: number;
212
- }, never>> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
197
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
198
+ type?: string | undefined;
199
+ joinValues?: boolean | undefined;
200
+ resetValue?: any;
201
+ inline?: boolean | undefined;
202
+ clearable?: boolean | undefined;
203
+ columnsCount?: number | undefined;
204
+ } & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
205
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
206
+ type?: string | undefined;
207
+ joinValues?: boolean | undefined;
208
+ resetValue?: any;
209
+ inline?: boolean | undefined;
210
+ clearable?: boolean | undefined;
211
+ columnsCount?: number | undefined;
212
+ } & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
213
213
  componentWillMount?(): void;
214
214
  UNSAFE_componentWillMount?(): void;
215
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
216
- type: string;
217
- resetValue: string;
218
- inline: boolean;
219
- joinValues: boolean;
220
- clearable: boolean;
221
- columnsCount: number;
222
- }, never>> & import("../theme").ThemeOutterProps>, nextContext: any): void;
223
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
224
- type: string;
225
- resetValue: string;
226
- inline: boolean;
227
- joinValues: boolean;
228
- clearable: boolean;
229
- columnsCount: number;
230
- }, never>> & import("../theme").ThemeOutterProps>, nextContext: any): void;
231
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
232
- type: string;
233
- resetValue: string;
234
- inline: boolean;
235
- joinValues: boolean;
236
- clearable: boolean;
237
- columnsCount: number;
238
- }, never>> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
239
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & Partial<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "type" | "joinValues" | "resetValue" | "inline" | "clearable" | "columnsCount">> & Partial<Pick<{
240
- type: string;
241
- resetValue: string;
242
- inline: boolean;
243
- joinValues: boolean;
244
- clearable: boolean;
245
- columnsCount: number;
246
- }, never>> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
215
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
216
+ type?: string | undefined;
217
+ joinValues?: boolean | undefined;
218
+ resetValue?: any;
219
+ inline?: boolean | undefined;
220
+ clearable?: boolean | undefined;
221
+ columnsCount?: number | undefined;
222
+ } & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
223
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
224
+ type?: string | undefined;
225
+ joinValues?: boolean | undefined;
226
+ resetValue?: any;
227
+ inline?: boolean | undefined;
228
+ clearable?: boolean | undefined;
229
+ columnsCount?: number | undefined;
230
+ } & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
231
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
232
+ type?: string | undefined;
233
+ joinValues?: boolean | undefined;
234
+ resetValue?: any;
235
+ inline?: boolean | undefined;
236
+ clearable?: boolean | undefined;
237
+ columnsCount?: number | undefined;
238
+ } & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
239
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("../theme").ThemeProps>, "style" | "value" | "disabled" | "multiple" | "id" | "loading" | "delimiter" | "valueField" | "labelField" | "extractValue" | "options" | "placeholder" | "onChange" | "labelClassName" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "pathSeparator" | "simpleValue" | "multi"> & {
240
+ type?: string | undefined;
241
+ joinValues?: boolean | undefined;
242
+ resetValue?: any;
243
+ inline?: boolean | undefined;
244
+ clearable?: boolean | undefined;
245
+ columnsCount?: number | undefined;
246
+ } & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
247
247
  };
248
248
  displayName: string;
249
249
  contextType: React.Context<string>;