File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
component-angular/property
calculation/calculation-editor
story-angular/src/lib/settings Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- < div class ="ngm-theme-dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group ">
1+ < div class ="ngm-theme-dark dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group ">
22 < div class ="w-full flex justify-start items-center mb-2 " cdkDrag cdkDragRootElement =".cdk-overlay-pane " cdkDragHandle >
33 < mat-icon displayDensity ="cosy " class ="-ml-2 opacity-0 group-hover:opacity-80 "> drag_indicator</ mat-icon >
44 < span class ="text-lg pointer-events-none ">
Original file line number Diff line number Diff line change 7171 (click) ="$event.stopPropagation();$event.preventDefault(); ">
7272 < button mat-button color ="primary " ngmAppearance ="dashed " class ="ngm-property-select__create-calculation w-full "
7373 (click) ="$event.stopPropagation();onCreateCalculation($event) ">
74- < div class ="flex justify-center items-center ">
74+ < div class ="flex justify-center items-center whitespace-nowrap text-ellipsis overflow-hidden ">
7575 < mat-icon > add</ mat-icon >
76- {{ 'COMPONENTS.PROPERTY.CREATE_CALCULATION' | translate: {Default: 'Create Calculation'} }}
76+ < span > {{ 'COMPONENTS.PROPERTY.CREATE_CALCULATION' | translate: {Default: 'Create Calculation'} }}</ span >
7777 </ div >
7878 </ button >
7979 </ mat-option >
Original file line number Diff line number Diff line change 1- < div class ="ngm-theme-dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group ">
1+ < div class ="ngm-theme-dark dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group ">
22 < div class ="w-full flex justify-start items-center my-2 " cdkDrag cdkDragRootElement =".cdk-overlay-pane " cdkDragHandle >
33 < mat-icon displayDensity ="cosy " class ="-ml-2 opacity-0 group-hover:opacity-80 "> drag_indicator</ mat-icon >
44 < span class ="text-lg pointer-events-none ">
Original file line number Diff line number Diff line change 1- < div class ="ngm-theme-dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group ">
1+ < div class ="ngm-theme-dark dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group ">
22 < div class ="w-full flex justify-start items-center my-2 " cdkDrag cdkDragRootElement =".cdk-overlay-pane " cdkDragHandle >
33 < mat-icon displayDensity ="cosy " class ="-ml-2 opacity-0 group-hover:opacity-80 "> drag_indicator</ mat-icon >
44 < span class ="text-lg pointer-events-none ">
You can’t perform that action at this time.
0 commit comments