@commercetools-uikit/select-input 16.11.0 → 16.12.0
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/commercetools-uikit-select-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-select-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-select-input.esm.js +1 -1
- package/dist/declarations/src/export-types.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +3 -3
- package/dist/declarations/src/select-input.d.ts +3 -18
- package/package.json +7 -7
|
@@ -260,7 +260,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
260
260
|
var SelectInput$1 = SelectInput;
|
|
261
261
|
|
|
262
262
|
// NOTE: This string will be replaced on build time with the package version.
|
|
263
|
-
var version = "16.
|
|
263
|
+
var version = "16.12.0";
|
|
264
264
|
|
|
265
265
|
exports["default"] = SelectInput$1;
|
|
266
266
|
exports.version = version;
|
|
@@ -238,7 +238,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
238
238
|
var SelectInput$1 = SelectInput;
|
|
239
239
|
|
|
240
240
|
// NOTE: This string will be replaced on build time with the package version.
|
|
241
|
-
var version = "16.
|
|
241
|
+
var version = "16.12.0";
|
|
242
242
|
|
|
243
243
|
exports["default"] = SelectInput$1;
|
|
244
244
|
exports.version = version;
|
|
@@ -237,6 +237,6 @@ SelectInput.ValueContainer = components.ValueContainer;
|
|
|
237
237
|
var SelectInput$1 = SelectInput;
|
|
238
238
|
|
|
239
239
|
// NOTE: This string will be replaced on build time with the package version.
|
|
240
|
-
var version = "16.
|
|
240
|
+
var version = "16.12.0";
|
|
241
241
|
|
|
242
242
|
export { SelectInput$1 as default, version };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { TSelectInputProps, TOption, TOptionObject, TOptions, TCustomEvent, } from
|
|
1
|
+
export type { TSelectInputProps, TOption, TOptionObject, TOptions, TCustomEvent, } from "./select-input.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { default as version } from
|
|
3
|
-
export * from
|
|
1
|
+
export { default } from "./select-input.js";
|
|
2
|
+
export { default as version } from "./version.js";
|
|
3
|
+
export * from "./export-types.js";
|
|
@@ -80,18 +80,8 @@ declare const SelectInput: {
|
|
|
80
80
|
IndicatorSeparator: <Option_6, IsMulti_6 extends boolean, Group_6 extends import("react-select").GroupBase<Option_6>>(props: import("react-select").IndicatorSeparatorProps<Option_6, IsMulti_6, Group_6>) => import("@emotion/react").jsx.JSX.Element;
|
|
81
81
|
IndicatorsContainer: <Option_5, IsMulti_5 extends boolean, Group_5 extends import("react-select").GroupBase<Option_5>>(props: import("react-select").IndicatorsContainerProps<Option_5, IsMulti_5, Group_5>) => import("@emotion/react").jsx.JSX.Element;
|
|
82
82
|
Input: <Option_7, IsMulti_7 extends boolean, Group_7 extends import("react-select").GroupBase<Option_7>>(props: import("react-select").InputProps<Option_7, IsMulti_7, Group_7>) => import("@emotion/react").jsx.JSX.Element;
|
|
83
|
-
LoadingIndicator: {
|
|
84
|
-
|
|
85
|
-
defaultProps: {
|
|
86
|
-
size: number;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
LoadingMessage: {
|
|
90
|
-
<Option_12, IsMulti_12 extends boolean, Group_12 extends import("react-select").GroupBase<Option_12>>(props: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>): import("@emotion/react").jsx.JSX.Element;
|
|
91
|
-
defaultProps: {
|
|
92
|
-
children: string;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
83
|
+
LoadingIndicator: <Option_8, IsMulti_8 extends boolean, Group_8 extends import("react-select").GroupBase<Option_8>>({ innerProps, isRtl, size, ...restProps }: import("react-select").LoadingIndicatorProps<Option_8, IsMulti_8, Group_8>) => import("@emotion/react").jsx.JSX.Element;
|
|
84
|
+
LoadingMessage: <Option_12, IsMulti_12 extends boolean, Group_12 extends import("react-select").GroupBase<Option_12>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>) => import("@emotion/react").jsx.JSX.Element;
|
|
95
85
|
Menu: <Option_9, IsMulti_9 extends boolean, Group_9 extends import("react-select").GroupBase<Option_9>>(props: import("react-select").MenuProps<Option_9, IsMulti_9, Group_9>) => import("@emotion/react").jsx.JSX.Element;
|
|
96
86
|
MenuList: <Option_10, IsMulti_10 extends boolean, Group_10 extends import("react-select").GroupBase<Option_10>>(props: import("react-select").MenuListProps<Option_10, IsMulti_10, Group_10>) => import("@emotion/react").jsx.JSX.Element;
|
|
97
87
|
MenuPortal: <Option_11, IsMulti_11 extends boolean, Group_11 extends import("react-select").GroupBase<Option_11>>(props: import("react-select/dist/declarations/src/components/Menu").MenuPortalProps<Option_11, IsMulti_11, Group_11>) => import("@emotion/react").jsx.JSX.Element | null;
|
|
@@ -102,12 +92,7 @@ declare const SelectInput: {
|
|
|
102
92
|
(props: import("@commercetools-uikit/select-utils").TTagRemoveProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
103
93
|
displayName: string;
|
|
104
94
|
};
|
|
105
|
-
NoOptionsMessage: {
|
|
106
|
-
<Option_13, IsMulti_13 extends boolean, Group_13 extends import("react-select").GroupBase<Option_13>>(props: import("react-select").NoticeProps<Option_13, IsMulti_13, Group_13>): import("@emotion/react").jsx.JSX.Element;
|
|
107
|
-
defaultProps: {
|
|
108
|
-
children: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
95
|
+
NoOptionsMessage: <Option_13, IsMulti_13 extends boolean, Group_13 extends import("react-select").GroupBase<Option_13>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_13, IsMulti_13, Group_13>) => import("@emotion/react").jsx.JSX.Element;
|
|
111
96
|
Option: <Option_16, IsMulti_16 extends boolean, Group_16 extends import("react-select").GroupBase<Option_16>>(props: import("react-select").OptionProps<Option_16, IsMulti_16, Group_16>) => import("@emotion/react").jsx.JSX.Element;
|
|
112
97
|
Placeholder: <Option_17, IsMulti_17 extends boolean, Group_17 extends import("react-select").GroupBase<Option_17>>(props: import("react-select").PlaceholderProps<Option_17, IsMulti_17, Group_17>) => import("@emotion/react").jsx.JSX.Element;
|
|
113
98
|
SelectContainer: <Option_18, IsMulti_18 extends boolean, Group_18 extends import("react-select").GroupBase<Option_18>>(props: import("react-select").ContainerProps<Option_18, IsMulti_18, Group_18>) => import("@emotion/react").jsx.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user.",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.12.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/icons": "16.
|
|
27
|
-
"@commercetools-uikit/select-utils": "16.
|
|
28
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.12.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.12.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.12.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "16.12.0",
|
|
28
|
+
"@commercetools-uikit/utils": "16.12.0",
|
|
29
29
|
"@emotion/is-prop-valid": "1.2.1",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"prop-types": "15.8.1",
|
|
34
|
-
"react-select": "5.
|
|
34
|
+
"react-select": "5.8.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2",
|