* Changed the name of the example class in the mark up as it looks like the icon and the class name may need to be the same in order for umb-icon to work
* Removed the font icon classes in the umb-icon directive calls
* updates to remove class="icon", tidy up alignment in schedule overlay
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
The query result will always be -1, as the result is the amount of rows affected, but that is not applicable in these create queries. This may cause confusion as devs may wonder why for example 'CreatedIndex' is -1. This also seemed to be the only place where we actually use the result of `database.Execute`.
* Add rel="noopener" to anchor elements with target="_blank"
* Add rel="noopener" to language files as well
* Fix link, link tp https and link to umbraco.com
* Add noreferrer value
* Update Language keys for 'Public Access' to become 'Restrict Access' on the action menu
* Updated to be Restrict Public Access - to edge our bets
* merge latest, update casing
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Use color picker component in block list editor configuration
* Remove set color property
* Allow empty color
* Assign color value to properties
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Add buttons and convert icons to use the umb-icon directive
* removes class attribute from umb-icon, fixes self-closing th elements (th is non-void)
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Change div and img with ng-click events to be buttons and add a label for the caption input field
* Change back to old way of inserting icon
* Fix semantics and adjust styling
* Fix a11y and semantics
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Ensure the "clear" button is tabable and add accessibility attributes and texts for the overlay
* Add sr-only texts and useful aria attributes
* Convert i to umb-icon and fix wrong values in aria attributes
* Add translation mappings
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Move the wrapping div of the context-menu directive inside the directive instead
* Add focus lock, attributes and temporary hardcoded text description of the overlay
* Remove umb-auto-focus directive
* Add dictionary key for the visuallyhidden description
* Add tranlsation key for en-us
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>