@commercetools-uikit/async-creatable-select-input 19.22.0 → 19.22.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.
- package/dist/commercetools-uikit-async-creatable-select-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-async-creatable-select-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-async-creatable-select-input.esm.js +1 -1
- package/dist/declarations/src/async-creatable-select-input.d.ts +38 -43
- package/package.json +9 -9
|
@@ -256,7 +256,7 @@ AsyncCreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer
|
|
|
256
256
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
257
257
|
|
|
258
258
|
// NOTE: This string will be replaced on build time with the package version.
|
|
259
|
-
var version = "19.22.
|
|
259
|
+
var version = "19.22.2";
|
|
260
260
|
|
|
261
261
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
262
262
|
exports.version = version;
|
|
@@ -238,7 +238,7 @@ AsyncCreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer
|
|
|
238
238
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
239
239
|
|
|
240
240
|
// NOTE: This string will be replaced on build time with the package version.
|
|
241
|
-
var version = "19.22.
|
|
241
|
+
var version = "19.22.2";
|
|
242
242
|
|
|
243
243
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
244
244
|
exports.version = version;
|
|
@@ -235,6 +235,6 @@ AsyncCreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
235
235
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
236
236
|
|
|
237
237
|
// NOTE: This string will be replaced on build time with the package version.
|
|
238
|
-
var version = "19.22.
|
|
238
|
+
var version = "19.22.2";
|
|
239
239
|
|
|
240
240
|
export { AsyncCreatableSelectInput$1 as default, version };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import { type ActionMeta, type GroupBase } from 'react-select';
|
|
1
|
+
import type { ComponentType, ReactNode } from 'react';
|
|
2
|
+
import { type ClearIndicatorProps, type ContainerProps, type ControlProps, type DropdownIndicatorProps, type GroupHeadingProps, type GroupProps, type IndicatorsContainerProps, type InputProps, type MenuListProps, type MultiValueGenericProps, type MultiValueProps, type MultiValueRemoveProps, type NoticeProps, type OptionProps, type PlaceholderProps, type SingleValueProps, type ValueContainerProps, type ActionMeta, type GroupBase, type LoadingIndicatorProps, type MenuProps, type CommonPropsAndClassName, type MenuPlacement, type MenuPosition } from 'react-select';
|
|
3
3
|
import { type AsyncCreatableProps } from 'react-select/async-creatable';
|
|
4
4
|
type TCustomEvent = {
|
|
5
5
|
target: {
|
|
@@ -281,46 +281,41 @@ declare const AsyncCreatableSelectInput: {
|
|
|
281
281
|
/**
|
|
282
282
|
* Expose react-select components for customization purposes.
|
|
283
283
|
*/
|
|
284
|
-
ClearIndicator: {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
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;
|
|
321
|
-
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;
|
|
322
|
-
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;
|
|
323
|
-
SingleValue: <Option_19, IsMulti_19 extends boolean, Group_19 extends GroupBase<Option_19>>(props: import("react-select").SingleValueProps<Option_19, IsMulti_19, Group_19>) => import("@emotion/react").jsx.JSX.Element;
|
|
324
|
-
ValueContainer: <Option_20, IsMulti_20 extends boolean, Group_20 extends GroupBase<Option_20>>(props: import("react-select").ValueContainerProps<Option_20, IsMulti_20, Group_20>) => import("@emotion/react").jsx.JSX.Element;
|
|
284
|
+
ClearIndicator: ComponentType<ClearIndicatorProps<{}, false, GroupBase<{}>>>;
|
|
285
|
+
Control: ComponentType<ControlProps<{}, false, GroupBase<{}>>>;
|
|
286
|
+
CrossIcon: ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
287
|
+
size?: number;
|
|
288
|
+
}>;
|
|
289
|
+
DownChevron: ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
290
|
+
size?: number;
|
|
291
|
+
}>;
|
|
292
|
+
DropdownIndicator: ComponentType<DropdownIndicatorProps<{}, false, GroupBase<{}>>>;
|
|
293
|
+
Group: ComponentType<GroupProps<{}, false, GroupBase<{}>>>;
|
|
294
|
+
GroupHeading: ComponentType<GroupHeadingProps<{}, false, GroupBase<{}>>>;
|
|
295
|
+
IndicatorSeparator: ComponentType<LoadingIndicatorProps<{}, false, GroupBase<{}>>>;
|
|
296
|
+
IndicatorsContainer: ComponentType<IndicatorsContainerProps<{}, false, GroupBase<{}>>>;
|
|
297
|
+
Input: ComponentType<InputProps<{}, false, GroupBase<{}>>>;
|
|
298
|
+
LoadingIndicator: ComponentType<LoadingIndicatorProps<{}, false, GroupBase<{}>>>;
|
|
299
|
+
LoadingMessage: ComponentType<NoticeProps<{}, false, GroupBase<{}>>>;
|
|
300
|
+
Menu: ComponentType<MenuProps<{}, false, GroupBase<{}>>>;
|
|
301
|
+
MenuList: ComponentType<MenuListProps<{}, false, GroupBase<{}>>>;
|
|
302
|
+
MenuPortal: ComponentType<CommonPropsAndClassName<{}, false, GroupBase<{}>> & {
|
|
303
|
+
appendTo: HTMLElement | undefined;
|
|
304
|
+
children: ReactNode;
|
|
305
|
+
controlElement: HTMLDivElement | null;
|
|
306
|
+
innerProps: JSX.IntrinsicElements["div"];
|
|
307
|
+
menuPlacement: MenuPlacement;
|
|
308
|
+
menuPosition: MenuPosition;
|
|
309
|
+
}>;
|
|
310
|
+
MultiValue: ComponentType<MultiValueProps<{}, false, GroupBase<{}>>>;
|
|
311
|
+
MultiValueContainer: ComponentType<MultiValueGenericProps<{}, false, GroupBase<{}>>>;
|
|
312
|
+
MultiValueLabel: ComponentType<MultiValueGenericProps<{}, false, GroupBase<{}>>>;
|
|
313
|
+
MultiValueRemove: ComponentType<MultiValueRemoveProps<{}, false, GroupBase<{}>>>;
|
|
314
|
+
NoOptionsMessage: ComponentType<NoticeProps<{}, false, GroupBase<{}>>>;
|
|
315
|
+
Option: ComponentType<OptionProps<{}, false, GroupBase<{}>>>;
|
|
316
|
+
Placeholder: ComponentType<PlaceholderProps<{}, false, GroupBase<{}>>>;
|
|
317
|
+
SelectContainer: ComponentType<ContainerProps<{}, false, GroupBase<{}>>>;
|
|
318
|
+
SingleValue: ComponentType<SingleValueProps<{}, false, GroupBase<{}>>>;
|
|
319
|
+
ValueContainer: ComponentType<ValueContainerProps<{}, false, GroupBase<{}>>>;
|
|
325
320
|
};
|
|
326
321
|
export default AsyncCreatableSelectInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/async-creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/icons": "19.22.
|
|
27
|
-
"@commercetools-uikit/loading-spinner": "19.22.
|
|
28
|
-
"@commercetools-uikit/select-utils": "19.22.
|
|
29
|
-
"@commercetools-uikit/spacings": "19.22.
|
|
30
|
-
"@commercetools-uikit/text": "19.22.
|
|
31
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.2",
|
|
26
|
+
"@commercetools-uikit/icons": "19.22.2",
|
|
27
|
+
"@commercetools-uikit/loading-spinner": "19.22.2",
|
|
28
|
+
"@commercetools-uikit/select-utils": "19.22.2",
|
|
29
|
+
"@commercetools-uikit/spacings": "19.22.2",
|
|
30
|
+
"@commercetools-uikit/text": "19.22.2",
|
|
31
|
+
"@commercetools-uikit/utils": "19.22.2",
|
|
32
32
|
"@emotion/is-prop-valid": "1.3.1",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|