@axelor/aos-mobile-ui 8.4.13 → 8.4.15

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 (178) hide show
  1. package/lib/components/atoms/BlockInteractionScreen/BlockInteractionScreen.js +1 -1
  2. package/lib/components/atoms/BootstrapIcon/BootstrapIcon.js +1 -1
  3. package/lib/components/atoms/Card/Card.js +1 -1
  4. package/lib/components/atoms/DottedLine/DottedLine.js +1 -1
  5. package/lib/components/atoms/HorizontalRule/HorizontalRule.js +1 -1
  6. package/lib/components/atoms/HtmlInput/HtmlInput.js +1 -1
  7. package/lib/components/atoms/Icon/Icon.js +1 -1
  8. package/lib/components/atoms/Input/Input.js +1 -1
  9. package/lib/components/atoms/KeyboardAvoidingScrollView/KeyboardAvoidingScrollView.js +1 -1
  10. package/lib/components/atoms/ProgressCircle/ProgressCircle.js +1 -1
  11. package/lib/components/atoms/RadioButton/RadioButton.js +1 -1
  12. package/lib/components/atoms/Screen/Screen.js +1 -1
  13. package/lib/components/atoms/ScrollView/ScrollView.js +1 -1
  14. package/lib/components/atoms/Slider/Slider.js +1 -1
  15. package/lib/components/atoms/Switch/Switch.js +1 -1
  16. package/lib/components/atoms/Text/Text.js +1 -1
  17. package/lib/components/atoms/index.js +1 -1
  18. package/lib/components/index.js +1 -1
  19. package/lib/components/molecules/Alert/Alert.js +1 -1
  20. package/lib/components/molecules/Badge/Badge.js +1 -1
  21. package/lib/components/molecules/BlockInteractionMessage/BlockInteractionMessage.js +1 -1
  22. package/lib/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
  23. package/lib/components/molecules/Button/Button.js +1 -1
  24. package/lib/components/molecules/CardIconButton/CardIconButton.js +1 -1
  25. package/lib/components/molecules/CardIndicator/CardIndicator.js +1 -1
  26. package/lib/components/molecules/Checkbox/Checkbox.js +1 -1
  27. package/lib/components/molecules/Chip/Chip.js +1 -1
  28. package/lib/components/molecules/CircleButton/CircleButton.js +1 -1
  29. package/lib/components/molecules/ClearableCard/ClearableCard.js +1 -1
  30. package/lib/components/molecules/DoubleIcon/DoubleIcon.js +1 -1
  31. package/lib/components/molecules/DropdownCard/DropdownCard.js +1 -1
  32. package/lib/components/molecules/DropdownMenu/DropdownMenu.js +1 -1
  33. package/lib/components/molecules/EditableHtmlInput/EditableHtmlInput.js +1 -1
  34. package/lib/components/molecules/EditableInput/EditableInput.js +1 -1
  35. package/lib/components/molecules/FormHtmlInput/FormHtmlInput.js +1 -1
  36. package/lib/components/molecules/FormIncrementInput/FormIncrementInput.js +1 -1
  37. package/lib/components/molecules/FormInput/FormInput.js +1 -1
  38. package/lib/components/molecules/FormSlider/FormSlider.js +1 -1
  39. package/lib/components/molecules/FromTo/FromTo.js +1 -1
  40. package/lib/components/molecules/HalfLabelCard/HalfLabelCard.js +1 -1
  41. package/lib/components/molecules/HorizontalRuleText/HorizontalRuleText.js +1 -1
  42. package/lib/components/molecules/IconInput/IconInput.js +1 -1
  43. package/lib/components/molecules/Image/Image.js +1 -1
  44. package/lib/components/molecules/Increment/Increment.js +1 -1
  45. package/lib/components/molecules/Increment/IncrementButton.js +1 -1
  46. package/lib/components/molecules/Label/Label.js +1 -1
  47. package/lib/components/molecules/LabelText/LabelText.js +1 -1
  48. package/lib/components/molecules/LoadingIndicator/LoadingIndicator.js +1 -1
  49. package/lib/components/molecules/MovementIndicationCard/MovementIndicationCard.js +1 -1
  50. package/lib/components/molecules/MultiValuePickerButton/MultiValuePickerButton.js +1 -1
  51. package/lib/components/molecules/NotesCard/NotesCard.js +1 -1
  52. package/lib/components/molecules/NumberBubble/NumberBubble.js +1 -1
  53. package/lib/components/molecules/NumberChevronInput/NumberChevronInput.js +1 -1
  54. package/lib/components/molecules/PanelTabs/PanelTabs.js +1 -1
  55. package/lib/components/molecules/RadioSelect/RadioSelect.js +1 -1
  56. package/lib/components/molecules/RightIconButton/RightIconButton.js +1 -1
  57. package/lib/components/molecules/SelectionContainer/SelectionContainer.d.ts +2 -1
  58. package/lib/components/molecules/SelectionContainer/SelectionContainer.js +15 -9
  59. package/lib/components/molecules/SelectionContainer/SelectionContainer.js.map +1 -1
  60. package/lib/components/molecules/StarScore/StarScore.js +1 -1
  61. package/lib/components/molecules/Stepper/StepList.js +1 -1
  62. package/lib/components/molecules/Stepper/Stepper.js +1 -1
  63. package/lib/components/molecules/Stepper/index.js +1 -1
  64. package/lib/components/molecules/Stepper/types.js +1 -1
  65. package/lib/components/molecules/SwitchCard/SwitchCard.js +1 -1
  66. package/lib/components/molecules/TextUnit/TextUnit.js +1 -1
  67. package/lib/components/molecules/TitledValue/TitledValue.js +1 -1
  68. package/lib/components/molecules/ToggleSwitch/ToggleSwitch.js +1 -1
  69. package/lib/components/molecules/UnorderedList/UnorderedList.js +1 -1
  70. package/lib/components/molecules/ViewAllContainer/ViewAllContainer.js +1 -1
  71. package/lib/components/molecules/WarningCard/WarningCard.js +1 -1
  72. package/lib/components/molecules/index.js +1 -1
  73. package/lib/components/organisms/ActionCard/ActionCard.js +1 -1
  74. package/lib/components/organisms/AutoCompleteSearch/AutoCompleteSearch.js +1 -1
  75. package/lib/components/organisms/AutoCompleteSearch/ItemCard.js +1 -1
  76. package/lib/components/organisms/AutoCompleteSearch/SearchDetailsPopUp.js +1 -1
  77. package/lib/components/organisms/CheckboxScrollList/CheckboxScrollList.js +1 -1
  78. package/lib/components/organisms/ChipSelect/ChipSelect.js +1 -1
  79. package/lib/components/organisms/DistributionBar/DistributionBar.js +1 -1
  80. package/lib/components/organisms/DraggableWrapper/DraggableWrapper.js +1 -1
  81. package/lib/components/organisms/DropdownCardSwitch/DropdownCardSwitch.js +1 -1
  82. package/lib/components/organisms/DropdownMenuItem/DropdownMenuItem.js +1 -1
  83. package/lib/components/organisms/DurationInput/DurationInput.js +1 -1
  84. package/lib/components/organisms/DurationInput/duration.helpers.js +1 -1
  85. package/lib/components/organisms/FloatingButton/FloatingActionButton.js +1 -1
  86. package/lib/components/organisms/FloatingButton/FloatingButton.js +1 -1
  87. package/lib/components/organisms/FloatingButton/Indicator.js +1 -1
  88. package/lib/components/organisms/FloatingButton/types.js +1 -1
  89. package/lib/components/organisms/GridView/CellView.js +1 -1
  90. package/lib/components/organisms/GridView/GridView.js +1 -1
  91. package/lib/components/organisms/GroupByScrollList/BottomSeparator.js +1 -1
  92. package/lib/components/organisms/GroupByScrollList/GroupByScrollList.js +1 -1
  93. package/lib/components/organisms/GroupByScrollList/TopSeparator.js +1 -1
  94. package/lib/components/organisms/HeaderContainer/HeaderContainer.js +1 -1
  95. package/lib/components/organisms/ImageBubble/ImageBubble.js +1 -1
  96. package/lib/components/organisms/InfoBubble/InfoBubble.js +1 -1
  97. package/lib/components/organisms/InfoButton/InfoButton.js +1 -1
  98. package/lib/components/organisms/MultiValuePicker/MultiValuePicker.js +1 -1
  99. package/lib/components/organisms/Picker/Picker.d.ts +2 -1
  100. package/lib/components/organisms/Picker/Picker.js +9 -4
  101. package/lib/components/organisms/Picker/Picker.js.map +1 -1
  102. package/lib/components/organisms/ProgressBar/ProgressBar.js +1 -1
  103. package/lib/components/organisms/QuantityCard/QuantityCard.js +1 -1
  104. package/lib/components/organisms/ScrollList/DottedButton.js +1 -1
  105. package/lib/components/organisms/ScrollList/ScrollList.js +1 -1
  106. package/lib/components/organisms/ScrollList/TopActions.js +1 -1
  107. package/lib/components/organisms/ScrollList/index.js +1 -1
  108. package/lib/components/organisms/SearchBar/SearchBar.js +1 -1
  109. package/lib/components/organisms/SingleSelectScrollList/SingleSelectScrollList.js +1 -1
  110. package/lib/components/organisms/TagList/TagList.js +1 -1
  111. package/lib/components/organisms/ToggleButton/ToggleButton.js +1 -1
  112. package/lib/components/organisms/ViewAllEditList/AllLinesAlert.js +1 -1
  113. package/lib/components/organisms/ViewAllEditList/LineComponent.js +1 -1
  114. package/lib/components/organisms/ViewAllEditList/ViewAllEditList.js +1 -1
  115. package/lib/components/organisms/index.js +1 -1
  116. package/lib/components/templates/BottomBar/BarItem.js +1 -1
  117. package/lib/components/templates/BottomBar/BottomBar.js +1 -1
  118. package/lib/components/templates/BottomBar/ItemTitle.js +1 -1
  119. package/lib/components/templates/BottomBar/display.helper.js +1 -1
  120. package/lib/components/templates/BottomBar/types.helper.js +1 -1
  121. package/lib/components/templates/Dashboard/Chart/BarChart.js +1 -1
  122. package/lib/components/templates/Dashboard/Chart/ChartRender.js +1 -1
  123. package/lib/components/templates/Dashboard/Chart/DetailsPopup.js +1 -1
  124. package/lib/components/templates/Dashboard/Chart/IndicatorChart/ChartTitle.js +1 -1
  125. package/lib/components/templates/Dashboard/Chart/IndicatorChart/IndicatorChart.js +1 -1
  126. package/lib/components/templates/Dashboard/Chart/IndicatorChart/IndicatorItem.js +1 -1
  127. package/lib/components/templates/Dashboard/Chart/IndicatorChart/SimpleIndicator.js +1 -1
  128. package/lib/components/templates/Dashboard/Chart/LineChart.js +1 -1
  129. package/lib/components/templates/Dashboard/Chart/PieChart/ChartLegend.js +1 -1
  130. package/lib/components/templates/Dashboard/Chart/PieChart/LabelView.js +1 -1
  131. package/lib/components/templates/Dashboard/Chart/PieChart/PieChart.js +1 -1
  132. package/lib/components/templates/Dashboard/Chart/chart.helper.js +1 -1
  133. package/lib/components/templates/Dashboard/Chart/index.js +1 -1
  134. package/lib/components/templates/Dashboard/Dashboard.js +1 -1
  135. package/lib/components/templates/Dashboard/chart-type.js +1 -1
  136. package/lib/components/templates/Dashboard/dashboard.helper.js +1 -1
  137. package/lib/components/templates/Dashboard/index.js +1 -1
  138. package/lib/components/templates/ObjectCard/ObjectCard.js +1 -1
  139. package/lib/components/templates/TabsScreen/IndicatorBadge.js +1 -1
  140. package/lib/components/templates/TabsScreen/Tab.js +1 -1
  141. package/lib/components/templates/TabsScreen/TabsScreen.js +1 -1
  142. package/lib/components/templates/TabsScreen/tabs.helper.js +1 -1
  143. package/lib/components/templates/TreeView/Branch.js +1 -1
  144. package/lib/components/templates/TreeView/BranchCard.js +1 -1
  145. package/lib/components/templates/TreeView/TreeView.js +1 -1
  146. package/lib/components/templates/index.js +1 -1
  147. package/lib/config/ConfigContext.js +1 -1
  148. package/lib/config/index.js +1 -1
  149. package/lib/hooks/index.js +1 -1
  150. package/lib/hooks/use-click-outside.js +1 -1
  151. package/lib/hooks/use-digit-format.js +1 -1
  152. package/lib/hooks/use-price-format.js +1 -1
  153. package/lib/index.js +1 -1
  154. package/lib/theme/color/ThemeContext.js +1 -1
  155. package/lib/theme/color/color.defaults.js +1 -1
  156. package/lib/theme/color/content.helpers.js +1 -1
  157. package/lib/theme/color/index.js +1 -1
  158. package/lib/theme/color/themes.js +1 -1
  159. package/lib/theme/color/types.js +1 -1
  160. package/lib/theme/index.js +1 -1
  161. package/lib/theme/writing/WritingThemeContext.js +1 -1
  162. package/lib/theme/writing/index.js +1 -1
  163. package/lib/theme/writing/writing-theme-context.helper.js +1 -1
  164. package/lib/theme/writing/writingTheme.js +1 -1
  165. package/lib/tools/AnimationUtil.js +1 -1
  166. package/lib/tools/index.js +1 -1
  167. package/lib/types/index.js +1 -1
  168. package/lib/types/keyboard.js +1 -1
  169. package/lib/utils/arrays.js +1 -1
  170. package/lib/utils/commons-styles.js +1 -1
  171. package/lib/utils/commons-utlis.js +1 -1
  172. package/lib/utils/formatters.js +1 -1
  173. package/lib/utils/index.js +1 -1
  174. package/lib/utils/list.js +1 -1
  175. package/lib/utils/number.js +1 -1
  176. package/lib/utils/objects.js +1 -1
  177. package/lib/utils/strings.js +1 -1
  178. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -21,7 +21,7 @@ import { useThemeColor } from '../../../theme';
