-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 12280: Fix validation error and add small features
Apply several changes: - Fix validation inside blocklist - Add titles to icons for tooltips - Add a button to remove the icon - Update frontend dependencies
- Loading branch information
1 parent
9011fe3
commit 541f5df
Showing
11 changed files
with
1,411 additions
and
1,291 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...ter.Umbraco.IcomoonPicker/App_plugins/Infocaster.Umbraco.IcomoonPicker/editor/editor.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<ng-icomoonpicker-editor></ng-icomoonpicker-editor> | ||
<ng-form name="icomoonEditorForm"> | ||
<input type="hidden" name="modelValue" ng-model="model.value" ng-required="model.validation.mandatory" /> | ||
</ng-form> |
85 changes: 48 additions & 37 deletions
85
...ocaster.Umbraco.IcomoonPicker/App_plugins/Infocaster.Umbraco.IcomoonPicker/script.iife.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ter.Umbraco.IcomoonPicker/App_plugins/Infocaster.Umbraco.IcomoonPicker/script.iife.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/Infocaster.Umbraco.IcomoonPicker/frontend/public/editor/editor.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<ng-icomoonpicker-editor></ng-icomoonpicker-editor> | ||
<ng-form name="icomoonEditorForm"> | ||
<input type="hidden" name="modelValue" ng-model="model.value" ng-required="model.validation.mandatory" /> | ||
</ng-form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.