myrtex-mf-competition 1.0.74 → 1.0.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrtex-mf-competition",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0",
@@ -10,7 +10,7 @@
10
10
  <!-- название субсидии/отбора -->
11
11
  <!-- ограничить длину названия в 44 символов -->
12
12
  <!-- вставить в тултип полное название субсидии/отбора -->
13
- <span class="info-banner-item__text text-normal" [mrxCdkTooltip]="selected.name" [tooltipMaxWidth]="320">
13
+ <span class="info-banner-item__text text-normal" mrxCdkTooltip="selected.name" [tooltipMaxWidth]="320">
14
14
  {{ selected.shortName ? selected.shortName : 'Не указан' }}
15
15
  </span>
16
16
  </div>