@chat21/chat21-ionic 3.4.14-rc1 → 3.4.14
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,4 +1,18 @@
|
|
|
1
|
-
#
|
|
1
|
+
# **CHAT21 IONIC - Changelog**
|
|
2
|
+
|
|
3
|
+
### **Authors**:
|
|
4
|
+
*Gabriele Panico* <br>
|
|
5
|
+
*Dario De Pascalis* <br>
|
|
6
|
+
*Giovanni Troisi* <br>
|
|
7
|
+
*Nicola Lanzilotto* <br>
|
|
8
|
+
### **Copyrigth**:
|
|
9
|
+
*Tiledesk SRL*
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# 3.4.14 in PROD
|
|
13
|
+
|
|
14
|
+
# 3.4.14-rc2
|
|
15
|
+
- **changed**: minor improvement sendemail modal textarea
|
|
2
16
|
|
|
3
17
|
# 3.4.14-rc1
|
|
4
18
|
- **added**: moved copilot from message-text-area to header-conversaion-detail
|
package/package.json
CHANGED
|
@@ -26,12 +26,16 @@ ion-content{
|
|
|
26
26
|
}
|
|
27
27
|
.field-wrapper-email{
|
|
28
28
|
height: 75%;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
29
31
|
ion-textarea{
|
|
30
32
|
min-height: calc(100% - 70px);
|
|
31
33
|
max-height: calc(100% - 70px);
|
|
32
34
|
|
|
33
|
-
&::ng-deep
|
|
34
|
-
|
|
35
|
+
&::ng-deep {
|
|
36
|
+
textarea {
|
|
37
|
+
height: 100% !important;
|
|
38
|
+
}
|
|
35
39
|
}
|
|
36
40
|
}
|
|
37
41
|
}
|