@bytebrand/fe-ui-core 4.0.267 → 4.0.268

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.0.267",
3
+ "version": "4.0.268",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -66,7 +66,7 @@ class BasicDataWidgetMobile extends React.Component<IMakeModelProps & IMakeModel
66
66
  const {
67
67
  MMS_GROUPS, BODY_TYPE, FIRST_REGISTRATION, MILEAGE, POWER, RATE, PRICE, CONSUMPTION, SEATS, DOORS, FUEL,
68
68
  onFilterChange, onChangeFilterControls, onAddMmsGroup, onRemoveMmsGroup, onDropDownFocus,
69
- MM_GROUPS_EXCLUDE, onAddMmExcludeGroup, onRemoveMmExcludeGroup, t, showModal, hideModal
69
+ MM_GROUPS_EXCLUDE, onAddMmExcludeGroup, onRemoveMmExcludeGroup, t, showModal, hideModal, onAddMmsGroupClick
70
70
  } = this.props;
71
71
  const commonProps = { t, onChange: onFilterChange };
72
72
 
@@ -74,7 +74,7 @@ class BasicDataWidgetMobile extends React.Component<IMakeModelProps & IMakeModel
74
74
  ...commonProps,
75
75
  MMS_GROUPS,
76
76
  BODY_TYPE,
77
- onAddMmsGroup,
77
+ onAddMmsGroup: onAddMmsGroupClick,
78
78
  onRemoveMmsGroup,
79
79
  onDropDownFocus,
80
80
  aggregation: BODY_TYPE.aggregation || {},