* HTML Symantic error UL > LI >LI changes to UL > LI > UL > LI - ScreenReader reads propperly
* ensurce render if condition is meet. If any child render a subset of unorder list withs is list-items
* Add missing focus styling
* Add width modifier to link input
* same result without adding new classes
Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Use custom svg icon in grid editor row configuration
* Use umb-icon in grid editor placeholder
* Use control icon in grid editor placeholder
* use umb-icon in itempicker to ensure svg icons are displayed
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Use umb-icon component
* Specify button type attribute
* Use umb-search-filter component
* Adjust styling of item picker
* Replace trash icons with umb-icon
* Replace a few icons in umb-grid-selector as well
* Use umb-icon in datatype picker
* Ensure icons are styles correct in legacy format
* Use umb-icon component in macro parameter editors and fix wrong end closing tag from button element
* Use umb-icon in macro parameter editor overlay
* Replace angular.extend with Utilities.extend
* Replace more references of angular.extend with Utilities.extend
* Replace angular.extend
* Replace last reference of angular.extend except in Utilities itself
* Use spread operator
* Add spread operator
* Use existing format with empty destination object
* Configurate Babel to work with JS spread operator
* Use default for loose property which is "false"
* use alias for angular.extend - removes need for any other changes and makes multiple arguments easy
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Variant sorting should take into account that there might not be any language available
* fix languages
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
Co-authored-by: Mads Rasmussen <madsr@hey.com>
(cherry picked from commit e19a5989e9)
* The listview search within a dialog (eg. minilistview) shows the loading indicator forever for zero results #10193
* Updated comment.
* Another updated comment.
Co-authored-by: Adam Nelson <anelson@bauerxcelmedia.com.au>
* Fix wrong end closing tag
* Add button type attribute
* Assign null instead of undefined
* Left align text in row button
* Assign temporary rows to currentLayout
* Cleanup output
* Register functions in vm
* Move nameChanged property to init function
* Don't set toggled as checked when switching columns in row
* Use existing behaviour to set allowAll
* Remove vm.layout again
* copy rows when adding new section + clean up rows on submit and close
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
Co-authored-by: Mads Rasmussen <madsr@hey.com>
* skipValidation for content save
* Correcting merge
* Use warning style when saving
* final corrections
* skip client side validation
* remove log
* show invariant property validation issues in the save dialog
* use warning color for .show-validation-type-warning
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
Co-authored-by: Mads Rasmussen <madsr@hey.com>