react-native-input-select 1.3.7 → 1.3.8
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/lib/commonjs/components/CheckBox/index.js +1 -1
- package/lib/commonjs/components/CheckBox/index.js.map +1 -1
- package/lib/commonjs/components/CustomModal/index.js +5 -5
- package/lib/commonjs/components/CustomModal/index.js.map +1 -1
- package/lib/commonjs/components/Dropdown/Dropdown.js +5 -3
- package/lib/commonjs/components/Dropdown/Dropdown.js.map +1 -1
- package/lib/commonjs/components/Dropdown/DropdownFlatList.js +2 -2
- package/lib/commonjs/components/Dropdown/DropdownFlatList.js.map +1 -1
- package/lib/commonjs/components/Dropdown/DropdownListItem.js +1 -1
- package/lib/commonjs/components/Dropdown/DropdownListItem.js.map +1 -1
- package/lib/commonjs/components/Dropdown/DropdownSectionList.js +2 -2
- package/lib/commonjs/components/Dropdown/DropdownSectionList.js.map +1 -1
- package/lib/commonjs/components/Dropdown/DropdownSelectedItemsView.js +7 -7
- package/lib/commonjs/components/Dropdown/DropdownSelectedItemsView.js.map +1 -1
- package/lib/commonjs/components/Input/index.js +1 -1
- package/lib/commonjs/components/Input/index.js.map +1 -1
- package/lib/commonjs/components/Others/index.js +1 -1
- package/lib/commonjs/components/Others/index.js.map +1 -1
- package/lib/commonjs/index.js +14 -7
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/components/CustomModal/index.js +4 -4
- package/lib/module/components/CustomModal/index.js.map +1 -1
- package/lib/module/components/Dropdown/Dropdown.js +4 -2
- package/lib/module/components/Dropdown/Dropdown.js.map +1 -1
- package/lib/module/components/Dropdown/DropdownFlatList.js +1 -1
- package/lib/module/components/Dropdown/DropdownFlatList.js.map +1 -1
- package/lib/module/components/Dropdown/DropdownSectionList.js +1 -1
- package/lib/module/components/Dropdown/DropdownSectionList.js.map +1 -1
- package/lib/module/components/Dropdown/DropdownSelectedItemsView.js +6 -6
- package/lib/module/components/Dropdown/DropdownSelectedItemsView.js.map +1 -1
- package/lib/module/components/Input/index.js +1 -1
- package/lib/module/index.js +13 -6
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/jest-setup.d.ts +2 -0
- package/lib/typescript/jest-setup.d.ts.map +1 -0
- package/lib/typescript/src/components/CheckBox/checkbox.types.d.ts.map +1 -0
- package/lib/typescript/src/components/CheckBox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/CustomModal/index.d.ts +6 -0
- package/lib/typescript/src/components/CustomModal/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Dropdown/Dropdown.d.ts +4 -0
- package/lib/typescript/src/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/lib/typescript/src/components/Dropdown/DropdownFlatList.d.ts.map +1 -0
- package/lib/typescript/src/components/Dropdown/DropdownListItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Dropdown/DropdownSectionList.d.ts.map +1 -0
- package/lib/typescript/src/components/Dropdown/DropdownSelectedItemsView.d.ts +4 -0
- package/lib/typescript/src/components/Dropdown/DropdownSelectedItemsView.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Others/index.d.ts.map +1 -0
- package/lib/typescript/src/constants/index.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/styles/colors.d.ts.map +1 -0
- package/lib/typescript/src/styles/input.d.ts.map +1 -0
- package/lib/typescript/src/styles/typography.d.ts.map +1 -0
- package/lib/typescript/{types → src/types}/index.types.d.ts +5 -2
- package/lib/typescript/src/types/index.types.d.ts.map +1 -0
- package/lib/typescript/src/utils/index.d.ts.map +1 -0
- package/package.json +8 -2
- package/src/components/CustomModal/index.tsx +5 -3
- package/src/components/Dropdown/Dropdown.tsx +4 -2
- package/src/components/Dropdown/DropdownSelectedItemsView.tsx +5 -5
- package/src/index.tsx +13 -5
- package/src/types/index.types.ts +4 -2
- package/lib/typescript/components/CheckBox/checkbox.types.d.ts.map +0 -1
- package/lib/typescript/components/CheckBox/index.d.ts.map +0 -1
- package/lib/typescript/components/CustomModal/index.d.ts +0 -6
- package/lib/typescript/components/CustomModal/index.d.ts.map +0 -1
- package/lib/typescript/components/Dropdown/Dropdown.d.ts +0 -4
- package/lib/typescript/components/Dropdown/Dropdown.d.ts.map +0 -1
- package/lib/typescript/components/Dropdown/DropdownFlatList.d.ts.map +0 -1
- package/lib/typescript/components/Dropdown/DropdownListItem.d.ts.map +0 -1
- package/lib/typescript/components/Dropdown/DropdownSectionList.d.ts.map +0 -1
- package/lib/typescript/components/Dropdown/DropdownSelectedItemsView.d.ts +0 -4
- package/lib/typescript/components/Dropdown/DropdownSelectedItemsView.d.ts.map +0 -1
- package/lib/typescript/components/Input/index.d.ts.map +0 -1
- package/lib/typescript/components/Others/index.d.ts.map +0 -1
- package/lib/typescript/constants/index.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/styles/colors.d.ts.map +0 -1
- package/lib/typescript/styles/input.d.ts.map +0 -1
- package/lib/typescript/styles/typography.d.ts.map +0 -1
- package/lib/typescript/types/index.types.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts.map +0 -1
- /package/lib/typescript/{components → src/components}/CheckBox/checkbox.types.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/CheckBox/index.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Dropdown/DropdownFlatList.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Dropdown/DropdownListItem.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Dropdown/DropdownSectionList.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Input/index.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Others/index.d.ts +0 -0
- /package/lib/typescript/{constants → src/constants}/index.d.ts +0 -0
- /package/lib/typescript/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/typescript/{styles → src/styles}/colors.d.ts +0 -0
- /package/lib/typescript/{styles → src/styles}/input.d.ts +0 -0
- /package/lib/typescript/{styles → src/styles}/typography.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/index.d.ts +0 -0
|
@@ -15,7 +15,7 @@ const DropdownSelectedItemsView = ({
|
|
|
15
15
|
placeholder,
|
|
16
16
|
error,
|
|
17
17
|
getSelectedItemsLabel,
|
|
18
|
-
|
|
18
|
+
openModal,
|
|
19
19
|
isMultiple,
|
|
20
20
|
selectedItem,
|
|
21
21
|
selectedItems,
|
|
@@ -32,7 +32,7 @@ const DropdownSelectedItemsView = ({
|
|
|
32
32
|
}: any) => {
|
|
33
33
|
return (
|
|
34
34
|
<Pressable
|
|
35
|
-
onPress={() =>
|
|
35
|
+
onPress={() => openModal()}
|
|
36
36
|
style={({ pressed }) => [
|
|
37
37
|
pressed && {
|
|
38
38
|
...inputStyles.inputFocusState,
|
|
@@ -61,7 +61,7 @@ const DropdownSelectedItemsView = ({
|
|
|
61
61
|
getSelectedItemsLabel()?.map((label: string, i: Number) => (
|
|
62
62
|
<DropdownContent
|
|
63
63
|
onPress={() => {
|
|
64
|
-
|
|
64
|
+
openModal();
|
|
65
65
|
setIndexOfSelectedItem(label); // immediately scrolls to list item with the specified label when modal
|
|
66
66
|
}}
|
|
67
67
|
key={`react-native-input-select-${Math.random()}-${i}`}
|
|
@@ -77,7 +77,7 @@ const DropdownSelectedItemsView = ({
|
|
|
77
77
|
) : (
|
|
78
78
|
<DropdownContent
|
|
79
79
|
onPress={() => {
|
|
80
|
-
|
|
80
|
+
openModal();
|
|
81
81
|
setIndexOfSelectedItem(getSelectedItemsLabel()); // immediately scrolls to list item with the specified label when modal
|
|
82
82
|
}}
|
|
83
83
|
style={[styles.blackText, selectedItemStyle]}
|
|
@@ -87,7 +87,7 @@ const DropdownSelectedItemsView = ({
|
|
|
87
87
|
)}
|
|
88
88
|
{!selectedItem && selectedItems?.length === 0 && (
|
|
89
89
|
<DropdownContent
|
|
90
|
-
onPress={() =>
|
|
90
|
+
onPress={() => openModal()}
|
|
91
91
|
style={[styles.blackText, placeholderStyle]}
|
|
92
92
|
label={placeholder ?? 'Select an option'}
|
|
93
93
|
disabled={disabled}
|
package/src/index.tsx
CHANGED
|
@@ -298,13 +298,20 @@ export const DropdownSelect: React.FC<DropdownProps> = ({
|
|
|
298
298
|
/*===========================================
|
|
299
299
|
* Modal
|
|
300
300
|
*==========================================*/
|
|
301
|
-
const
|
|
301
|
+
const openModal = () => {
|
|
302
302
|
if (disabled) {
|
|
303
|
-
// protecting any toggleModal invocation when Dropdown is disabled by not activating state
|
|
304
303
|
return;
|
|
305
304
|
}
|
|
305
|
+
setOpen(true);
|
|
306
|
+
resetComponent();
|
|
307
|
+
};
|
|
308
|
+
|
|
309
|
+
const closeModal = () => {
|
|
310
|
+
setOpen(false);
|
|
311
|
+
resetComponent();
|
|
312
|
+
};
|
|
306
313
|
|
|
307
|
-
|
|
314
|
+
const resetComponent = () => {
|
|
308
315
|
setSearchValue('');
|
|
309
316
|
setNewOptions(options);
|
|
310
317
|
setListIndex({ itemIndex: -1, sectionIndex: -1 });
|
|
@@ -352,7 +359,8 @@ export const DropdownSelect: React.FC<DropdownProps> = ({
|
|
|
352
359
|
getSelectedItemsLabel={getSelectedItemsLabel}
|
|
353
360
|
selectedItem={selectedItem}
|
|
354
361
|
selectedItems={selectedItems}
|
|
355
|
-
|
|
362
|
+
openModal={openModal}
|
|
363
|
+
closeModal={closeModal}
|
|
356
364
|
labelStyle={labelStyle}
|
|
357
365
|
dropdownIcon={dropdownIcon}
|
|
358
366
|
dropdownStyle={dropdownStyle}
|
|
@@ -374,7 +382,7 @@ export const DropdownSelect: React.FC<DropdownProps> = ({
|
|
|
374
382
|
visible={open}
|
|
375
383
|
modalBackgroundStyle={modalBackgroundStyle} // kept for backwards compatibility
|
|
376
384
|
modalOptionsContainerStyle={modalOptionsContainerStyle} // kept for backwards compatibility
|
|
377
|
-
|
|
385
|
+
closeModal={closeModal}
|
|
378
386
|
modalControls={modalControls}
|
|
379
387
|
modalProps={modalProps} // kept for backwards compatibility
|
|
380
388
|
>
|
package/src/types/index.types.ts
CHANGED
|
@@ -93,9 +93,11 @@ export type TCustomModalControls = {
|
|
|
93
93
|
modalControls?: {
|
|
94
94
|
modalBackgroundStyle?: ViewStyle;
|
|
95
95
|
modalOptionsContainerStyle?: ViewStyle;
|
|
96
|
-
modalProps?: ModalProps;
|
|
96
|
+
modalProps?: ModalProps & TCloseModal;
|
|
97
97
|
};
|
|
98
|
-
};
|
|
98
|
+
} & TCloseModal;
|
|
99
|
+
|
|
100
|
+
type TCloseModal = { closeModal?: () => void };
|
|
99
101
|
|
|
100
102
|
export type TListControls = {
|
|
101
103
|
listHeaderComponent?: React.ReactNode;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckBox/checkbox.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;CACvD,GAAG,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckBox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,QAAA,MAAM,QAAQ,uKAYX,aAAa,sBAoEf,CAAC;AAkBF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ModalProps } from 'react-native';
|
|
3
|
-
import { TCustomModalControls } from 'src/types/index.types';
|
|
4
|
-
declare const CustomModal: ({ visible, onRequestClose, modalBackgroundStyle, modalOptionsContainerStyle, modalControls, modalProps, children, }: TCustomModalControls & ModalProps) => React.JSX.Element;
|
|
5
|
-
export default CustomModal;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CustomModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuB,MAAM,OAAO,CAAC;AAC5C,OAAO,EAGL,UAAU,EAMX,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAoB7D,QAAA,MAAM,WAAW,wHAQd,oBAAoB,GAAG,UAAU,sBAoCnC,CAAC;AAiBF,eAAe,WAAW,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Dropdown: ({ label, placeholder, helperText, error, getSelectedItemsLabel, handleToggleModal, isMultiple, selectedItem, selectedItems, dropdownIcon, labelStyle, dropdownStyle, dropdownIconStyle, dropdownContainerStyle, selectedItemStyle, placeholderStyle, multipleSelectedItemStyle, dropdownErrorStyle, dropdownErrorTextStyle, dropdownHelperTextStyle, primaryColor, disabled, setIndexOfSelectedItem, }: any) => React.JSX.Element;
|
|
3
|
-
export default Dropdown;
|
|
4
|
-
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,QAAA,MAAM,QAAQ,2YAwBX,GAAG,sBAsCL,CAAC;AAUF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownFlatList.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/DropdownFlatList.tsx"],"names":[],"mappings":"AACA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAMjD,QAAA,MAAM,gBAAgB,0UAqBnB,GAAG,sBAgEL,CAAC;AA2BF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/DropdownListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;;AAyDpC,wBAAsC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownSectionList.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/DropdownSectionList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAW3D,QAAA,MAAM,mBAAmB,0UAqBtB,GAAG,sBAwGL,CAAC;AA+BF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const DropdownSelectedItemsView: ({ placeholder, error, getSelectedItemsLabel, handleToggleModal, isMultiple, selectedItem, selectedItems, dropdownIcon, dropdownStyle, dropdownIconStyle, selectedItemStyle, placeholderStyle, multipleSelectedItemStyle, dropdownErrorStyle, primaryColor, disabled, setIndexOfSelectedItem, }: any) => React.JSX.Element;
|
|
3
|
-
export default DropdownSelectedItemsView;
|
|
4
|
-
//# sourceMappingURL=DropdownSelectedItemsView.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownSelectedItemsView.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/DropdownSelectedItemsView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,QAAA,MAAM,yBAAyB,mSAkB5B,GAAG,sBAyEL,CAAC;AA6BF,eAAe,yBAAyB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,eAAO,MAAM,KAAK,gGAQf,GAAG,sBA4BL,CAAC;AAMF,eAAe,KAAK,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Others/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAKL,SAAS,EAET,SAAS,EACV,MAAM,cAAc,CAAC;AAGtB,eAAO,MAAM,kBAAkB,mDAG5B,GAAG,sBAQL,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAEhC;IACD,kBAAkB,EAAE,SAAS,CAAC;CAC/B,sBAEA,CAAC;AAEF,eAAO,MAAM,iBAAiB,0CAG3B;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,sBAAsB,EAAE,SAAS,CAAC;CACnC,sBAMA,CAAC;AAEF,eAAO,MAAM,kBAAkB,wDAK5B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,OAAO,CAAC;CACrB,sBAaA,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,aAAa,KAAK,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAUxE,OAAO,KAAK,EACV,aAAa,EAKd,MAAM,qBAAqB,CAAC;AAG7B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA8alD,CAAC;AAUF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/styles/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,EAAE,GASpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/styles/input.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,EAAE,GAsBxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/styles/typography.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,EAAE,GAOvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.types.d.ts","sourceRoot":"","sources":["../../../src/types/index.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,wBAAwB,QAAS,GAAG,EAAE,YAAY,MAAM,UAIpE,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,MAAM,WAExC,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|