@touchvue/chat 1.0.0-beta.53 → 1.0.0-beta.54
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/es/package.json.mjs +1 -1
- package/lib/package.json.js +1 -1
- package/package.json +1 -1
- package/theme/components/index.css +15 -15
- package/theme/img/file/doc.png +0 -0
- package/theme/img/file/docx.png +0 -0
- package/theme/img/file/gif.png +0 -0
- package/theme/img/file/html.png +0 -0
- package/theme/img/file/jpg.png +0 -0
- package/theme/img/file/mp3.png +0 -0
- package/theme/img/file/mp4.png +0 -0
- package/theme/img/file/music.png +0 -0
- package/theme/img/file/pdf.png +0 -0
- package/theme/img/file/png.png +0 -0
- package/theme/img/file/ppt.png +0 -0
- package/theme/img/file/pptx.png +0 -0
- package/theme/img/file/txt.png +0 -0
- package/theme/img/file/unknown.png +0 -0
- package/theme/img/file/xls.png +0 -0
- package/theme/img/file/xlsx.png +0 -0
- package/theme/index.css +15 -15
- package/theme/skin/default.css +15 -15
package/es/package.json.mjs
CHANGED
package/lib/package.json.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var name = "@touchvue/chat";
|
|
6
|
-
var version = "1.0.0-beta.
|
|
6
|
+
var version = "1.0.0-beta.54";
|
|
7
7
|
var description = "TouchVue Chat Component Library";
|
|
8
8
|
var main = "lib/index.js";
|
|
9
9
|
var module$1 = "es/index.mjs";
|
package/package.json
CHANGED
|
@@ -2005,49 +2005,49 @@ table.touchchat-table tr:hover {
|
|
|
2005
2005
|
background-size: 100% 100%;
|
|
2006
2006
|
}
|
|
2007
2007
|
.touchchat-file-icon.type-doc {
|
|
2008
|
-
background-image: url(
|
|
2008
|
+
background-image: url(../img/file/doc.png);
|
|
2009
2009
|
}
|
|
2010
2010
|
.touchchat-file-icon.type-jpg {
|
|
2011
|
-
background-image: url(
|
|
2011
|
+
background-image: url(../img/file/jpg.png);
|
|
2012
2012
|
}
|
|
2013
2013
|
.touchchat-file-icon.type-pdf {
|
|
2014
|
-
background-image: url(
|
|
2014
|
+
background-image: url(../img/file/pdf.png);
|
|
2015
2015
|
}
|
|
2016
2016
|
.touchchat-file-icon.type-txt {
|
|
2017
|
-
background-image: url(
|
|
2017
|
+
background-image: url(../img/file/txt.png);
|
|
2018
2018
|
}
|
|
2019
2019
|
.touchchat-file-icon.type-docx {
|
|
2020
|
-
background-image: url(
|
|
2020
|
+
background-image: url(../img/file/docx.png);
|
|
2021
2021
|
}
|
|
2022
2022
|
.touchchat-file-icon.type-mp3 {
|
|
2023
|
-
background-image: url(
|
|
2023
|
+
background-image: url(../img/file/mp3.png);
|
|
2024
2024
|
}
|
|
2025
2025
|
.touchchat-file-icon.type-png {
|
|
2026
|
-
background-image: url(
|
|
2026
|
+
background-image: url(../img/file/png.png);
|
|
2027
2027
|
}
|
|
2028
2028
|
.touchchat-file-icon.type-gif {
|
|
2029
|
-
background-image: url(
|
|
2029
|
+
background-image: url(../img/file/gif.png);
|
|
2030
2030
|
}
|
|
2031
2031
|
.touchchat-file-icon.type-mp4 {
|
|
2032
|
-
background-image: url(
|
|
2032
|
+
background-image: url(../img/file/mp4.png);
|
|
2033
2033
|
}
|
|
2034
2034
|
.touchchat-file-icon.type-ppt {
|
|
2035
|
-
background-image: url(
|
|
2035
|
+
background-image: url(../img/file/ppt.png);
|
|
2036
2036
|
}
|
|
2037
2037
|
.touchchat-file-icon.type-xls {
|
|
2038
|
-
background-image: url(
|
|
2038
|
+
background-image: url(../img/file/xls.png);
|
|
2039
2039
|
}
|
|
2040
2040
|
.touchchat-file-icon.type-html {
|
|
2041
|
-
background-image: url(
|
|
2041
|
+
background-image: url(../img/file/html.png);
|
|
2042
2042
|
}
|
|
2043
2043
|
.touchchat-file-icon.type-pptx {
|
|
2044
|
-
background-image: url(
|
|
2044
|
+
background-image: url(../img/file/pptx.png);
|
|
2045
2045
|
}
|
|
2046
2046
|
.touchchat-file-icon.type-xlsx {
|
|
2047
|
-
background-image: url(
|
|
2047
|
+
background-image: url(../img/file/xlsx.png);
|
|
2048
2048
|
}
|
|
2049
2049
|
.touchchat-file-icon.type-unknown {
|
|
2050
|
-
background-image: url(
|
|
2050
|
+
background-image: url(../img/file/unknown.png);
|
|
2051
2051
|
}
|
|
2052
2052
|
.touchchat-file-info {
|
|
2053
2053
|
flex: 1;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/theme/index.css
CHANGED
|
@@ -2008,49 +2008,49 @@ table.touchchat-table tr:hover {
|
|
|
2008
2008
|
background-size: 100% 100%;
|
|
2009
2009
|
}
|
|
2010
2010
|
.touchchat-file-icon.type-doc {
|
|
2011
|
-
background-image: url(./
|
|
2011
|
+
background-image: url(./img/file/doc.png);
|
|
2012
2012
|
}
|
|
2013
2013
|
.touchchat-file-icon.type-jpg {
|
|
2014
|
-
background-image: url(./
|
|
2014
|
+
background-image: url(./img/file/jpg.png);
|
|
2015
2015
|
}
|
|
2016
2016
|
.touchchat-file-icon.type-pdf {
|
|
2017
|
-
background-image: url(./
|
|
2017
|
+
background-image: url(./img/file/pdf.png);
|
|
2018
2018
|
}
|
|
2019
2019
|
.touchchat-file-icon.type-txt {
|
|
2020
|
-
background-image: url(./
|
|
2020
|
+
background-image: url(./img/file/txt.png);
|
|
2021
2021
|
}
|
|
2022
2022
|
.touchchat-file-icon.type-docx {
|
|
2023
|
-
background-image: url(./
|
|
2023
|
+
background-image: url(./img/file/docx.png);
|
|
2024
2024
|
}
|
|
2025
2025
|
.touchchat-file-icon.type-mp3 {
|
|
2026
|
-
background-image: url(./
|
|
2026
|
+
background-image: url(./img/file/mp3.png);
|
|
2027
2027
|
}
|
|
2028
2028
|
.touchchat-file-icon.type-png {
|
|
2029
|
-
background-image: url(./
|
|
2029
|
+
background-image: url(./img/file/png.png);
|
|
2030
2030
|
}
|
|
2031
2031
|
.touchchat-file-icon.type-gif {
|
|
2032
|
-
background-image: url(./
|
|
2032
|
+
background-image: url(./img/file/gif.png);
|
|
2033
2033
|
}
|
|
2034
2034
|
.touchchat-file-icon.type-mp4 {
|
|
2035
|
-
background-image: url(./
|
|
2035
|
+
background-image: url(./img/file/mp4.png);
|
|
2036
2036
|
}
|
|
2037
2037
|
.touchchat-file-icon.type-ppt {
|
|
2038
|
-
background-image: url(./
|
|
2038
|
+
background-image: url(./img/file/ppt.png);
|
|
2039
2039
|
}
|
|
2040
2040
|
.touchchat-file-icon.type-xls {
|
|
2041
|
-
background-image: url(./
|
|
2041
|
+
background-image: url(./img/file/xls.png);
|
|
2042
2042
|
}
|
|
2043
2043
|
.touchchat-file-icon.type-html {
|
|
2044
|
-
background-image: url(./
|
|
2044
|
+
background-image: url(./img/file/html.png);
|
|
2045
2045
|
}
|
|
2046
2046
|
.touchchat-file-icon.type-pptx {
|
|
2047
|
-
background-image: url(./
|
|
2047
|
+
background-image: url(./img/file/pptx.png);
|
|
2048
2048
|
}
|
|
2049
2049
|
.touchchat-file-icon.type-xlsx {
|
|
2050
|
-
background-image: url(./
|
|
2050
|
+
background-image: url(./img/file/xlsx.png);
|
|
2051
2051
|
}
|
|
2052
2052
|
.touchchat-file-icon.type-unknown {
|
|
2053
|
-
background-image: url(./
|
|
2053
|
+
background-image: url(./img/file/unknown.png);
|
|
2054
2054
|
}
|
|
2055
2055
|
.touchchat-file-info {
|
|
2056
2056
|
flex: 1;
|
package/theme/skin/default.css
CHANGED
|
@@ -2008,49 +2008,49 @@ table.touchchat-table tr:hover {
|
|
|
2008
2008
|
background-size: 100% 100%;
|
|
2009
2009
|
}
|
|
2010
2010
|
.touchchat-file-icon.type-doc {
|
|
2011
|
-
background-image: url(../
|
|
2011
|
+
background-image: url(../img/file/doc.png);
|
|
2012
2012
|
}
|
|
2013
2013
|
.touchchat-file-icon.type-jpg {
|
|
2014
|
-
background-image: url(../
|
|
2014
|
+
background-image: url(../img/file/jpg.png);
|
|
2015
2015
|
}
|
|
2016
2016
|
.touchchat-file-icon.type-pdf {
|
|
2017
|
-
background-image: url(../
|
|
2017
|
+
background-image: url(../img/file/pdf.png);
|
|
2018
2018
|
}
|
|
2019
2019
|
.touchchat-file-icon.type-txt {
|
|
2020
|
-
background-image: url(../
|
|
2020
|
+
background-image: url(../img/file/txt.png);
|
|
2021
2021
|
}
|
|
2022
2022
|
.touchchat-file-icon.type-docx {
|
|
2023
|
-
background-image: url(../
|
|
2023
|
+
background-image: url(../img/file/docx.png);
|
|
2024
2024
|
}
|
|
2025
2025
|
.touchchat-file-icon.type-mp3 {
|
|
2026
|
-
background-image: url(../
|
|
2026
|
+
background-image: url(../img/file/mp3.png);
|
|
2027
2027
|
}
|
|
2028
2028
|
.touchchat-file-icon.type-png {
|
|
2029
|
-
background-image: url(../
|
|
2029
|
+
background-image: url(../img/file/png.png);
|
|
2030
2030
|
}
|
|
2031
2031
|
.touchchat-file-icon.type-gif {
|
|
2032
|
-
background-image: url(../
|
|
2032
|
+
background-image: url(../img/file/gif.png);
|
|
2033
2033
|
}
|
|
2034
2034
|
.touchchat-file-icon.type-mp4 {
|
|
2035
|
-
background-image: url(../
|
|
2035
|
+
background-image: url(../img/file/mp4.png);
|
|
2036
2036
|
}
|
|
2037
2037
|
.touchchat-file-icon.type-ppt {
|
|
2038
|
-
background-image: url(../
|
|
2038
|
+
background-image: url(../img/file/ppt.png);
|
|
2039
2039
|
}
|
|
2040
2040
|
.touchchat-file-icon.type-xls {
|
|
2041
|
-
background-image: url(../
|
|
2041
|
+
background-image: url(../img/file/xls.png);
|
|
2042
2042
|
}
|
|
2043
2043
|
.touchchat-file-icon.type-html {
|
|
2044
|
-
background-image: url(../
|
|
2044
|
+
background-image: url(../img/file/html.png);
|
|
2045
2045
|
}
|
|
2046
2046
|
.touchchat-file-icon.type-pptx {
|
|
2047
|
-
background-image: url(../
|
|
2047
|
+
background-image: url(../img/file/pptx.png);
|
|
2048
2048
|
}
|
|
2049
2049
|
.touchchat-file-icon.type-xlsx {
|
|
2050
|
-
background-image: url(../
|
|
2050
|
+
background-image: url(../img/file/xlsx.png);
|
|
2051
2051
|
}
|
|
2052
2052
|
.touchchat-file-icon.type-unknown {
|
|
2053
|
-
background-image: url(../
|
|
2053
|
+
background-image: url(../img/file/unknown.png);
|
|
2054
2054
|
}
|
|
2055
2055
|
.touchchat-file-info {
|
|
2056
2056
|
flex: 1;
|