@chat21/chat21-web-widget 5.0.52 → 5.0.53-rc.2
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/.github/workflows/docker-community-push-latest.yml +1 -0
- package/.github/workflows/docker-image-tag-community-tag-push.yml +1 -0
- package/CHANGELOG.md +16 -0
- package/Dockerfile +2 -2
- package/angular.json +4 -21
- package/deploy_amazon_beta.sh +1 -1
- package/deploy_amazon_prod.sh +1 -1
- package/package.json +17 -18
- package/src/app/app.component.scss +38 -10
- package/src/app/app.component.ts +2 -0
- package/src/app/app.module.ts +5 -3
- package/src/app/component/conversation-detail/conversation/conversation.component.html +13 -1
- package/src/app/component/conversation-detail/conversation/conversation.component.scss +19 -0
- package/src/app/component/conversation-detail/conversation/conversation.component.ts +50 -9
- package/src/app/component/conversation-detail/conversation-content/conversation-content.component.spec.ts +0 -2
- package/src/app/component/conversation-detail/conversation-content/conversation-content.component.ts +0 -10
- package/src/app/component/conversation-detail/conversation-footer/conversation-footer.component.ts +22 -0
- package/src/app/component/form/form-builder/form-builder.component.ts +1 -1
- package/src/app/component/form/inputs/form-checkbox/form-checkbox.component.ts +1 -1
- package/src/app/component/form/inputs/form-label/form-label.component.ts +1 -1
- package/src/app/component/form/inputs/form-text/form-text.component.ts +2 -2
- package/src/app/component/form/inputs/form-textarea/form-textarea.component.ts +2 -2
- package/src/app/component/form/prechat-form/prechat-form.component.ts +1 -1
- package/src/app/component/home/home.component.html +7 -15
- package/src/app/component/message/bubble-message/bubble-message.component.html +1 -4
- package/src/app/component/message/bubble-message/bubble-message.component.ts +1 -37
- package/src/app/component/message/image/image.component.ts +1 -9
- package/src/app/component/message/info-message/info-message.component.html +3 -3
- package/src/app/component/message/info-message/info-message.component.ts +0 -10
- package/src/app/directives/tooltip.directive.spec.ts +8 -0
- package/src/app/directives/tooltip.directive.ts +46 -0
- package/src/app/providers/global-settings.service.ts +2 -2
- package/src/app/utils/rules.ts +13 -0
- package/src/base_script.html +57 -0
- package/src/chat21-core/providers/abstract/archivedconversations-handler.service.ts +5 -5
- package/src/chat21-core/providers/abstract/conversation-handler.service.ts +6 -6
- package/src/chat21-core/providers/abstract/conversations-handler.service.ts +6 -6
- package/src/chat21-core/providers/abstract/groups-handler.service.ts +5 -5
- package/src/chat21-core/providers/abstract/logger.service.ts +1 -0
- package/src/chat21-core/providers/abstract/messagingAuth.service.ts +2 -2
- package/src/chat21-core/providers/abstract/presence.service.ts +2 -2
- package/src/chat21-core/providers/abstract/typing.service.ts +2 -2
- package/src/chat21-core/providers/abstract/upload.service.ts +1 -1
- package/src/chat21-core/providers/firebase/firebase-archivedconversations-handler.ts +1 -1
- package/src/chat21-core/providers/firebase/firebase-groups-handler.ts +1 -1
- package/src/chat21-core/providers/logger/customLogger.ts +4 -0
- package/src/chat21-core/providers/mqtt/mqtt-archivedconversations-handler.ts +1 -1
- package/src/chat21-core/providers/mqtt/mqtt-conversations-handler.ts +0 -1
- package/src/chat21-core/providers/mqtt/mqtt-groups-handler.ts +1 -1
- package/src/chat21-core/utils/constants.ts +3 -2
- package/src/chat21-core/utils/utils.ts +2 -0
- package/src/launch.js +4 -61
- package/src/polyfills.ts +0 -10
- package/src/test.ts +3 -1
- package/tsconfig.json +5 -3
- package/dist/3rdpartylicenses.txt +0 -942
- package/dist/assets/i18n/en.json +0 -94
- package/dist/assets/i18n/es.json +0 -90
- package/dist/assets/i18n/fr.json +0 -90
- package/dist/assets/i18n/it.json +0 -90
- package/dist/assets/images/avatar_bot_tiledesk.svg +0 -1
- package/dist/assets/images/chat_human_avatar.svg +0 -12
- package/dist/assets/images/f21ico-done.svg +0 -1
- package/dist/assets/images/f21ico-done_all.svg +0 -1
- package/dist/assets/images/f21ico-schedule.svg +0 -1
- package/dist/assets/images/file-alt-solid.png +0 -0
- package/dist/assets/images/light_avatar_placeholder.svg +0 -1
- package/dist/assets/images/tommy_bot_tiledesk.svg +0 -48
- package/dist/assets/images/website_mockup.jpg +0 -0
- package/dist/assets/js/chat21client.js +0 -1066
- package/dist/assets/js/mqtt/4.1.0/mqtt.min.js +0 -1
- package/dist/assets/js/mqtt/4.2.6/mqtt.min.js +0 -1
- package/dist/assets/js/mqtt/4.2.8/mqtt.min.js +0 -1
- package/dist/assets/sounds/Carme.mp3 +0 -0
- package/dist/assets/sounds/justsaying.mp3 +0 -0
- package/dist/assets/sounds/pling.mp3 +0 -0
- package/dist/assets/styles/tiledesk_v1.scss +0 -22
- package/dist/assets/twp/chatbot-panel.html +0 -424
- package/dist/assets/twp/index-dev.html +0 -2430
- package/dist/assets/twp/index.html +0 -603
- package/dist/assets/twp/tiledesk_widget_files/bootstrap.min.css +0 -5
- package/dist/assets/twp/tiledesk_widget_files/bootstrap.min.js +0 -7
- package/dist/assets/twp/tiledesk_widget_files/facebook.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/font-awesome.min.css +0 -4
- package/dist/assets/twp/tiledesk_widget_files/icon +0 -23
- package/dist/assets/twp/tiledesk_widget_files/jquery.min.js +0 -2
- package/dist/assets/twp/tiledesk_widget_files/linkedin.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo-black.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo-mobile.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo-short.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo@2x-black.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/telegram.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/twitter.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/website-poly.min.css +0 -5623
- package/dist/assets/twp/tiledesk_widget_files/whatsapp.png +0 -0
- package/dist/environments/real_data/widget-config-docker.json +0 -28
- package/dist/environments/real_data/widget-config-firebase.json +0 -30
- package/dist/environments/real_data/widget-config-mqtt.json +0 -27
- package/dist/environments/real_data/widget-config-native-mqtt.json +0 -28
- package/dist/environments/real_data/widget-config-native-prod.json +0 -27
- package/dist/f21ico-done.svg +0 -1
- package/dist/f21ico-done_all.svg +0 -1
- package/dist/f21ico-schedule.svg +0 -1
- package/dist/favicon.ico +0 -0
- package/dist/iframe-style.css +0 -189
- package/dist/index.html +0 -16
- package/dist/launch.js +0 -428
- package/dist/main.js +0 -1
- package/dist/polyfills-es5.js +0 -1
- package/dist/polyfills.js +0 -1
- package/dist/runtime.js +0 -1
- package/dist/scripts.js +0 -1
- package/dist/styles.css +0 -1
- package/dist/styles.js +0 -1
- package/dist/test-auth-remote.html +0 -95
- package/dist/test-auth.html +0 -49
- package/dist/test-buttons.html +0 -147
- package/dist/test-custom-auth.html +0 -50
- package/dist/test-new.html +0 -231
- package/dist/test.html +0 -142
- package/dist/tiledesk.js +0 -72
- package/dist/vendor.js +0 -1
- package/dist/widget-config-template.json +0 -29
- package/dist/widget-config.json +0 -29
- package/e2e/protractor.conf.js +0 -32
- package/src/environments/environment.pre.ts +0 -42
- package/src/environments/environment.prod.ts +0 -40
- package/src/environments/environment.ts +0 -41
- package/src/environments/real_data/widget-config-docker.json +0 -28
- package/src/environments/real_data/widget-config-firebase.json +0 -30
- package/src/environments/real_data/widget-config-mqtt.json +0 -27
- package/src/environments/real_data/widget-config-native-mqtt.json +0 -28
- package/src/environments/real_data/widget-config-native-prod.json +0 -27
- package/src/test-auth-remote.html +0 -95
- package/src/test-auth.html +0 -49
- package/src/test-buttons.html +0 -147
|
Binary file
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"chatEngine": "mqtt",
|
|
3
|
-
"uploadEngine": "native",
|
|
4
|
-
"pushEngine":"mqtt",
|
|
5
|
-
"fileUploadAccept":"*/*",
|
|
6
|
-
"logLevel": "DEBUG",
|
|
7
|
-
"remoteTranslationsUrl": "http://localhost:3000/",
|
|
8
|
-
"firebaseConfig": {
|
|
9
|
-
"apiKey": "CHANGEIT",
|
|
10
|
-
"authDomain": "CHANGEIT",
|
|
11
|
-
"databaseURL": "CHANGEIT",
|
|
12
|
-
"projectId": "CHANGEIT",
|
|
13
|
-
"storageBucket": "CHANGEIT",
|
|
14
|
-
"messagingSenderId": "CHANGEIT",
|
|
15
|
-
"appId": "CHANGEIT",
|
|
16
|
-
"tenant": "tilechat"
|
|
17
|
-
},
|
|
18
|
-
"chat21Config": {
|
|
19
|
-
"appId": "tilechat",
|
|
20
|
-
"MQTTendpoint": "ws://localhost:15675/ws",
|
|
21
|
-
"APIendpoint": "http://localhost:8004/api",
|
|
22
|
-
"_log": true
|
|
23
|
-
},
|
|
24
|
-
"apiUrl": "http://localhost:3000/",
|
|
25
|
-
"baseImageUrl": "http://localhost:3000/",
|
|
26
|
-
"dashboardUrl": "http://localhost:8081/dashboard/",
|
|
27
|
-
"authPersistence": "LOCAL"
|
|
28
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"chatEngine": "firebase",
|
|
3
|
-
"uploadEngine": "firebase",
|
|
4
|
-
"pushEngine": "firebase",
|
|
5
|
-
"fileUploadAccept":"*/*",
|
|
6
|
-
"logLevel": "DEBUG",
|
|
7
|
-
"remoteTranslationsUrl": "https://tiledesk-server-pre.herokuapp.com/",
|
|
8
|
-
"firebaseConfig": {
|
|
9
|
-
"apiKey": "AIzaSyCoWXHNvP1-qOllCpTshhC6VjPXeRTK0T4",
|
|
10
|
-
"authDomain": "chat21-pre-01.firebaseapp.com",
|
|
11
|
-
"databaseURL": "https://chat21-pre-01.firebaseio.com",
|
|
12
|
-
"projectId": "chat21-pre-01",
|
|
13
|
-
"storageBucket": "chat21-pre-01.appspot.com",
|
|
14
|
-
"messagingSenderId": "269505353043",
|
|
15
|
-
"appId": "1:269505353043:web:b82af070572669e3707da6",
|
|
16
|
-
"tenant": "tilechat"
|
|
17
|
-
},
|
|
18
|
-
"chat21Config": {
|
|
19
|
-
"appId": "CHANGEIT",
|
|
20
|
-
"MQTTendpoint": "CHANGEIT",
|
|
21
|
-
"APIendpoint": "CHANGEIT"
|
|
22
|
-
},
|
|
23
|
-
"apiUrl": "https://tiledesk-server-pre.herokuapp.com/",
|
|
24
|
-
"baseImageUrl": "https://firebasestorage.googleapis.com/v0/b/",
|
|
25
|
-
"dashboardUrl": "https://support-pre.tiledesk.com/dashboard/",
|
|
26
|
-
"authPersistence": "LOCAL",
|
|
27
|
-
"enbedJs": true
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"chatEngine": "mqtt",
|
|
3
|
-
"uploadEngine": "native",
|
|
4
|
-
"pushEngine":"mqtt",
|
|
5
|
-
"fileUploadAccept":"*/*",
|
|
6
|
-
"logLevel": "DEBUG",
|
|
7
|
-
"remoteTranslationsUrl": "http://99.80.197.164:3000/",
|
|
8
|
-
"firebaseConfig": {
|
|
9
|
-
"apiKey": "CHANGEIT",
|
|
10
|
-
"authDomain": "CHANGEIT",
|
|
11
|
-
"databaseURL": "CHANGEIT",
|
|
12
|
-
"projectId": "CHANGEIT",
|
|
13
|
-
"storageBucket": "CHANGEIT",
|
|
14
|
-
"messagingSenderId": "CHANGEIT",
|
|
15
|
-
"appId": "CHANGEIT",
|
|
16
|
-
"tenant": "CHANGEIT"
|
|
17
|
-
},
|
|
18
|
-
"chat21Config": {
|
|
19
|
-
"appId": "tilechat",
|
|
20
|
-
"MQTTendpoint": "ws://99.80.197.164:15675/ws",
|
|
21
|
-
"APIendpoint": "http://99.80.197.164:8004/api",
|
|
22
|
-
"_log": true
|
|
23
|
-
},
|
|
24
|
-
"apiUrl": "http://99.80.197.164:3000/",
|
|
25
|
-
"baseImageUrl": "http://99.80.197.164:3000/",
|
|
26
|
-
"authPersistence": "LOCAL"
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"chatEngine": "mqtt",
|
|
3
|
-
"uploadEngine": "native",
|
|
4
|
-
"pushEngine":"mqtt",
|
|
5
|
-
"fileUploadAccept":"*/*",
|
|
6
|
-
"logLevel": "error",
|
|
7
|
-
"remoteTranslationsUrl": "https://console.native.tiledesk.com/api/",
|
|
8
|
-
"firebaseConfig": {
|
|
9
|
-
"apiKey": "CHANGEIT",
|
|
10
|
-
"authDomain": "CHANGEIT",
|
|
11
|
-
"databaseURL": "CHANGEIT",
|
|
12
|
-
"projectId": "CHANGEIT",
|
|
13
|
-
"storageBucket": "CHANGEIT",
|
|
14
|
-
"messagingSenderId": "CHANGEIT",
|
|
15
|
-
"appId": "CHANGEIT",
|
|
16
|
-
"tenant": "CHANGEIT"
|
|
17
|
-
},
|
|
18
|
-
"chat21Config": {
|
|
19
|
-
"appId": "tilechat",
|
|
20
|
-
"MQTTendpoint": "wss://console.native.tiledesk.com/mqws/ws",
|
|
21
|
-
"APIendpoint": "https://console.native.tiledesk.com/chatapi/api",
|
|
22
|
-
"_log": true
|
|
23
|
-
},
|
|
24
|
-
"apiUrl": "https://console.native.tiledesk.com/api/",
|
|
25
|
-
"baseImageUrl": "https://console.native.tiledesk.com/api/",
|
|
26
|
-
"dashboardUrl": "https://console.native.tiledesk.com/dashboard",
|
|
27
|
-
"authPersistence": "LOCAL"
|
|
28
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"chatEngine": "mqtt",
|
|
3
|
-
"uploadEngine": "native",
|
|
4
|
-
"pushEngine":"mqtt",
|
|
5
|
-
"fileUploadAccept":"*/*",
|
|
6
|
-
"logLevel": "debug",
|
|
7
|
-
"remoteTranslationsUrl": "https://api.tiledesk.com/v3/",
|
|
8
|
-
"firebaseConfig": {
|
|
9
|
-
"apiKey": "AIzaSyDKfdKrlD7AYcbQ-U-xxgV-b3FUQ4xt7NM",
|
|
10
|
-
"authDomain": "tiledesk-prod-v2.firebaseapp.com",
|
|
11
|
-
"databaseURL": "https://tiledesk-prod-v2.firebaseio.com",
|
|
12
|
-
"projectId": "tiledesk-prod-v2",
|
|
13
|
-
"storageBucket": "tiledesk-prod-v2.appspot.com",
|
|
14
|
-
"messagingSenderId": "92907897826",
|
|
15
|
-
"appId": "1:92907897826:web:f255664014a7cc14ee2fbb",
|
|
16
|
-
"tenant": "tilechat"
|
|
17
|
-
},
|
|
18
|
-
"chat21Config": {
|
|
19
|
-
"appId": "tilechat",
|
|
20
|
-
"MQTTendpoint": "wss://eu.rtmv3.tiledesk.com/mqws/ws",
|
|
21
|
-
"APIendpoint": "https://eu.rtmv3.tiledesk.com/chatapi/api",
|
|
22
|
-
"log": true
|
|
23
|
-
},
|
|
24
|
-
"apiUrl": "https://api.tiledesk.com/v3/",
|
|
25
|
-
"baseImageUrl": "https://eu.rtmv3.tiledesk.com/api/",
|
|
26
|
-
"authPersistence": "LOCAL"
|
|
27
|
-
}
|
package/dist/f21ico-done.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:none;}</style></defs><title>ic_done</title><g id="Livello_2" data-name="Livello 2"><g id="Livello_1-2" data-name="Livello 1"><path class="cls-1" d="M0,0H18V18H0Z"/><path d="M6.75,12.15,3.6,9,2.55,10l4.2,4.2,9-9-1-1.05Z"/></g></g></svg>
|
package/dist/f21ico-done_all.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:none;}</style></defs><title>ic_done_all</title><g id="Livello_2" data-name="Livello 2"><g id="Livello_1-2" data-name="Livello 1"><path class="cls-1" d="M0,0H18V18H0Z"/><path d="M13.5,5.25,12.44,4.19,7.69,8.95,8.74,10Zm3.18-1.06L8.74,12.13,5.61,9,4.55,10.06l4.19,4.19,9-9ZM.31,10.06,4.5,14.25l1.06-1.06L1.37,9Z"/></g></g></svg>
|
package/dist/f21ico-schedule.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:none;}</style></defs><title>ic_schedule</title><g id="Livello_2" data-name="Livello 2"><g id="Livello_1-2" data-name="Livello 1"><path d="M9,1.5A7.5,7.5,0,1,0,16.5,9,7.5,7.5,0,0,0,9,1.5ZM9,15a6,6,0,1,1,6-6A6,6,0,0,1,9,15Z"/><path class="cls-1" d="M0,0H18V18H0Z"/><path d="M9.38,5.25H8.25v4.5l3.94,2.36.56-.92-3.37-2Z"/></g></g></svg>
|
package/dist/favicon.ico
DELETED
|
Binary file
|
package/dist/iframe-style.css
DELETED
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
#tiledesk-container {
|
|
2
|
-
position: fixed;
|
|
3
|
-
right: 0px;
|
|
4
|
-
bottom: 0px;
|
|
5
|
-
width: auto;
|
|
6
|
-
height: auto;
|
|
7
|
-
display: none;
|
|
8
|
-
z-index: 2000000000; /*999999*/;
|
|
9
|
-
}
|
|
10
|
-
#tiledeskdiv {
|
|
11
|
-
/* width: 100%;
|
|
12
|
-
height: calc(100% - 40px);
|
|
13
|
-
max-width: 420px;
|
|
14
|
-
min-width: 416px;
|
|
15
|
-
max-height: 640px; */
|
|
16
|
-
width: 376px;
|
|
17
|
-
height: calc(100% - 40px);
|
|
18
|
-
max-width: 696px; /*376px;*/
|
|
19
|
-
min-width: 376px;
|
|
20
|
-
max-height: 620px;
|
|
21
|
-
right: 0px;
|
|
22
|
-
bottom: 0px;
|
|
23
|
-
display: block;
|
|
24
|
-
position: fixed;
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
#tiledeskdiv.decreaseSize {
|
|
29
|
-
/* transition: width 1s, height 1s; */
|
|
30
|
-
transition: all 1s ease-out;
|
|
31
|
-
width: 376px;
|
|
32
|
-
max-height: 620px;
|
|
33
|
-
/* animation: right-animate 1s ease infinite alternate; */
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#tiledeskdiv.increaseSize {
|
|
38
|
-
/* transition: width 1s, height 1s; */
|
|
39
|
-
transition: all 1s ease-in;
|
|
40
|
-
width: 696px;
|
|
41
|
-
max-height: 712px;
|
|
42
|
-
/* animation: right-animate 1s ease infinite alternate; */
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@keyframes right-animate {
|
|
47
|
-
0% {
|
|
48
|
-
transform: translateX(140px);
|
|
49
|
-
}
|
|
50
|
-
100% {
|
|
51
|
-
transform: translateX(20px);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
#tiledesk-container.closed #tiledeskdiv {
|
|
56
|
-
width: 100px; /* 100X100 */
|
|
57
|
-
height: 100px;
|
|
58
|
-
min-width: auto;
|
|
59
|
-
min-height: auto;
|
|
60
|
-
box-shadow: none; /* NEW GAB */
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
#tiledesk-container.closed #tiledeskdiv.callout {
|
|
64
|
-
/* width: 400px;
|
|
65
|
-
height: 100px;
|
|
66
|
-
min-width: 400px; */
|
|
67
|
-
width: 100% !important;
|
|
68
|
-
min-width: 400px;
|
|
69
|
-
max-width: 400px;
|
|
70
|
-
}
|
|
71
|
-
#tiledesk-container.closed #tiledeskdiv.messagePreview {
|
|
72
|
-
width: 340px;
|
|
73
|
-
height: 300px;
|
|
74
|
-
min-width: 340px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
#tiledeskiframe {
|
|
78
|
-
position: absolute;
|
|
79
|
-
width: inherit;
|
|
80
|
-
height: 100%;
|
|
81
|
-
border-width: 0px;
|
|
82
|
-
/*max-height: 620px;*/
|
|
83
|
-
margin: 0px;
|
|
84
|
-
margin: 0px;
|
|
85
|
-
display: none;
|
|
86
|
-
background-color: transparent;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
#tiledesk-container.open #tiledeskiframe {
|
|
90
|
-
display: block;
|
|
91
|
-
/*width: 376px;*/
|
|
92
|
-
/* -webkit-animation: fade-in-shadow 0.4s ease-in 0.0s both;
|
|
93
|
-
animation: fade-in-shadow 0.4s ease-in 0.0s both; */
|
|
94
|
-
/* border-radius: 16px; */
|
|
95
|
-
/* box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px; */
|
|
96
|
-
/* margin: 10px; */
|
|
97
|
-
}
|
|
98
|
-
#tiledesk-container.open #tiledeskdiv.shadow {
|
|
99
|
-
transition: box-shadow 0.8s ease-in;
|
|
100
|
-
box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 36px 0px; /*NEW GAB*/
|
|
101
|
-
}
|
|
102
|
-
/* @-webkit-keyframes fade-in-shadow {
|
|
103
|
-
0% { box-shadow: rgba(0, 0, 0, 0.0) 0 0 0px; }
|
|
104
|
-
100% { box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px; }
|
|
105
|
-
}
|
|
106
|
-
@keyframes sk-bouncedelay {
|
|
107
|
-
0% { box-shadow: rgba(0, 0, 0, 0.0) 0 0 0px; }
|
|
108
|
-
100% { box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px; }
|
|
109
|
-
} */
|
|
110
|
-
|
|
111
|
-
#tiledesk-container.closed #tiledeskiframe {
|
|
112
|
-
display: block;
|
|
113
|
-
box-shadow: none;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
#tiledeskiframe .full-screen-mode {
|
|
118
|
-
width: 100%;
|
|
119
|
-
height: 100%;
|
|
120
|
-
right: 0px;
|
|
121
|
-
top: 0px;
|
|
122
|
-
left: 0px;
|
|
123
|
-
bottom: 0px;
|
|
124
|
-
border-radius: 0px;
|
|
125
|
-
max-height: none;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
/**************
|
|
130
|
-
// nk: .chat21-sheet CUSTOM DIMENSIONS WHEN THE WINDOW WIDTH IS < 451PX
|
|
131
|
-
***************/
|
|
132
|
-
|
|
133
|
-
@media (max-width: 451px) {
|
|
134
|
-
#tiledeskiframe {
|
|
135
|
-
max-height: inherit;
|
|
136
|
-
margin: 0;
|
|
137
|
-
}
|
|
138
|
-
#tiledesk-container {
|
|
139
|
-
width: 100%;
|
|
140
|
-
height: 100%;
|
|
141
|
-
}
|
|
142
|
-
#tiledesk-container.open #tiledeskiframe {
|
|
143
|
-
width: 100%;
|
|
144
|
-
height: 100%;
|
|
145
|
-
margin-right: 0px;
|
|
146
|
-
margin-bottom: 0px;
|
|
147
|
-
left: 0!important;
|
|
148
|
-
right: 0!important;
|
|
149
|
-
top: 0!important;
|
|
150
|
-
bottom: 0!important;
|
|
151
|
-
border-radius: 0px;
|
|
152
|
-
}
|
|
153
|
-
#tiledesk-container.closed {
|
|
154
|
-
width: auto;
|
|
155
|
-
height: auto;
|
|
156
|
-
}
|
|
157
|
-
#tiledeskdiv {
|
|
158
|
-
width: 100%;
|
|
159
|
-
height: 100%;
|
|
160
|
-
/* left: auto; */
|
|
161
|
-
/* left: 0px!important;
|
|
162
|
-
right: 0px!important; */
|
|
163
|
-
top: auto;
|
|
164
|
-
/* bottom: 0px!important; THIS IS FOR DEFAULT BY mobileMarginY property*/
|
|
165
|
-
max-width: 100%;
|
|
166
|
-
max-height: 100%;
|
|
167
|
-
min-width: 320px;
|
|
168
|
-
}
|
|
169
|
-
/* #tiledeskdiv.align-right {
|
|
170
|
-
right: 0!important;
|
|
171
|
-
}
|
|
172
|
-
#tiledeskdiv.align-left {
|
|
173
|
-
left: 0!important;
|
|
174
|
-
} */
|
|
175
|
-
#tiledesk-container.closed #tiledeskdiv.callout {
|
|
176
|
-
min-width: auto;
|
|
177
|
-
max-width: 100%;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.tiledesk-popup{
|
|
183
|
-
opacity: 1;
|
|
184
|
-
position: absolute;
|
|
185
|
-
inset: 0px;
|
|
186
|
-
outline-offset: -5px;
|
|
187
|
-
background-color: rgba(0, 0, 0, 0.35);
|
|
188
|
-
will-change: opacity;
|
|
189
|
-
}
|
package/dist/index.html
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head>
|
|
2
|
-
<meta charset="utf-8">
|
|
3
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
4
|
-
<title>Tilechat Widget</title>
|
|
5
|
-
<base href="">
|
|
6
|
-
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
7
|
-
|
|
8
|
-
<!--script src="/assets/js/chat21client.js"></script>-->
|
|
9
|
-
<!-- <script src="https://unpkg.com/mqtt@4.1.0/dist/mqtt.min.js"></script> -->
|
|
10
|
-
|
|
11
|
-
<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
12
|
-
<body>
|
|
13
|
-
<chat-root></chat-root>
|
|
14
|
-
<script src="runtime.js" defer></script><script src="polyfills-es5.js" nomodule defer></script><script src="polyfills.js" defer></script><script src="styles.js" defer></script><script src="scripts.js" defer></script><script src="vendor.js" defer></script><script src="main.js" defer></script>
|
|
15
|
-
|
|
16
|
-
</body></html>
|