title | issue | author |
---|---|---|
Add group single select component |
NEXT-18627 |
Timo Altholtmann |
- Added new component
sw-grouped-single-select
: src/app/component/form/select/base/sw-grouped-single-select/index.js
src/app/component/form/select/base/sw-grouped-single-select/sw-grouped-single-select.html.twig
src/app/component/form/select/base/sw-grouped-single-select/sw-grouped-single-select.scss
- Added function
availableGroups
insrc/app/component/rule/sw-condition-tree/index.js
- Added
translatedLabel
property to all conditions inavailableTypes
insrc/app/component/rule/sw-condition-tree/index.js
- Changed sorting of conditions in
availableTypes
insrc/app/component/rule/sw-condition-tree/index.js
- Added
availableGroups
function insrc/app/component/rule/sw-condition-tree/index.js
- Added property
availableGroups
insrc/app/component/rule/sw-condition-type-select/index.js
- Deprecated function
translatedTypes
insrc/app/component/rule/sw-condition-type-select/index.js
. The Function is no longer needed, usetranslatedLabel
property instead
- The function
translatedTypes
insrc/app/component/rule/sw-condition-type-select/index.js
is removed. UsetranslatedLabel
property of conditions.