* Feature: Set the URL field as required and focus on it
* Added mandatory asterix to webhook url label
---------
Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
* Adds Document URL Repository
* Extracts Document Workspace Info Links to its own component
Refactored to use the new Document URL Repository.
Plus other housekeeping on the main Document Workspace Info component.
* Refactored Document Workspace Info History component
to listen for the "Request Reload Structure" event
* Refactored Document Workspace Info Reference component
* Adds `hideTarget` flag
* Sets default modal size to "medium"
* Code tidy-up
* Updates "defaultdialogs_linkinternal" localizations
to remove the `:` suffix (from all languages)
* Applied `standalone` to single Document Picker item
* Adds `icon` to the document/media detail types
* Link Picker modal: total refactor!
Swaps the inline trees with input pickers.
Makes use of `<umb-property-layout>` component.
+ plenty of TLC in the UI/UX!
* Sets the `allowedMediaTypeIds` for media picker filtering
e.g. folders are not selectable
* tiptop min height configuration
* Removed `min-height`; credit to @innovoix
* Clarified the use of `display:flex`
* Changed to use `height` instead of `min-height`
as this will control the maximum height of the editor input area.
---------
Co-authored-by: leekelleher <leekelleher@gmail.com>
(cherry picked from commit 7c54064f59)
* tiptop min height configuration
* Removed `min-height`; credit to @innovoix
* Clarified the use of `display:flex`
* Changed to use `height` instead of `min-height`
as this will control the maximum height of the editor input area.
---------
Co-authored-by: leekelleher <leekelleher@gmail.com>
* Sets `umb-collection-action-bundle` to use `display:contents`
This should only display if the component has any contents.
* Refactored Dictionary collection toolbar
* Refactored Document collection toolbar
Deprecates `umb-document-collection-toolbar`
* Refactored Media collection toolbar
Deprecates `umb-media-collection-toolbar`
* Refactored Extension collection toolbar
Enables support for future Create and Views functionality.
* Exported collection element classes as `element`
deprecated the "default" export
* Adds `elementName` constant
* Refactored UserGroup collection toolbar
Deprecates `umb-user-group-collection-header`
* Code formatting
* Added `umb-collection-filter-field` component
Reusable filter field for a collection toolbar.
* Used `umb-collection-filter-field` component
on existing collections, removed duplicated code.
* Reverted adding `elementName` constant
Seems that this may cause issues with the eslint plugin
(for ensuring element names start with "umb-").