@commercetools-uikit/async-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-async-select-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-async-select-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-async-select-input.esm.js +1 -1
- package/dist/declarations/src/async-select-input.d.ts +2 -12
- package/dist/declarations/src/export-types.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +3 -3
- package/package.json +10 -10
|
@@ -246,7 +246,7 @@ AsyncSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
246
246
|
var AsyncSelectInput$1 = AsyncSelectInput;
|
|
247
247
|
|
|
248
248
|
// NOTE: This string will be replaced on build time with the package version.
|
|
249
|
-
var version = "16.
|
|
249
|
+
var version = "16.12.0";
|
|
250
250
|
|
|
251
251
|
exports["default"] = AsyncSelectInput$1;
|
|
252
252
|
exports.version = version;
|
|
@@ -230,7 +230,7 @@ AsyncSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
230
230
|
var AsyncSelectInput$1 = AsyncSelectInput;
|
|
231
231
|
|
|
232
232
|
// NOTE: This string will be replaced on build time with the package version.
|
|
233
|
-
var version = "16.
|
|
233
|
+
var version = "16.12.0";
|
|
234
234
|
|
|
235
235
|
exports["default"] = AsyncSelectInput$1;
|
|
236
236
|
exports.version = version;
|
|
@@ -226,6 +226,6 @@ AsyncSelectInput.ValueContainer = components.ValueContainer;
|
|
|
226
226
|
var AsyncSelectInput$1 = AsyncSelectInput;
|
|
227
227
|
|
|
228
228
|
// NOTE: This string will be replaced on build time with the package version.
|
|
229
|
-
var version = "16.
|
|
229
|
+
var version = "16.12.0";
|
|
230
230
|
|
|
231
231
|
export { AsyncSelectInput$1 as default, version };
|
|
@@ -80,12 +80,7 @@ declare const AsyncSelectInput: {
|
|
|
80
80
|
(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
81
81
|
displayName: string;
|
|
82
82
|
};
|
|
83
|
-
LoadingMessage: {
|
|
84
|
-
<Option_12, IsMulti_12 extends boolean, Group_12 extends GroupBase<Option_12>>(props: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>): import("@emotion/react").jsx.JSX.Element;
|
|
85
|
-
defaultProps: {
|
|
86
|
-
children: string;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
83
|
+
LoadingMessage: <Option_12, IsMulti_12 extends boolean, Group_12 extends GroupBase<Option_12>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>) => import("@emotion/react").jsx.JSX.Element;
|
|
89
84
|
Menu: <Option_9, IsMulti_9 extends boolean, Group_9 extends GroupBase<Option_9>>(props: import("react-select").MenuProps<Option_9, IsMulti_9, Group_9>) => import("@emotion/react").jsx.JSX.Element;
|
|
90
85
|
MenuList: <Option_10, IsMulti_10 extends boolean, Group_10 extends GroupBase<Option_10>>(props: import("react-select").MenuListProps<Option_10, IsMulti_10, Group_10>) => import("@emotion/react").jsx.JSX.Element;
|
|
91
86
|
MenuPortal: <Option_11, IsMulti_11 extends boolean, Group_11 extends 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;
|
|
@@ -96,12 +91,7 @@ declare const AsyncSelectInput: {
|
|
|
96
91
|
(props: import("@commercetools-uikit/select-utils").TTagRemoveProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
97
92
|
displayName: string;
|
|
98
93
|
};
|
|
99
|
-
NoOptionsMessage: {
|
|
100
|
-
<Option_13, IsMulti_13 extends boolean, Group_13 extends GroupBase<Option_13>>(props: import("react-select").NoticeProps<Option_13, IsMulti_13, Group_13>): import("@emotion/react").jsx.JSX.Element;
|
|
101
|
-
defaultProps: {
|
|
102
|
-
children: string;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
94
|
+
NoOptionsMessage: <Option_13, IsMulti_13 extends boolean, Group_13 extends GroupBase<Option_13>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_13, IsMulti_13, Group_13>) => import("@emotion/react").jsx.JSX.Element;
|
|
105
95
|
Option: <Option_16, IsMulti_16 extends boolean, Group_16 extends GroupBase<Option_16>>(props: import("react-select").OptionProps<Option_16, IsMulti_16, Group_16>) => import("@emotion/react").jsx.JSX.Element;
|
|
106
96
|
Placeholder: <Option_17, IsMulti_17 extends boolean, Group_17 extends GroupBase<Option_17>>(props: import("react-select").PlaceholderProps<Option_17, IsMulti_17, Group_17>) => import("@emotion/react").jsx.JSX.Element;
|
|
107
97
|
SelectContainer: <Option_18, IsMulti_18 extends boolean, Group_18 extends GroupBase<Option_18>>(props: import("react-select").ContainerProps<Option_18, IsMulti_18, Group_18>) => import("@emotion/react").jsx.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { TAsyncSelectInputProps } from
|
|
1
|
+
export type { TAsyncSelectInputProps } from "./async-select-input.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { default as version } from
|
|
3
|
-
export * from
|
|
1
|
+
export { default } from "./async-select-input.js";
|
|
2
|
+
export { default as version } from "./version.js";
|
|
3
|
+
export * from "./export-types.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/async-select-input",
|
|
3
3
|
"description": "An input component getting a selection from an asynchronously loaded list 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,19 +21,19 @@
|
|
|
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/loading-spinner": "16.
|
|
28
|
-
"@commercetools-uikit/select-utils": "16.
|
|
29
|
-
"@commercetools-uikit/spacings": "16.
|
|
30
|
-
"@commercetools-uikit/text": "16.
|
|
31
|
-
"@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/loading-spinner": "16.12.0",
|
|
28
|
+
"@commercetools-uikit/select-utils": "16.12.0",
|
|
29
|
+
"@commercetools-uikit/spacings": "16.12.0",
|
|
30
|
+
"@commercetools-uikit/text": "16.12.0",
|
|
31
|
+
"@commercetools-uikit/utils": "16.12.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|
|
35
35
|
"prop-types": "15.8.1",
|
|
36
|
-
"react-select": "5.
|
|
36
|
+
"react-select": "5.8.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"react": "17.0.2",
|