Skip to content

Commit

Permalink
public project
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 13, 2023
1 parent f9c4b9c commit 8fdaff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"private": false,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/cdk": "^14.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,20 @@
</div> -->
</div>

<div size="4" class="cds-elements" mat-button>
<!-- EVENT -->
<!-- EVENT -->
<!-- <div size="4" class="cds-elements" mat-button>
<div class="cds-element" (click)="onAddNewElement()" (mouseout)="onCloseMenu()" (mouseleave)="onCloseMenu()"
(mouseover)="onOpenMenu(divEvent, TYPE_OF_MENU.EVENT)" #divEvent>
<div class="cds-button-element">
<div class="cds-box-button">
<span class="box-img">
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
<path fill="currentColor" d="M4.086 2.445a11 11 0 0 1 14.683.768l.008.008A11 11 0 0 1 4.086 19.555a.825.825 0 0 1 1.037-1.283A9.35 9.35 0 0 0 17.618 4.395l-.008-.007a9.35 9.35 0 0 0-12.487-.66.825.825 0 0 1-1.037-1.283zM5.5 5.5a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm9.934.243A7.442 7.442 0 0 1 17.6 11a7.442 7.442 0 0 1-2.166 5.257.825.825 0 1 1-1.168-1.164A5.793 5.793 0 0 0 15.95 11a5.793 5.793 0 0 0-1.684-4.093.825.825 0 1 1 1.168-1.164zM5.5 7.15a3.85 3.85 0 1 0 0 7.7 3.85 3.85 0 0 0 0-7.7zm7.893.907c.572.838.907 1.853.907 2.943a5.204 5.204 0 0 1-.91 2.947.825.825 0 1 1-1.362-.931A3.555 3.555 0 0 0 12.65 11c0-.748-.229-1.44-.62-2.013a.825.825 0 1 1 1.363-.93z"></path>
</svg> -->
<img class="active-icon" src="assets/images/icons/event.svg">
</span>
<span class="box-title">{{ 'Event' | translate}}</span>
</div>
</div>
</div>
</div>
</div> -->

<div #menuElement id="menuElement"
[style.display]="isOpen?'block':'none'"
Expand Down

0 comments on commit 8fdaff9

Please sign in to comment.