@chat21/chat21-ionic 3.0.61-rc15 → 3.0.61-rc16

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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.0.61-rc16
4
+ - Does not allow teammates with agent role to access the "settings sidebar"
5
+
3
6
  ### 3.0.61-rc15
4
7
  - Increase the size of the emoji and remove the background color when it is sent or received without text
5
8
  - Adds the ability to open sidebar menu items in a new tab by combining left mouse button + CMD keyboard key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
- "version": "3.0.61-rc15",
3
+ "version": "3.0.61-rc16",
4
4
  "author": "Tiledesk SRL",
5
5
  "homepage": "https://tiledesk.com/",
6
6
  "scripts": {
@@ -213,7 +213,7 @@
213
213
  <!-- ----------------------------------------------------------------------------------- -->
214
214
  <!-- SETTINGS // old: goToSettings_CannedResponses() *ngIf="USER_ROLE !== 'agent'" (click)="goToWidgetSetUpOrToCannedResponses()" -->
215
215
  <!-- ----------------------------------------------------------------------------------- -->
216
- <li matTooltipClass="custom-mat-tooltip"
216
+ <li *ngIf="USER_ROLE !== 'agent'" matTooltipClass="custom-mat-tooltip"
217
217
  matTooltip="{{ settings_lbl }}" #tooltip="matTooltip" matTooltipPosition='right' matTooltipHideDelay="100" style="text-align: center;">
218
218
  <a target="_self" href="{{ dashboard_settings_url }}" class="customAncor">
219
219
  <i class="material-icons sidebar-icons">settings</i>