21
21
  import { Icon, Text } from '../../atoms';
22
22
  import { checkNullString } from '../../../utils';
23
23
  const MAX_LIST_LENGTH = 5;
24
- const SelectionItem = ({ style, content, onPress, isPicker = false, itemColor, isSelectedItem = false, readonly = false, isMoreResultsItem = false, }) => {
24
+ const SelectionItem = ({ style, content, onPress, isPicker = false, itemColor, isSelectedItem = false, readonly = false, isMoreResultsItem = false, multiLineLabels = false, }) => {
25
25
  const Colors = useThemeColor();
26
26
  const _itemColor = useMemo(() => itemColor ?? Colors.primaryColor, [Colors.primaryColor, itemColor]);
27
27
  const indicatorStyles = useMemo(() => getIndicatorColor(_itemColor.background), [_itemColor]);
@@ -31,7 +31,7 @@ const SelectionItem = ({ style, content, onPress, isPicker = false, itemColor, i
31
31
  ? Colors.secondaryColor.background_light
32
32
  : Colors.secondaryColor_dark.background}/>)}
33
33
  <View style={itemStyles.textContainer}>
34
- <Text style={itemStyles.text} numberOfLines={1} writingType={isMoreResultsItem ? 'title' : null}>
34
+ <Text style={itemStyles.text} numberOfLines={multiLineLabels ? undefined : 1} writingType={isMoreResultsItem ? 'title' : null}>
35
35
  {content}
36
36
  </Text>
37
37
  {itemColor != null && <View style={indicatorStyles.selectedItem}/>}
@@ -51,7 +51,7 @@ const getIndicatorColor = (color) => {
51
51
  };
52
52
  const getItemStyles = (isPicker, isMoreResultsItem) => StyleSheet.create({
53
53
  item: {
54
- height: 40,
54
+ minHeight: 40,
55
55
  flexDirection: 'row',
56
56
  alignItems: 'center',
57
57
  width: '100%',
@@ -73,7 +73,7 @@ const getItemStyles = (isPicker, isMoreResultsItem) => StyleSheet.create({
73
73
  margin: 10,
74
74
  },
75
75
  });
76
- const SelectionContainer = ({ style, objectList, displayValue, handleSelect, handleMoreResult, keyField = 'id', emptyValue = false, isPicker = false, selectedItem = [], readonly = false, translator, title, }) => {
76
+ const SelectionContainer = ({ style, objectList, displayValue, handleSelect, handleMoreResult, keyField = 'id', emptyValue = false, isPicker = false, selectedItem = [], readonly = false, translator, title, multiLineLabels = false, }) => {
77
77
  const Colors = useThemeColor();
78
78
  const [isMoreResultsItem, setIsMoreResultsItem] = useState(false);
79
79
  const listLength = useMemo(() => {
@@ -90,7 +90,12 @@ const SelectionContainer = ({ style, objectList, displayValue, handleSelect, han
90
90
  }
91
91
  }
92
92
  }, [isPicker, objectList]);
93
- const styles = useMemo(() => getStyles(Colors, listLength, emptyValue || isMoreResultsItem), [Colors, listLength, emptyValue, isMoreResultsItem]);
93
+ const selectionHeight = useMemo(() => {
94
+ return emptyValue || isMoreResultsItem
95
+ ? listLength * 40 + 45
96
+ : listLength * 40 + 5;
97
+ }, [emptyValue, isMoreResultsItem, listLength]);
98
+ const styles = useMemo(() => getStyles(Colors, selectionHeight), [Colors, selectionHeight]);
94
99
  const selectedKeys = useMemo(() => selectedItem?.map(_item => _item?.[keyField]) ?? [], [keyField, selectedItem]);
95
100
  const renderEmptyState = useCallback(() => {
96
101
  const _title = (checkNullString(title) ? translator?.('Base_Data') : title) ?? 'data';
@@ -112,7 +117,7 @@ const SelectionContainer = ({ style, objectList, displayValue, handleSelect, han
112
117
  const moreResultsItemContent = translator != null ? translator('Base_MoreResults') : 'More results...';
113
118
  return (<>
114
119
  {visibleObjects.map((item, index) => (<View key={'item' + index}>
115
- <SelectionItem key={item[keyField]?.toString()} content={displayValue(item)} onPress={() => handleSelect(item)} itemColor={item?.color} isPicker={isPicker} isSelectedItem={selectedKeys.includes(item[keyField])} readonly={readonly}/>
120
+ <SelectionItem key={item[keyField]?.toString()} content={displayValue(item)} onPress={() => handleSelect(item)} itemColor={item?.color} isPicker={isPicker} isSelectedItem={selectedKeys.includes(item[keyField])} readonly={readonly} multiLineLabels={multiLineLabels}/>
116
121
  <View key={'border' + index} style={index + 1 === objectList?.length ||
117
122
  (!isPicker && index + 1 === listLength)
118
123
  ? null
@@ -132,6 +137,7 @@ const SelectionContainer = ({ style, objectList, displayValue, handleSelect, han
132
137
  keyField,
133
138
  listLength,
134
139
  objectList,
140
+ multiLineLabels,
135
141
  readonly,
136
142
  selectedKeys,
137
143
  styles.border,
@@ -161,9 +167,9 @@ const SelectionContainer = ({ style, objectList, displayValue, handleSelect, han
161
167
  </ScrollView>
162
168
  </View>);
163
169
  };
164
- const getStyles = (Colors, listLength, addItem) => StyleSheet.create({
170
+ const getStyles = (Colors, height) => StyleSheet.create({
165
171
  flatListContainer: {
166
- height: addItem ? listLength * 40 + 45 : listLength * 40 + 5,
172
+ height: height,
167
173
  width: '100%',
168
174
  position: 'absolute',
169
175
  top: '94%',
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionContainer.js","sourceRoot":"","sources":["../../../../src/components/molecules/SelectionContainer/SelectionContainer.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SelectionContainer.js","sourceRoot":"","sources":["../../../../src/components/molecules/SelectionContainer/SelectionContainer.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -16,7 +16,8 @@ interface PickerProps {
16
16
  readonly?: boolean;
17
17
  required?: boolean;
18
18
  isScrollViewContainer?: boolean;
19
+ multiLineLabels?: boolean;
19
20
  translator?: (key: string, values?: Object) => string;
20
21
  }
21
- declare const Picker: ({ style, pickerStyle, styleTxt, title, placeholder, onValueChange, defaultValue, listItems, displayValue, labelField, valueField, emptyValue, isValueItem, readonly, required, isScrollViewContainer, translator, }: PickerProps) => React.JSX.Element;
22
+ declare const Picker: ({ style, pickerStyle, styleTxt, title, placeholder, onValueChange, defaultValue, listItems, displayValue, labelField, valueField, emptyValue, isValueItem, readonly, required, isScrollViewContainer, multiLineLabels, translator, }: PickerProps) => React.JSX.Element;
22
23
  export default Picker;
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -23,7 +23,7 @@ import { OUTSIDE_INDICATOR, useClickOutside, } from '../../../hooks/use-click-ou
23
23
  import { Icon, Text } from '../../atoms';
24
24
  import { FormInput, SelectionContainer, RightIconButton } from '../../molecules';
25
25
  const ITEM_HEIGHT = 40;
26
- const Picker = ({ style, pickerStyle, styleTxt, title, placeholder, onValueChange, defaultValue = '', listItems, displayValue, labelField, valueField, emptyValue = true, isValueItem = false, readonly = false, required = false, isScrollViewContainer = false, translator, }) => {
26
+ const Picker = ({ style, pickerStyle, styleTxt, title, placeholder, onValueChange, defaultValue = '', listItems, displayValue, labelField, valueField, emptyValue = true, isValueItem = false, readonly = false, required = false, isScrollViewContainer = false, multiLineLabels = false, translator, }) => {
27
27
  const Colors = useThemeColor();
28
28
  const [isFocused, setIsFocused] = useState(false);
29
29
  const [isOpen, setIsOpen] = useState(false);
@@ -100,15 +100,16 @@ const Picker = ({ style, pickerStyle, styleTxt, title, placeholder, onValueChang
100
100
  style,
101
101
  ]}>
102
102
  {!checkNullString(title) && (<Text style={[styles.title, styleTxt]}>{title}</Text>)}
103
- <RightIconButton numberOfLines={1} onPress={togglePicker} icon={<Icon name="chevron-down" color={Colors.secondaryColor_dark.background}/>} title={displayPlaceholder ? placeholder : _displayValue(selectedItem)} styleText={styles.textPicker} style={[
103
+ <RightIconButton numberOfLines={multiLineLabels ? null : 1} onPress={togglePicker} icon={<Icon name="chevron-down" color={Colors.secondaryColor_dark.background}/>} title={displayPlaceholder ? placeholder : _displayValue(selectedItem)} styleText={styles.textPicker} style={[
104
104
  commonStyles.filter,
105
105
  commonStyles.filterSize,
106
106
  commonStyles.filterAlign,
107
107
  isFocused && commonStyles.inputFocused,
108
108
  styles.content,
109
+ multiLineLabels && styles.adjustableHeight,
109
110
  pickerStyle,
110
111
  ]}/>
111
- {isOpen && (<SelectionContainer style={pickerStyle} emptyValue={emptyValue} objectList={listItems} keyField={valueField} displayValue={_displayValue} handleSelect={handleValueChange} isPicker={true} selectedItem={[selectedItem]} title={title} translator={translator}/>)}
112
+ {isOpen && (<SelectionContainer style={pickerStyle} emptyValue={emptyValue} objectList={listItems} keyField={valueField} displayValue={_displayValue} handleSelect={handleValueChange} isPicker={true} selectedItem={[selectedItem]} title={title} multiLineLabels={multiLineLabels} translator={translator}/>)}
112
113
  </View>);
113
114
  };
114
115
  const getStyles = (Colors, _required, marginBottom, isOpen, displayPlaceholder) => StyleSheet.create({
@@ -129,6 +130,10 @@ const getStyles = (Colors, _required, marginBottom, isOpen, displayPlaceholder)
129
130
  marginHorizontal: 0,
130
131
  minHeight: 40,
131
132
  },
133
+ adjustableHeight: {
134
+ height: undefined,
135
+ paddingVertical: 10,
136
+ },
132
137
  textPicker: {
133
138
  color: displayPlaceholder ? Colors.placeholderTextColor : Colors.text,
134
139
  fontSize: displayPlaceholder ? 15 : 16,
@@ -1 +1 @@
1
- {"version":3,"file":"Picker.js","sourceRoot":"","sources":["../../../../src/components/organisms/Picker/Picker.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Picker.js","sourceRoot":"","sources":["../../../../src/components/organisms/Picker/Picker.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,