customer-chat-sdk 1.0.0 → 1.0.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/README.md +16 -13
- package/dist/core/CustomerSDK.d.ts.map +1 -1
- package/dist/core/IframeManager.d.ts.map +1 -1
- package/dist/customer-sdk.cjs.js +38 -14
- package/dist/customer-sdk.esm.js +38 -14
- package/dist/customer-sdk.min.js +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -3
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,17 +17,22 @@
|
|
|
17
17
|
### CDN 引入
|
|
18
18
|
|
|
19
19
|
```html
|
|
20
|
-
<script src="https://cdn.
|
|
20
|
+
<script src="https://cdn.jsdelivr.net/npm/customer-chat-sdk@1.0.1/dist/customer-sdk.min.js"></script>
|
|
21
21
|
<script>
|
|
22
22
|
CustomerSDK.init({
|
|
23
23
|
agent: 'your_agent_id',
|
|
24
24
|
userId: 'user_123',
|
|
25
25
|
token: 'jwt_token',
|
|
26
|
-
|
|
26
|
+
iframeUrl: 'https://chat.example.com'
|
|
27
27
|
});
|
|
28
28
|
</script>
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
**或者使用 unpkg:**
|
|
32
|
+
```html
|
|
33
|
+
<script src="https://unpkg.com/customer-chat-sdk@1.0.1/dist/customer-sdk.min.js"></script>
|
|
34
|
+
```
|
|
35
|
+
|
|
31
36
|
### NPM 安装
|
|
32
37
|
|
|
33
38
|
```bash
|
|
@@ -40,7 +45,7 @@ CustomerSDK.init({
|
|
|
40
45
|
agent: 'your_agent_id',
|
|
41
46
|
userId: 'user_123',
|
|
42
47
|
token: 'jwt_token',
|
|
43
|
-
|
|
48
|
+
iframeUrl: 'https://chat.example.com'
|
|
44
49
|
});
|
|
45
50
|
```
|
|
46
51
|
|
|
@@ -54,7 +59,7 @@ await CustomerSDK.init({
|
|
|
54
59
|
agent: 'agent_123',
|
|
55
60
|
userId: 'user_456',
|
|
56
61
|
token: 'jwt_token_here',
|
|
57
|
-
|
|
62
|
+
iframeUrl: 'https://chat.example.com',
|
|
58
63
|
debug: true
|
|
59
64
|
});
|
|
60
65
|
|
|
@@ -84,7 +89,7 @@ await CustomerSDK.init({
|
|
|
84
89
|
agent: 'your_agent_id',
|
|
85
90
|
userId: 'your_user_id',
|
|
86
91
|
token: 'your_jwt_token',
|
|
87
|
-
|
|
92
|
+
iframeUrl: 'https://chat.example.com',
|
|
88
93
|
apiBaseUrl: 'https://api.example.com',
|
|
89
94
|
debug: true
|
|
90
95
|
}, {
|
|
@@ -117,8 +122,7 @@ interface SDKConfig {
|
|
|
117
122
|
agent: string; // 代理商ID
|
|
118
123
|
userId: string; // 用户ID
|
|
119
124
|
token: string; // 认证令牌
|
|
120
|
-
|
|
121
|
-
apiBaseUrl?: string; // API基础地址
|
|
125
|
+
iframeUrl: string; // iframe聊天页面URL (必需)
|
|
122
126
|
debug?: boolean; // 调试模式
|
|
123
127
|
}
|
|
124
128
|
```
|
|
@@ -162,15 +166,14 @@ interface SDKConfig {
|
|
|
162
166
|
|
|
163
167
|
SDK会向iframe URL自动添加以下参数:
|
|
164
168
|
|
|
165
|
-
- `
|
|
166
|
-
- `
|
|
167
|
-
- `
|
|
168
|
-
- `
|
|
169
|
-
- `debug`: 调试模式
|
|
169
|
+
- `Agent`: 代理商ID
|
|
170
|
+
- `Authorization`: 认证令牌
|
|
171
|
+
- `DeviceSign`: 设备指纹ID(通过FingerprintJS自动获取)
|
|
172
|
+
- `Referrer`: 页面来源
|
|
170
173
|
|
|
171
174
|
**最终URL示例:**
|
|
172
175
|
```
|
|
173
|
-
https://chat.example.com?
|
|
176
|
+
https://chat.example.com?Agent=demo_app&Authorization=test_token_1703123456789&DeviceSign=abc123xyz&Referrer=https://example.com
|
|
174
177
|
```
|
|
175
178
|
|
|
176
179
|
## 🔧 响应式设计
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerSDK.d.ts","sourceRoot":"","sources":["../../src/core/CustomerSDK.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAKpC,qBAAa,WAAW;IACtB,OAAO,CAAC,MAAM,CAAyB;IACvC,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,aAAa,CAAQ;;IAI7B;;OAEG;IACG,IAAI,CAAC,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC;IAwC5C;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,SAAS,IAAI,IAAI;IAIjB;;OAEG;IACH,UAAU,IAAI,OAAO;IAIrB;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAM7B;;OAEG;IACH,mBAAmB,IAAI;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE;IAI7C;;OAEG;IACH,gBAAgB,CAAC,UAAU,GAAE,MAAM,GAAG,MAAU,EAAE,OAAO,GAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAO,GAAG,IAAI;IAoB7G;;OAEG;IACH,iBAAiB,IAAI,IAAI;IAIzB;;OAEG;IACH,OAAO,IAAI,IAAI;IAUf;;OAEG;YACW,WAAW;IAkBzB;;OAEG;IACH,OAAO,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"CustomerSDK.d.ts","sourceRoot":"","sources":["../../src/core/CustomerSDK.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAKpC,qBAAa,WAAW;IACtB,OAAO,CAAC,MAAM,CAAyB;IACvC,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,aAAa,CAAQ;;IAI7B;;OAEG;IACG,IAAI,CAAC,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC;IAwC5C;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,SAAS,IAAI,IAAI;IAIjB;;OAEG;IACH,UAAU,IAAI,OAAO;IAIrB;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAM7B;;OAEG;IACH,mBAAmB,IAAI;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE;IAI7C;;OAEG;IACH,gBAAgB,CAAC,UAAU,GAAE,MAAM,GAAG,MAAU,EAAE,OAAO,GAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAO,GAAG,IAAI;IAoB7G;;OAEG;IACH,iBAAiB,IAAI,IAAI;IAIzB;;OAEG;IACH,OAAO,IAAI,IAAI;IAUf;;OAEG;YACW,WAAW;IAkBzB;;OAEG;IACH,OAAO,CAAC,cAAc;CAsBvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IframeManager.d.ts","sourceRoot":"","sources":["../../src/core/IframeManager.ts"],"names":[],"mappings":"AAEA,UAAU,aAAa;IACrB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,OAAO,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAe;IAC7B,OAAO,CAAC,aAAa,CAAiC;IACtD,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,gBAAgB,CAA2B;IACnD,OAAO,CAAC,MAAM,CAAQ;IACtB,OAAO,CAAC,SAAS,CAAQ;gBAEb,MAAM,GAAE,aAAkB;IAatC;;;OAGG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAc3B;;OAEG;IACH,IAAI,IAAI,IAAI;IA6DZ;;OAEG;IACH,IAAI,IAAI,IAAI;IAIZ;;OAEG;IACH,IAAI,IAAI,IAAI;IA8BZ;;OAEG;IACH,KAAK,IAAI,IAAI;IAIb;;OAEG;IACH,OAAO,IAAI,IAAI;IAaf;;OAEG;IACH,YAAY,IAAI,OAAO;IAIvB;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAM7B;;OAEG;IACH,OAAO,CAAC,aAAa;IA8BrB;;OAEG;IACH,OAAO,CAAC,YAAY;
|
|
1
|
+
{"version":3,"file":"IframeManager.d.ts","sourceRoot":"","sources":["../../src/core/IframeManager.ts"],"names":[],"mappings":"AAEA,UAAU,aAAa;IACrB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,OAAO,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAe;IAC7B,OAAO,CAAC,aAAa,CAAiC;IACtD,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,gBAAgB,CAA2B;IACnD,OAAO,CAAC,MAAM,CAAQ;IACtB,OAAO,CAAC,SAAS,CAAQ;gBAEb,MAAM,GAAE,aAAkB;IAatC;;;OAGG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAc3B;;OAEG;IACH,IAAI,IAAI,IAAI;IA6DZ;;OAEG;IACH,IAAI,IAAI,IAAI;IAIZ;;OAEG;IACH,IAAI,IAAI,IAAI;IA8BZ;;OAEG;IACH,KAAK,IAAI,IAAI;IAIb;;OAEG;IACH,OAAO,IAAI,IAAI;IAaf;;OAEG;IACH,YAAY,IAAI,OAAO;IAIvB;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAM7B;;OAEG;IACH,OAAO,CAAC,aAAa;IA8BrB;;OAEG;IACH,OAAO,CAAC,YAAY;IAoHpB;;OAEG;IACH,OAAO,CAAC,kBAAkB;IA0D1B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAmCzB;;OAEG;IACH,OAAO,CAAC,cAAc;IAkFtB;;OAEG;IACH,OAAO,CAAC,cAAc;IAKtB;;OAEG;IACH,OAAO,CAAC,aAAa;IAOrB;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAS5B;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAsB3B;;OAEG;IACH,OAAO,CAAC,YAAY;CAMrB"}
|
package/dist/customer-sdk.cjs.js
CHANGED
|
@@ -173,6 +173,7 @@ class IconManager {
|
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
// SDKConfig import removed as it's not used in this file
|
|
176
177
|
class IframeManager {
|
|
177
178
|
constructor(config = {}) {
|
|
178
179
|
this.iframeElement = null;
|
|
@@ -371,6 +372,33 @@ class IframeManager {
|
|
|
371
372
|
// 设置iframe属性
|
|
372
373
|
this.iframeElement.src = this.config.src || '';
|
|
373
374
|
this.iframeElement.frameBorder = '0';
|
|
375
|
+
// 添加必要权限(只保留常用的)
|
|
376
|
+
this.iframeElement.setAttribute('allow', [
|
|
377
|
+
'microphone', // 麦克风权限
|
|
378
|
+
'camera', // 摄像头权限
|
|
379
|
+
'geolocation', // 地理位置权限
|
|
380
|
+
'clipboard-read', // 剪贴板读取权限
|
|
381
|
+
'clipboard-write', // 剪贴板写入权限
|
|
382
|
+
'fullscreen', // 全屏权限
|
|
383
|
+
'autoplay', // 自动播放权限
|
|
384
|
+
'encrypted-media' // 加密媒体权限
|
|
385
|
+
].join('; '));
|
|
386
|
+
// 设置sandbox属性(允许所有必要功能)
|
|
387
|
+
this.iframeElement.setAttribute('sandbox', [
|
|
388
|
+
'allow-same-origin', // 允许同源
|
|
389
|
+
'allow-scripts', // 允许脚本
|
|
390
|
+
'allow-forms', // 允许表单
|
|
391
|
+
'allow-popups', // 允许弹窗
|
|
392
|
+
'allow-popups-to-escape-sandbox', // 允许弹窗逃逸沙箱
|
|
393
|
+
'allow-presentation', // 允许演示
|
|
394
|
+
'allow-top-navigation', // 允许顶级导航
|
|
395
|
+
'allow-top-navigation-by-user-activation', // 允许用户激活的顶级导航
|
|
396
|
+
'allow-downloads', // 允许下载
|
|
397
|
+
'allow-modals', // 允许模态框
|
|
398
|
+
'allow-orientation-lock', // 允许方向锁定
|
|
399
|
+
'allow-pointer-lock', // 允许指针锁定
|
|
400
|
+
'allow-storage-access-by-user-activation' // 允许用户激活的存储访问
|
|
401
|
+
].join(' '));
|
|
374
402
|
// 根据设备类型设置滚动行为
|
|
375
403
|
const actualMode = this.getActualMode();
|
|
376
404
|
const isPC = actualMode === 'popup';
|
|
@@ -4097,21 +4125,17 @@ class CustomerServiceSDK {
|
|
|
4097
4125
|
* 构建iframe URL(带用户参数和设备ID)
|
|
4098
4126
|
*/
|
|
4099
4127
|
buildIframeUrl(config, deviceId) {
|
|
4100
|
-
const baseUrl = config.
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4128
|
+
const baseUrl = config.iframeUrl;
|
|
4129
|
+
if (!baseUrl || baseUrl.trim() === '') {
|
|
4130
|
+
throw new Error('iframeUrl is required but not provided or is empty');
|
|
4131
|
+
}
|
|
4132
|
+
const url = new URL(baseUrl);
|
|
4104
4133
|
// 添加用户参数
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
debug: config.debug ? 'true' : 'false'
|
|
4111
|
-
});
|
|
4112
|
-
const finalUrl = `${url}?${params.toString()}`;
|
|
4113
|
-
console.log('🔗 Final iframe URL:', finalUrl);
|
|
4114
|
-
return finalUrl;
|
|
4134
|
+
url.searchParams.set('Agent', config.agent);
|
|
4135
|
+
url.searchParams.set('Authorization', config.token);
|
|
4136
|
+
url.searchParams.set('DeviceSign', deviceId);
|
|
4137
|
+
url.searchParams.set('Referrer', document.referrer);
|
|
4138
|
+
return url.toString();
|
|
4115
4139
|
}
|
|
4116
4140
|
}
|
|
4117
4141
|
// 创建全局实例
|
package/dist/customer-sdk.esm.js
CHANGED
|
@@ -169,6 +169,7 @@ class IconManager {
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
+
// SDKConfig import removed as it's not used in this file
|
|
172
173
|
class IframeManager {
|
|
173
174
|
constructor(config = {}) {
|
|
174
175
|
this.iframeElement = null;
|
|
@@ -367,6 +368,33 @@ class IframeManager {
|
|
|
367
368
|
// 设置iframe属性
|
|
368
369
|
this.iframeElement.src = this.config.src || '';
|
|
369
370
|
this.iframeElement.frameBorder = '0';
|
|
371
|
+
// 添加必要权限(只保留常用的)
|
|
372
|
+
this.iframeElement.setAttribute('allow', [
|
|
373
|
+
'microphone', // 麦克风权限
|
|
374
|
+
'camera', // 摄像头权限
|
|
375
|
+
'geolocation', // 地理位置权限
|
|
376
|
+
'clipboard-read', // 剪贴板读取权限
|
|
377
|
+
'clipboard-write', // 剪贴板写入权限
|
|
378
|
+
'fullscreen', // 全屏权限
|
|
379
|
+
'autoplay', // 自动播放权限
|
|
380
|
+
'encrypted-media' // 加密媒体权限
|
|
381
|
+
].join('; '));
|
|
382
|
+
// 设置sandbox属性(允许所有必要功能)
|
|
383
|
+
this.iframeElement.setAttribute('sandbox', [
|
|
384
|
+
'allow-same-origin', // 允许同源
|
|
385
|
+
'allow-scripts', // 允许脚本
|
|
386
|
+
'allow-forms', // 允许表单
|
|
387
|
+
'allow-popups', // 允许弹窗
|
|
388
|
+
'allow-popups-to-escape-sandbox', // 允许弹窗逃逸沙箱
|
|
389
|
+
'allow-presentation', // 允许演示
|
|
390
|
+
'allow-top-navigation', // 允许顶级导航
|
|
391
|
+
'allow-top-navigation-by-user-activation', // 允许用户激活的顶级导航
|
|
392
|
+
'allow-downloads', // 允许下载
|
|
393
|
+
'allow-modals', // 允许模态框
|
|
394
|
+
'allow-orientation-lock', // 允许方向锁定
|
|
395
|
+
'allow-pointer-lock', // 允许指针锁定
|
|
396
|
+
'allow-storage-access-by-user-activation' // 允许用户激活的存储访问
|
|
397
|
+
].join(' '));
|
|
370
398
|
// 根据设备类型设置滚动行为
|
|
371
399
|
const actualMode = this.getActualMode();
|
|
372
400
|
const isPC = actualMode === 'popup';
|
|
@@ -4093,21 +4121,17 @@ class CustomerServiceSDK {
|
|
|
4093
4121
|
* 构建iframe URL(带用户参数和设备ID)
|
|
4094
4122
|
*/
|
|
4095
4123
|
buildIframeUrl(config, deviceId) {
|
|
4096
|
-
const baseUrl = config.
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4124
|
+
const baseUrl = config.iframeUrl;
|
|
4125
|
+
if (!baseUrl || baseUrl.trim() === '') {
|
|
4126
|
+
throw new Error('iframeUrl is required but not provided or is empty');
|
|
4127
|
+
}
|
|
4128
|
+
const url = new URL(baseUrl);
|
|
4100
4129
|
// 添加用户参数
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
debug: config.debug ? 'true' : 'false'
|
|
4107
|
-
});
|
|
4108
|
-
const finalUrl = `${url}?${params.toString()}`;
|
|
4109
|
-
console.log('🔗 Final iframe URL:', finalUrl);
|
|
4110
|
-
return finalUrl;
|
|
4130
|
+
url.searchParams.set('Agent', config.agent);
|
|
4131
|
+
url.searchParams.set('Authorization', config.token);
|
|
4132
|
+
url.searchParams.set('DeviceSign', deviceId);
|
|
4133
|
+
url.searchParams.set('Referrer', document.referrer);
|
|
4134
|
+
return url.toString();
|
|
4111
4135
|
}
|
|
4112
4136
|
}
|
|
4113
4137
|
// 创建全局实例
|
package/dist/customer-sdk.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).CustomerSDK={})}(this,function(e){"use strict";class t{constructor(){this.iconElement=null,this.badgeElement=null,this.onClickCallback=null,this.notificationCallback=null}async show(){this.iconElement||(this.iconElement=document.createElement("div"),this.iconElement.className="customer-sdk-icon",Object.assign(this.iconElement.style,{position:"fixed",width:"60px",height:"60px",backgroundColor:"#007bff",borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",zIndex:"999999",boxShadow:"0 4px 12px rgba(0, 0, 0, 0.15)",userSelect:"none",transition:"transform 0.2s ease",border:"none",outline:"none",bottom:"20px",right:"20px"}),this.iconElement.textContent="💬",this.iconElement.style.fontSize="24px",this.iconElement.style.color="#ffffff",this.iconElement.addEventListener("click",this.handleClick.bind(this)),document.body.appendChild(this.iconElement))}hide(){this.iconElement&&(this.iconElement.remove(),this.iconElement=null,this.onClickCallback=null)}setPosition(e){}setStyle(e){}onClick(e){this.onClickCallback=e}onNotification(e){this.notificationCallback=e}showNotification(e){if(!this.iconElement)return;const{showBadge:t=!0,badgeCount:n=0,badgeText:i="",pulse:o=!1}=e;(t||n>0)&&this.createBadge(n,i,o),this.notificationCallback&&this.notificationCallback({badgeCount:n,badgeText:i,pulse:o})}clearNotification(){this.badgeElement&&(this.badgeElement.remove(),this.badgeElement=null)}handleClick(){this.onClickCallback&&this.onClickCallback()}createBadge(e,t="",n=!1){this.clearNotification(),this.badgeElement=document.createElement("div"),this.badgeElement.className="customer-sdk-icon-badge",this.badgeElement.textContent=e>0?e>99?"99+":e.toString():t||"",Object.assign(this.badgeElement.style,{position:"absolute",top:"-2px",right:"-2px",minWidth:"18px",height:"18px",borderRadius:"50%",backgroundColor:"#ff4444",color:"#ffffff",fontSize:"10px",fontWeight:"bold",display:"flex",alignItems:"center",justifyContent:"center",zIndex:"1000001",boxShadow:"0 -1px 4px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15)",...0===e&&""===t&&{width:"10px",height:"10px",minWidth:"10px"},...n&&{animation:"sdk-badge-pulse 1.5s infinite"}}),this.iconElement&&this.iconElement.appendChild(this.badgeElement)}}class n{constructor(e={}){this.iframeElement=null,this.overlayElement=null,this.containerElement=null,this.isOpen=!1,this.isCreated=!1,this.config={src:"",mode:"auto",width:400,height:600,allowClose:!0,...e},this.setupMessageListener()}async init(){try{this.createIframe(),this.isCreated=!0}catch(e){throw e}}show(){if(!this.isOpen){if(!this.isCreated)throw new Error("Iframe not initialized. Call init() first.");try{const e="popup"===this.getActualMode();e&&this.createOverlay(),this.containerElement&&(e?(Object.assign(this.containerElement.style,{position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",visibility:"visible",opacity:"1",display:"block"}),this.overlayElement?.appendChild(this.containerElement)):(Object.assign(this.containerElement.style,{position:"fixed",visibility:"visible",opacity:"1",display:"block"}),this.preventBodyScroll(!0)),this.config.allowClose&&!this.containerElement.querySelector(".customer-sdk-close-btn")&&this.addCloseButton()),this.isOpen=!0}catch(e){}}}open(){this.show()}hide(){if(!this.isOpen)return;this.containerElement&&Object.assign(this.containerElement.style,{visibility:"hidden",opacity:"0",display:"none"}),this.overlayElement&&(this.overlayElement.remove(),this.overlayElement=null);"fullscreen"===this.getActualMode()&&this.preventBodyScroll(!1),this.isOpen=!1}close(){this.hide()}destroy(){this.hide(),this.containerElement&&(this.containerElement.remove(),this.containerElement=null,this.iframeElement=null),this.isCreated=!1}isIframeOpen(){return this.isOpen}sendToIframe(e){this.iframeElement&&this.iframeElement.contentWindow&&this.iframeElement.contentWindow.postMessage(e,"*")}createOverlay(){this.overlayElement=document.createElement("div"),this.overlayElement.className="customer-sdk-overlay",Object.assign(this.overlayElement.style,{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",backgroundColor:"rgba(0, 0, 0, 0.5)",zIndex:"999998",display:"flex",alignItems:"center",justifyContent:"center",cursor:this.config.allowClose?"pointer":"default"}),this.config.allowClose&&this.overlayElement.addEventListener("click",e=>{e.target===this.overlayElement&&this.close()}),document.body.appendChild(this.overlayElement)}createIframe(){this.containerElement=document.createElement("div"),this.containerElement.className="customer-sdk-container",this.iframeElement=document.createElement("iframe"),this.iframeElement.className="customer-sdk-iframe",this.iframeElement.src=this.config.src||"",this.iframeElement.frameBorder="0";const e="popup"===this.getActualMode();this.iframeElement.scrolling=e?"auto":"no";const t={width:e?`${this.config.width}px`:"100vw",height:e?`${this.config.height}px`:"100vh",maxWidth:e?"450px":"100vw",maxHeight:e?"700px":"100vh",backgroundColor:"#ffffff",borderRadius:e?"12px":"12px 12px 0 0",boxShadow:e?"0 20px 40px rgba(0, 0, 0, 0.15)":"0 -4px 16px rgba(0, 0, 0, 0.25)",border:"none",position:"fixed",zIndex:"999999",...e?{top:"50%",left:"50%",transform:"translate(-50%, -50%)"}:{top:"0",left:"0",bottom:"0",right:"0",transform:"none",overflow:"hidden"},visibility:"hidden",opacity:"0",display:"none"};Object.assign(this.containerElement.style,t);const n={width:"100%",height:"100%",border:"none",borderRadius:"inherit",...e?{}:{overflow:"hidden",scrollbarWidth:"none",msOverflowStyle:"none",WebkitScrollbar:"none"}};Object.assign(this.iframeElement.style,n),this.containerElement.appendChild(this.iframeElement),this.iframeElement.addEventListener("load",()=>{e||this.injectMobileStyles()}),document.body.appendChild(this.containerElement)}injectMobileStyles(){if(this.iframeElement)try{const e=this.iframeElement.contentDocument||this.iframeElement.contentWindow?.document;if(e){const t=e.createElement("style");t.textContent="\n /* 移动端iframe全屏样式优化 */\n * {\n -webkit-overflow-scrolling: touch !important;\n }\n \n body, html, #app, .container {\n overflow: auto !important;\n -webkit-overflow-scrolling: touch !important;\n }\n \n /* 隐藏所有滚动条 */\n ::-webkit-scrollbar {\n width: 0px !important;\n height: 0px !important;\n background: transparent !important;\n }\n \n /* Firefox */\n html {\n scrollbar-width: none !important;\n }\n \n /* IE/Edge */\n body {\n -ms-overflow-style: none !important;\n }\n \n /* 确保内容可以滚动 */\n body {\n overflow: auto !important;\n height: 100vh !important;\n margin: 0 !important;\n padding: 0 !important;\n }\n ",e.head?.appendChild(t)}}catch(e){}}preventBodyScroll(e){if(e){const e=window.scrollY;Object.assign(document.body.style,{position:"fixed",top:`-${e}px`,width:"100%",overflow:"hidden"}),document.body.setAttribute("data-scroll-position",e.toString())}else{const e=parseInt(document.body.getAttribute("data-scroll-position")||"0");Object.assign(document.body.style,{position:"",top:"",width:"",overflow:""}),document.body.removeAttribute("data-scroll-position"),window.scrollTo(0,e)}}addCloseButton(){if(!this.iframeElement)return;const e="popup"===this.getActualMode(),t=document.createElement("button");t.className="customer-sdk-close-btn",t.innerHTML="×";const n=e?{position:"absolute",top:"8px",right:"8px",width:"28px",height:"28px",borderRadius:"50%",backgroundColor:"rgba(0, 0, 0, 0.6)",color:"#ffffff",border:"none",fontSize:"16px",fontWeight:"300",cursor:"pointer",zIndex:"1000000",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.2s ease",fontFamily:"-apple-system, BlinkMacSystemFont, sans-serif",userSelect:"none",backdropFilter:"blur(8px)",boxShadow:"0 2px 12px rgba(0, 0, 0, 0.15)"}:{position:"absolute",top:"2px",right:"2px",width:"30px",height:"30px",borderRadius:"50%",backgroundColor:"rgba(0, 0, 0, 0.6)",color:"#ffffff",border:"none",fontSize:"18px",fontWeight:"300",cursor:"pointer",zIndex:"1000000",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.2s ease",fontFamily:"-apple-system, BlinkMacSystemFont, sans-serif",userSelect:"none",backdropFilter:"blur(8px)",boxShadow:"0 4px 16px rgba(0, 0, 0, 0.2)"};Object.assign(t.style,n),t.addEventListener("click",()=>{this.close()}),t.addEventListener("mouseenter",()=>{Object.assign(t.style,{backgroundColor:"rgba(0, 0, 0, 0.8)",transform:"scale(1.1)"})}),t.addEventListener("mouseleave",()=>{Object.assign(t.style,{backgroundColor:"rgba(0, 0, 0, 0.6)",transform:"scale(1)"})}),this.containerElement?.appendChild(t)}isMobileDevice(){return window.innerWidth<=768||/Android|iPhone|iPad|iPod|Opera Mini|IEMobile/i.test(navigator.userAgent)}getActualMode(){return"auto"===this.config.mode?this.isMobileDevice()?"fullscreen":"popup":this.config.mode}setupMessageListener(){window.addEventListener("message",e=>{this.config.src&&e.origin!==new URL(this.config.src).origin||this.handleIframeMessage(e.data)},!1)}handleIframeMessage(e){switch(e.type){case"iframe_ready":break;case"close_iframe":this.close();break;case"resize_iframe":e.width&&e.height&&this.resizeIframe(e.width,e.height)}}resizeIframe(e,t){this.iframeElement&&(this.iframeElement.style.width=`${e}px`,this.iframeElement.style.height=`${t}px`)}}var i=function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function o(e,t,n,i){return new(n||(n=Promise))(function(o,r){function a(e){try{s(i.next(e))}catch(e){r(e)}}function c(e){try{s(i.throw(e))}catch(e){r(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(a,c)}s((i=i.apply(e,t||[])).next())})}function r(e,t){var n,i,o,r={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=c(0),a.throw=c(1),a.return=c(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(c){return function(s){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(r=0)),r;)try{if(n=1,i&&(o=2&c[0]?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(!(o=r.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){r=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(6===c[0]&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(e){c=[6,e],i=0}finally{n=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}function a(e,t,n){if(n||2===arguments.length)for(var i,o=0,r=t.length;o<r;o++)!i&&o in t||(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;var c="4.6.2";function s(e,t){return new Promise(function(n){return setTimeout(n,e,t)})}function l(e){return!!e&&"function"==typeof e.then}function u(e,t){try{var n=e();l(n)?n.then(function(e){return t(!0,e)},function(e){return t(!1,e)}):t(!0,n)}catch(e){t(!1,e)}}function d(e,t,n){return void 0===n&&(n=16),o(this,void 0,void 0,function(){var i,o,a,c;return r(this,function(r){switch(r.label){case 0:i=Array(e.length),o=Date.now(),a=0,r.label=1;case 1:return a<e.length?(i[a]=t(e[a],a),(c=Date.now())>=o+n?(o=c,[4,new Promise(function(e){var t=new MessageChannel;t.port1.onmessage=function(){return e()},t.port2.postMessage(null)})]):[3,3]):[3,4];case 2:r.sent(),r.label=3;case 3:return++a,[3,1];case 4:return[2,i]}})})}function f(e){return e.then(void 0,function(){}),e}function m(e){return parseInt(e)}function h(e){return parseFloat(e)}function p(e,t){return"number"==typeof e&&isNaN(e)?t:e}function v(e){return e.reduce(function(e,t){return e+(t?1:0)},0)}function b(e,t){if(void 0===t&&(t=1),Math.abs(t)>=1)return Math.round(e/t)*t;var n=1/t;return Math.round(e*n)/n}function g(e,t){var n=e[0]>>>16,i=65535&e[0],o=e[1]>>>16,r=65535&e[1],a=t[0]>>>16,c=65535&t[0],s=t[1]>>>16,l=0,u=0,d=0,f=0;d+=(f+=r+(65535&t[1]))>>>16,f&=65535,u+=(d+=o+s)>>>16,d&=65535,l+=(u+=i+c)>>>16,u&=65535,l+=n+a,l&=65535,e[0]=l<<16|u,e[1]=d<<16|f}function y(e,t){var n=e[0]>>>16,i=65535&e[0],o=e[1]>>>16,r=65535&e[1],a=t[0]>>>16,c=65535&t[0],s=t[1]>>>16,l=65535&t[1],u=0,d=0,f=0,m=0;f+=(m+=r*l)>>>16,m&=65535,d+=(f+=o*l)>>>16,f&=65535,d+=(f+=r*s)>>>16,f&=65535,u+=(d+=i*l)>>>16,d&=65535,u+=(d+=o*s)>>>16,d&=65535,u+=(d+=r*c)>>>16,d&=65535,u+=n*l+i*s+o*c+r*a,u&=65535,e[0]=u<<16|d,e[1]=f<<16|m}function w(e,t){var n=e[0];32===(t%=64)?(e[0]=e[1],e[1]=n):t<32?(e[0]=n<<t|e[1]>>>32-t,e[1]=e[1]<<t|n>>>32-t):(t-=32,e[0]=e[1]<<t|n>>>32-t,e[1]=n<<t|e[1]>>>32-t)}function k(e,t){0!==(t%=64)&&(t<32?(e[0]=e[1]>>>32-t,e[1]=e[1]<<t):(e[0]=e[1]<<t-32,e[1]=0))}function x(e,t){e[0]^=t[0],e[1]^=t[1]}var L=[4283543511,3981806797],E=[3301882366,444984403];function S(e){var t=[0,e[0]>>>1];x(e,t),y(e,L),t[1]=e[0]>>>1,x(e,t),y(e,E),t[1]=e[0]>>>1,x(e,t)}var C=[2277735313,289559509],I=[1291169091,658871167],M=[0,5],V=[0,1390208809],W=[0,944331445];function Z(e,t){var n=function(e){for(var t=new Uint8Array(e.length),n=0;n<e.length;n++){var i=e.charCodeAt(n);if(i>127)return(new TextEncoder).encode(e);t[n]=i}return t}(e);t=t||0;var i,o=[0,n.length],r=o[1]%16,a=o[1]-r,c=[0,t],s=[0,t],l=[0,0],u=[0,0];for(i=0;i<a;i+=16)l[0]=n[i+4]|n[i+5]<<8|n[i+6]<<16|n[i+7]<<24,l[1]=n[i]|n[i+1]<<8|n[i+2]<<16|n[i+3]<<24,u[0]=n[i+12]|n[i+13]<<8|n[i+14]<<16|n[i+15]<<24,u[1]=n[i+8]|n[i+9]<<8|n[i+10]<<16|n[i+11]<<24,y(l,C),w(l,31),y(l,I),x(c,l),w(c,27),g(c,s),y(c,M),g(c,V),y(u,I),w(u,33),y(u,C),x(s,u),w(s,31),g(s,c),y(s,M),g(s,W);l[0]=0,l[1]=0,u[0]=0,u[1]=0;var d=[0,0];switch(r){case 15:d[1]=n[i+14],k(d,48),x(u,d);case 14:d[1]=n[i+13],k(d,40),x(u,d);case 13:d[1]=n[i+12],k(d,32),x(u,d);case 12:d[1]=n[i+11],k(d,24),x(u,d);case 11:d[1]=n[i+10],k(d,16),x(u,d);case 10:d[1]=n[i+9],k(d,8),x(u,d);case 9:d[1]=n[i+8],x(u,d),y(u,I),w(u,33),y(u,C),x(s,u);case 8:d[1]=n[i+7],k(d,56),x(l,d);case 7:d[1]=n[i+6],k(d,48),x(l,d);case 6:d[1]=n[i+5],k(d,40),x(l,d);case 5:d[1]=n[i+4],k(d,32),x(l,d);case 4:d[1]=n[i+3],k(d,24),x(l,d);case 3:d[1]=n[i+2],k(d,16),x(l,d);case 2:d[1]=n[i+1],k(d,8),x(l,d);case 1:d[1]=n[i],x(l,d),y(l,C),w(l,31),y(l,I),x(c,l)}return x(c,o),x(s,o),g(c,s),g(s,c),S(c),S(s),g(c,s),g(s,c),("00000000"+(c[0]>>>0).toString(16)).slice(-8)+("00000000"+(c[1]>>>0).toString(16)).slice(-8)+("00000000"+(s[0]>>>0).toString(16)).slice(-8)+("00000000"+(s[1]>>>0).toString(16)).slice(-8)}function R(e,t,n,i){var a=Object.keys(e).filter(function(e){return!function(e,t){for(var n=0,i=e.length;n<i;++n)if(e[n]===t)return!0;return!1}(n,e)}),c=f(d(a,function(n){return function(e,t){var n=f(new Promise(function(n){var i=Date.now();u(e.bind(null,t),function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var o=Date.now()-i;if(!e[0])return n(function(){return{error:e[1],duration:o}});var r=e[1];if(function(e){return"function"!=typeof e}(r))return n(function(){return{value:r,duration:o}});n(function(){return new Promise(function(e){var t=Date.now();u(r,function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var r=o+Date.now()-t;if(!n[0])return e({error:n[1],duration:r});e({value:n[1],duration:r})})})})})}));return function(){return n.then(function(e){return e()})}}(e[n],t)},i));return function(){return o(this,void 0,void 0,function(){var e,t,n,o;return r(this,function(r){switch(r.label){case 0:return[4,c];case 1:return[4,d(r.sent(),function(e){return f(e())},i)];case 2:return e=r.sent(),[4,Promise.all(e)];case 3:for(t=r.sent(),n={},o=0;o<a.length;++o)n[a[o]]=t[o];return[2,n]}})})}}function j(){var e=window,t=navigator;return v(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function F(){var e=window,t=navigator;return v(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,0===(t.vendor||"").indexOf("Google"),"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function G(){var e=window;return v(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,0===navigator.vendor.indexOf("Apple"),"RGBColor"in e,"WebKitMediaKeys"in e])>=4}function P(){var e=window,t=e.HTMLElement,n=e.Document;return v(["safari"in e,!("ongestureend"in e),!("TouchEvent"in e),!("orientation"in e),t&&!("autocapitalize"in t.prototype),n&&"pointerLockElement"in n.prototype])>=4}function Y(){var e,t=window;return e=t.print,/^function\s.*?\{\s*\[native code]\s*}$/.test(String(e))&&"[object WebPageNamespace]"===String(t.browser)}function N(){var e,t,n=window;return v(["buildID"in navigator,"MozAppearance"in(null!==(t=null===(e=document.documentElement)||void 0===e?void 0:e.style)&&void 0!==t?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function X(){var e=window,t=navigator,n=e.CSS,i=e.HTMLButtonElement;return v([!("getStorageUpdates"in t),i&&"popover"in i.prototype,"CSSCounterStyleRule"in e,n.supports("font-size-adjust: ex-height 0.5"),n.supports("text-transform: full-width")])>=4}function H(){var e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function A(){var e=F(),t=N(),n=window,i=navigator,o="connection";return e?v([!("SharedWorker"in n),i[o]&&"ontypechange"in i[o],!("sinkId"in new Audio)])>=2:!!t&&v(["onorientationchange"in n,"orientation"in n,/android/i.test(i.appVersion)])>=2}function O(e){var t=new Error(e);return t.name=e,t}function T(e,t,n){var i,a,c;return void 0===n&&(n=50),o(this,void 0,void 0,function(){var o,l;return r(this,function(r){switch(r.label){case 0:o=document,r.label=1;case 1:return o.body?[3,3]:[4,s(n)];case 2:return r.sent(),[3,1];case 3:l=o.createElement("iframe"),r.label=4;case 4:return r.trys.push([4,,10,11]),[4,new Promise(function(e,n){var i=!1,r=function(){i=!0,e()};l.onload=r,l.onerror=function(e){i=!0,n(e)};var a=l.style;a.setProperty("display","block","important"),a.position="absolute",a.top="0",a.left="0",a.visibility="hidden",t&&"srcdoc"in l?l.srcdoc=t:l.src="about:blank",o.body.appendChild(l);var c=function(){var e,t;i||("complete"===(null===(t=null===(e=l.contentWindow)||void 0===e?void 0:e.document)||void 0===t?void 0:t.readyState)?r():setTimeout(c,10))};c()})];case 5:r.sent(),r.label=6;case 6:return(null===(a=null===(i=l.contentWindow)||void 0===i?void 0:i.document)||void 0===a?void 0:a.body)?[3,8]:[4,s(n)];case 7:return r.sent(),[3,6];case 8:return[4,e(l,l.contentWindow)];case 9:return[2,r.sent()];case 10:return null===(c=l.parentNode)||void 0===c||c.removeChild(l),[7];case 11:return[2]}})})}function z(e){for(var t=function(e){for(var t,n,i="Unexpected syntax '".concat(e,"'"),o=/^\s*([a-z-]*)(.*)$/i.exec(e),r=o[1]||void 0,a={},c=/([.:#][\w-]+|\[.+?\])/gi,s=function(e,t){a[e]=a[e]||[],a[e].push(t)};;){var l=c.exec(o[2]);if(!l)break;var u=l[0];switch(u[0]){case".":s("class",u.slice(1));break;case"#":s("id",u.slice(1));break;case"[":var d=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(u);if(!d)throw new Error(i);s(d[1],null!==(n=null!==(t=d[4])&&void 0!==t?t:d[5])&&void 0!==n?n:"");break;default:throw new Error(i)}}return[r,a]}(e),n=t[0],i=t[1],o=document.createElement(null!=n?n:"div"),r=0,a=Object.keys(i);r<a.length;r++){var c=a[r],s=i[c].join(" ");"style"===c?D(o.style,s):o.setAttribute(c,s)}return o}function D(e,t){for(var n=0,i=t.split(";");n<i.length;n++){var o=i[n],r=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(o);if(r){var a=r[1],c=r[2],s=r[4];e.setProperty(a,c,s||"")}}}var J=["monospace","sans-serif","serif"],_=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function B(e){return e.toDataURL()}var U,Q;function K(){var e=this;return function(){if(void 0===Q){var e=function(){var t=$();q(t)?Q=setTimeout(e,2500):(U=t,Q=void 0)};e()}}(),function(){return o(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return q(e=$())?U?[2,a([],U,!0)]:(n=document).fullscreenElement||n.msFullscreenElement||n.mozFullScreenElement||n.webkitFullscreenElement?[4,H()]:[3,2]:[3,2];case 1:t.sent(),e=$(),t.label=2;case 2:return q(e)||(U=e),[2,e]}var n})})}}function $(){var e=screen;return[p(h(e.availTop),null),p(h(e.width)-h(e.availWidth)-p(h(e.availLeft),0),null),p(h(e.height)-h(e.availHeight)-p(h(e.availTop),0),null),p(h(e.availLeft),null)]}function q(e){for(var t=0;t<4;++t)if(e[t])return!1;return!0}function ee(e){var t;return o(this,void 0,void 0,function(){var n,i,o,a,c,l,u;return r(this,function(r){switch(r.label){case 0:for(n=document,i=n.createElement("div"),o=new Array(e.length),a={},te(i),u=0;u<e.length;++u)"DIALOG"===(c=z(e[u])).tagName&&c.show(),te(l=n.createElement("div")),l.appendChild(c),i.appendChild(l),o[u]=c;r.label=1;case 1:return n.body?[3,3]:[4,s(50)];case 2:return r.sent(),[3,1];case 3:n.body.appendChild(i);try{for(u=0;u<e.length;++u)o[u].offsetParent||(a[e[u]]=!0)}finally{null===(t=i.parentNode)||void 0===t||t.removeChild(i)}return[2,a]}})})}function te(e){e.style.setProperty("visibility","hidden","important"),e.style.setProperty("display","block","important")}function ne(e){return matchMedia("(inverted-colors: ".concat(e,")")).matches}function ie(e){return matchMedia("(forced-colors: ".concat(e,")")).matches}function oe(e){return matchMedia("(prefers-contrast: ".concat(e,")")).matches}function re(e){return matchMedia("(prefers-reduced-motion: ".concat(e,")")).matches}function ae(e){return matchMedia("(prefers-reduced-transparency: ".concat(e,")")).matches}function ce(e){return matchMedia("(dynamic-range: ".concat(e,")")).matches}var se=Math,le=function(){return 0};var ue={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};var de=function(){for(var e=window;;){var t=e.parent;if(!t||t===e)return!1;try{if(t.location.origin!==e.location.origin)return!0}catch(e){if(e instanceof Error&&"SecurityError"===e.name)return!0;throw e}e=t}};var fe=new Set([10752,2849,2884,2885,2886,2928,2929,2930,2931,2932,2960,2961,2962,2963,2964,2965,2966,2967,2968,2978,3024,3042,3088,3089,3106,3107,32773,32777,32777,32823,32824,32936,32937,32938,32939,32968,32969,32970,32971,3317,33170,3333,3379,3386,33901,33902,34016,34024,34076,3408,3410,3411,3412,3413,3414,3415,34467,34816,34817,34818,34819,34877,34921,34930,35660,35661,35724,35738,35739,36003,36004,36005,36347,36348,36349,37440,37441,37443,7936,7937,7938]),me=new Set([34047,35723,36063,34852,34853,34854,34229,36392,36795,38449]),he=["FRAGMENT_SHADER","VERTEX_SHADER"],pe=["LOW_FLOAT","MEDIUM_FLOAT","HIGH_FLOAT","LOW_INT","MEDIUM_INT","HIGH_INT"],ve="WEBGL_debug_renderer_info";function be(e){if(e.webgl)return e.webgl.context;var t,n=document.createElement("canvas");n.addEventListener("webglCreateContextError",function(){return t=void 0});for(var i=0,o=["webgl","experimental-webgl"];i<o.length;i++){var r=o[i];try{t=n.getContext(r)}catch(e){}if(t)break}return e.webgl={context:t},t}function ge(e,t,n){var i=e.getShaderPrecisionFormat(e[t],e[n]);return i?[i.rangeMin,i.rangeMax,i.precision]:[]}function ye(e){return Object.keys(e.__proto__).filter(we)}function we(e){return"string"==typeof e&&!e.match(/[^A-Z0-9_x]/)}function ke(){return N()}function xe(){return F()||G()}function Le(e){return"function"==typeof e.getParameter}var Ee={fonts:function(){var e=this;return T(function(t,n){var i=n.document;return o(e,void 0,void 0,function(){var e,t,n,o,a,c,s,l,u,d,f;return r(this,function(r){for((e=i.body).style.fontSize="48px",(t=i.createElement("div")).style.setProperty("visibility","hidden","important"),n={},o={},a=function(e){var n=i.createElement("span"),o=n.style;return o.position="absolute",o.top="0",o.left="0",o.fontFamily=e,n.textContent="mmMwWLliI0O&1",t.appendChild(n),n},c=function(e,t){return a("'".concat(e,"',").concat(t))},s=function(){for(var e={},t=function(t){e[t]=J.map(function(e){return c(t,e)})},n=0,i=_;n<i.length;n++){t(i[n])}return e},l=function(e){return J.some(function(t,i){return e[i].offsetWidth!==n[t]||e[i].offsetHeight!==o[t]})},u=function(){return J.map(a)}(),d=s(),e.appendChild(t),f=0;f<J.length;f++)n[J[f]]=u[f].offsetWidth,o[J[f]]=u[f].offsetHeight;return[2,_.filter(function(e){return l(d[e])})]})})})},domBlockers:function(e){var t=(void 0===e?{}:e).debug;return o(this,void 0,void 0,function(){var e,n,i,o,a;return r(this,function(r){switch(r.label){case 0:return G()||A()?(c=atob,e={abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",'[title="ALIENBOLA" i]',c("I0JveC1CYW5uZXItYWRz")],abpvn:[".quangcao","#mobileCatfish",c("LmNsb3NlLWFkcw=="),'[id^="bn_bottom_fixed_"]',"#pmadv"],adBlockFinland:[".mainostila",c("LnNwb25zb3JpdA=="),".ylamainos",c("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",c("YVtocmVmXj0iaHR0cDovL2cxLnYuZndtcm0ubmV0L2FkLyJd")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",c("LmhlYWRlci1ibG9ja2VkLWFk"),c("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:[".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil",'[data-cypress="soft-push-notification-modal"]'],adGuardBase:[".BetterJsPopOverlay",c("I2FkXzMwMFgyNTA="),c("I2Jhbm5lcmZsb2F0MjI="),c("I2NhbXBhaWduLWJhbm5lcg=="),c("I0FkLUNvbnRlbnQ=")],adGuardChinese:[c("LlppX2FkX2FfSA=="),c("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),"#widget-quan",c("YVtocmVmKj0iLzg0OTkyMDIwLnh5eiJd"),c("YVtocmVmKj0iLjE5NTZobC5jb20vIl0=")],adGuardFrench:["#pavePub",c("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv",c("LmFkc19iYW4=")],adGuardGerman:['aside[data-portal-id="leaderboard"]'],adGuardJapanese:["#kauli_yad_1",c("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),c("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),c("LmFkZ29vZ2xl"),c("Ll9faXNib29zdFJldHVybkFk")],adGuardMobile:[c("YW1wLWF1dG8tYWRz"),c("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",c("I2FkX2ludmlld19hcmVh")],adGuardRussian:[c("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),c("LnJlY2xhbWE="),'div[id^="smi2adblock"]',c("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),"#psyduckpockeball"],adGuardSocial:[c("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),c("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",".cnt-publi"],adGuardTrackingProtection:["#qoo-counter",c("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),c("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),c("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",c("I3Jla2xhbWk="),c("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),c("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),c("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[c("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers"],easyList:[".yb-floorad",c("LndpZGdldF9wb19hZHNfd2lkZ2V0"),c("LnRyYWZmaWNqdW5reS1hZA=="),".textad_headline",c("LnNwb25zb3JlZC10ZXh0LWxpbmtz")],easyListChina:[c("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),c("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box",".cfa_popup"],easyListCookie:[".ezmob-footer",".cc-CookieWarning","[data-cookie-number]",c("LmF3LWNvb2tpZS1iYW5uZXI="),".sygnal24-gdpr-modal-wrap"],easyListCzechSlovak:["#onlajny-stickers",c("I3Jla2xhbW5pLWJveA=="),c("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",c("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[c("I2FkdmVydGVudGll"),c("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",c("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:["#SSpotIMPopSlider",c("LnNwb25zb3JsaW5rZ3J1ZW4="),c("I3dlcmJ1bmdza3k="),c("I3Jla2xhbWUtcmVjaHRzLW1pdHRl"),c("YVtocmVmXj0iaHR0cHM6Ly9iZDc0Mi5jb20vIl0=")],easyListItaly:[c("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",c("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[c("LnJla2xhbW9zX3RhcnBhcw=="),c("LnJla2xhbW9zX251b3JvZG9z"),c("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),c("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),c("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[c("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#ac-lre-player",".navigate-to-top","#subscribe_popup",".newsletter_holder","#back-top"],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:["#FollowUs","#meteored_share","#social_follow",".article-sharer",".community__social-desc"],frellwitSwedish:[c("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),c("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",c("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[c("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),c("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),c("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",c("LmFkX19tYWlu"),c("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container","#cookies-policy-sticky","#stickyCookieBar"],icelandicAbp:[c("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[c("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),c("I2xpdmVyZUFkV3JhcHBlcg=="),c("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),c("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[c("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",c("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),c("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),c("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[c("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),c("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),c("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",c("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),c("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),c("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),c("ZGl2I3NrYXBpZWNfYWQ=")],ro:[c("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),c("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd"),'a[href^="/url/"]'],ruAd:[c("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),c("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),c("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",c("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),c("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",c("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]},n=Object.keys(e),[4,ee((a=[]).concat.apply(a,n.map(function(t){return e[t]})))]):[2,void 0];case 1:return i=r.sent(),t&&function(e,t){for(var n=0,i=Object.keys(e);n<i.length;n++){var o=i[n];"\n".concat(o,":");for(var r=0,a=e[o];r<a.length;r++){var c=a[r];"\n ".concat(t[c]?"🚫":"➡️"," ").concat(c)}}}(e,i),(o=n.filter(function(t){var n=e[t];return v(n.map(function(e){return i[e]}))>.6*n.length})).sort(),[2,o]}var c})})},fontPreferences:function(){return function(e,t){void 0===t&&(t=4e3);return T(function(n,i){var o=i.document,r=o.body,c=r.style;c.width="".concat(t,"px"),c.webkitTextSizeAdjust=c.textSizeAdjust="none",F()?r.style.zoom="".concat(1/i.devicePixelRatio):G()&&(r.style.zoom="reset");var s=o.createElement("div");return s.textContent=a([],Array(t/20|0),!0).map(function(){return"word"}).join(" "),r.appendChild(s),e(o,r)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}(function(e,t){for(var n={},i={},o=0,r=Object.keys(ue);o<r.length;o++){var a=r[o],c=ue[a],s=c[0],l=void 0===s?{}:s,u=c[1],d=void 0===u?"mmMwWLliI0fiflO&1":u,f=e.createElement("span");f.textContent=d,f.style.whiteSpace="nowrap";for(var m=0,h=Object.keys(l);m<h.length;m++){var p=h[m],v=l[p];void 0!==v&&(f.style[p]=v)}n[a]=f,t.append(e.createElement("br"),f)}for(var b=0,g=Object.keys(ue);b<g.length;b++){i[a=g[b]]=n[a].getBoundingClientRect().width}return i})},audio:function(){return G()&&X()&&Y()||F()&&(e=navigator,t=window,n=Audio.prototype,i=t.visualViewport,v(["srLatency"in n,"srChannelCount"in n,"devicePosture"in e,i&&"segments"in i,"getTextInformation"in Image.prototype])>=3)&&function(){var e=window,t=e.URLPattern;return v(["union"in Set.prototype,"Iterator"in e,t&&"hasRegExpGroups"in t.prototype,"RGB8"in WebGLRenderingContext.prototype])>=3}()?-4:function(){var e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(G()&&!P()&&!function(){var e=window;return v(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}())return-1;var n=4500,i=new t(1,5e3,44100),o=i.createOscillator();o.type="triangle",o.frequency.value=1e4;var r=i.createDynamicsCompressor();r.threshold.value=-50,r.knee.value=40,r.ratio.value=12,r.attack.value=0,r.release.value=.25,o.connect(r),r.connect(i.destination),o.start(0);var a=function(e){var t=3,n=500,i=500,o=5e3,r=function(){},a=new Promise(function(a,c){var s=!1,u=0,d=0;e.oncomplete=function(e){return a(e.renderedBuffer)};var m=function(){setTimeout(function(){return c(O("timeout"))},Math.min(i,d+o-Date.now()))},h=function(){try{var i=e.startRendering();switch(l(i)&&f(i),e.state){case"running":d=Date.now(),s&&m();break;case"suspended":document.hidden||u++,s&&u>=t?c(O("suspended")):setTimeout(h,n)}}catch(e){c(e)}};h(),r=function(){s||(s=!0,d>0&&m())}});return[a,r]}(i),c=a[0],s=a[1],u=f(c.then(function(e){return function(e){for(var t=0,n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}(e.getChannelData(0).subarray(n))},function(e){if("timeout"===e.name||"suspended"===e.name)return-3;throw e}));return function(){return s(),u}}();var e,t,n,i},screenFrame:function(){var e=this;if(G()&&X()&&Y())return function(){return Promise.resolve(void 0)};var t=K();return function(){return o(e,void 0,void 0,function(){var e,n;return r(this,function(i){switch(i.label){case 0:return[4,t()];case 1:return e=i.sent(),[2,[(n=function(e){return null===e?null:b(e,10)})(e[0]),n(e[1]),n(e[2]),n(e[3])]]}})})}},canvas:function(){return function(e){var t,n,i,o=!1,r=function(){var e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}(),a=r[0],c=r[1];!function(e,t){return!(!t||!e.toDataURL)}(a,c)?n=i="unsupported":(o=function(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}(c),e?n=i="skipped":(t=function(e,t){!function(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';var n="Cwm fjordbank gly ".concat(String.fromCharCode(55357,56835));t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}(e,t);var n=B(e),i=B(e);if(n!==i)return["unstable","unstable"];!function(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(var n=0,i=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<i.length;n++){var o=i[n],r=o[0],a=o[1],c=o[2];t.fillStyle=r,t.beginPath(),t.arc(a,c,40,0,2*Math.PI,!0),t.closePath(),t.fill()}t.fillStyle="#f9c",t.arc(60,60,60,0,2*Math.PI,!0),t.arc(60,60,20,0,2*Math.PI,!0),t.fill("evenodd")}(e,t);var o=B(e);return[o,n]}(a,c),n=t[0],i=t[1]));return{winding:o,geometry:n,text:i}}(G()&&X()&&Y())},osCpu:function(){return navigator.oscpu},languages:function(){var e,t=navigator,n=[],i=t.language||t.userLanguage||t.browserLanguage||t.systemLanguage;if(void 0!==i&&n.push([i]),Array.isArray(t.languages))F()&&v([!("MediaSettingsRange"in(e=window)),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3||n.push(t.languages);else if("string"==typeof t.languages){var o=t.languages;o&&n.push(o.split(","))}return n},colorDepth:function(){return window.screen.colorDepth},deviceMemory:function(){return p(h(navigator.deviceMemory),void 0)},screenResolution:function(){var e,t,n;if(!(G()&&X()&&Y()))return e=screen,(n=[(t=function(e){return p(m(e),null)})(e.width),t(e.height)]).sort().reverse(),n},hardwareConcurrency:function(){return p(m(navigator.hardwareConcurrency),void 0)},timezone:function(){var e,t=null===(e=window.Intl)||void 0===e?void 0:e.DateTimeFormat;if(t){var n=(new t).resolvedOptions().timeZone;if(n)return n}var i,o=(i=(new Date).getFullYear(),-Math.max(h(new Date(i,0,1).getTimezoneOffset()),h(new Date(i,6,1).getTimezoneOffset())));return"UTC".concat(o>=0?"+":"").concat(o)},sessionStorage:function(){try{return!!window.sessionStorage}catch(e){return!0}},localStorage:function(){try{return!!window.localStorage}catch(e){return!0}},indexedDB:function(){var e,t;if(!(j()||(e=window,t=navigator,v(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!j())))try{return!!window.indexedDB}catch(e){return!0}},openDatabase:function(){return!!window.openDatabase},cpuClass:function(){return navigator.cpuClass},platform:function(){var e=navigator.platform;return"MacIntel"===e&&G()&&!P()?function(){if("iPad"===navigator.platform)return!0;var e=screen,t=e.width/e.height;return v(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}()?"iPad":"iPhone":e},plugins:function(){var e=navigator.plugins;if(e){for(var t=[],n=0;n<e.length;++n){var i=e[n];if(i){for(var o=[],r=0;r<i.length;++r){var a=i[r];o.push({type:a.type,suffixes:a.suffixes})}t.push({name:i.name,description:i.description,mimeTypes:o})}}return t}},touchSupport:function(){var e,t=navigator,n=0;void 0!==t.maxTouchPoints?n=m(t.maxTouchPoints):void 0!==t.msMaxTouchPoints&&(n=t.msMaxTouchPoints);try{document.createEvent("TouchEvent"),e=!0}catch(t){e=!1}return{maxTouchPoints:n,touchEvent:e,touchStart:"ontouchstart"in window}},vendor:function(){return navigator.vendor||""},vendorFlavors:function(){for(var e=[],t=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];t<n.length;t++){var i=n[t],o=window[i];o&&"object"==typeof o&&e.push(i)}return e.sort()},cookiesEnabled:function(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var t=-1!==e.cookie.indexOf("cookietest=");return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch(e){return!1}},colorGamut:function(){for(var e=0,t=["rec2020","p3","srgb"];e<t.length;e++){var n=t[e];if(matchMedia("(color-gamut: ".concat(n,")")).matches)return n}},invertedColors:function(){return!!ne("inverted")||!ne("none")&&void 0},forcedColors:function(){return!!ie("active")||!ie("none")&&void 0},monochrome:function(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=100;++e)if(matchMedia("(max-monochrome: ".concat(e,")")).matches)return e;throw new Error("Too high value")}},contrast:function(){return oe("no-preference")?0:oe("high")||oe("more")?1:oe("low")||oe("less")?-1:oe("forced")?10:void 0},reducedMotion:function(){return!!re("reduce")||!re("no-preference")&&void 0},reducedTransparency:function(){return!!ae("reduce")||!ae("no-preference")&&void 0},hdr:function(){return!!ce("high")||!ce("standard")&&void 0},math:function(){var e,t=se.acos||le,n=se.acosh||le,i=se.asin||le,o=se.asinh||le,r=se.atanh||le,a=se.atan||le,c=se.sin||le,s=se.sinh||le,l=se.cos||le,u=se.cosh||le,d=se.tan||le,f=se.tanh||le,m=se.exp||le,h=se.expm1||le,p=se.log1p||le;return{acos:t(.12312423423423424),acosh:n(1e308),acoshPf:(e=1e154,se.log(e+se.sqrt(e*e-1))),asin:i(.12312423423423424),asinh:o(1),asinhPf:function(e){return se.log(e+se.sqrt(e*e+1))}(1),atanh:r(.5),atanhPf:function(e){return se.log((1+e)/(1-e))/2}(.5),atan:a(.5),sin:c(-1e300),sinh:s(1),sinhPf:function(e){return se.exp(e)-1/se.exp(e)/2}(1),cos:l(10.000000000123),cosh:u(1),coshPf:function(e){return(se.exp(e)+1/se.exp(e))/2}(1),tan:d(-1e300),tanh:f(1),tanhPf:function(e){return(se.exp(2*e)-1)/(se.exp(2*e)+1)}(1),exp:m(1),expm1:h(1),expm1Pf:function(e){return se.exp(e)-1}(1),log1p:p(10),log1pPf:function(e){return se.log(1+e)}(10),powPI:function(e){return se.pow(se.PI,e)}(-100)}},pdfViewerEnabled:function(){return navigator.pdfViewerEnabled},architecture:function(){var e=new Float32Array(1),t=new Uint8Array(e.buffer);return e[0]=1/0,e[0]=e[0]-e[0],t[3]},applePay:function(){var e=window.ApplePaySession;if("function"!=typeof(null==e?void 0:e.canMakePayments))return-1;if(de())return-3;try{return e.canMakePayments()?1:0}catch(e){return function(e){if(e instanceof Error&&"InvalidAccessError"===e.name&&/\bfrom\b.*\binsecure\b/i.test(e.message))return-2;throw e}(e)}},privateClickMeasurement:function(){var e,t=document.createElement("a"),n=null!==(e=t.attributionSourceId)&&void 0!==e?e:t.attributionsourceid;return void 0===n?void 0:String(n)},audioBaseLatency:function(){if(!(A()||G()))return-2;if(!window.AudioContext)return-1;var e=(new AudioContext).baseLatency;return null==e?-1:isFinite(e)?e:-3},dateTimeLocale:function(){if(!window.Intl)return-1;var e=window.Intl.DateTimeFormat;if(!e)return-2;var t=e().resolvedOptions().locale;return t||""===t?t:-3},webGlBasics:function(e){var t,n,i,o,r,a,c=be(e.cache);if(!c)return-1;if(!Le(c))return-2;var s=ke()?null:c.getExtension(ve);return{version:(null===(t=c.getParameter(c.VERSION))||void 0===t?void 0:t.toString())||"",vendor:(null===(n=c.getParameter(c.VENDOR))||void 0===n?void 0:n.toString())||"",vendorUnmasked:s?null===(i=c.getParameter(s.UNMASKED_VENDOR_WEBGL))||void 0===i?void 0:i.toString():"",renderer:(null===(o=c.getParameter(c.RENDERER))||void 0===o?void 0:o.toString())||"",rendererUnmasked:s?null===(r=c.getParameter(s.UNMASKED_RENDERER_WEBGL))||void 0===r?void 0:r.toString():"",shadingLanguageVersion:(null===(a=c.getParameter(c.SHADING_LANGUAGE_VERSION))||void 0===a?void 0:a.toString())||""}},webGlExtensions:function(e){var t=be(e.cache);if(!t)return-1;if(!Le(t))return-2;var n=t.getSupportedExtensions(),i=t.getContextAttributes(),o=[],r=[],a=[],c=[],s=[];if(i)for(var l=0,u=Object.keys(i);l<u.length;l++){var d=u[l];r.push("".concat(d,"=").concat(i[d]))}for(var f=0,m=ye(t);f<m.length;f++){var h=t[k=m[f]];a.push("".concat(k,"=").concat(h).concat(fe.has(h)?"=".concat(t.getParameter(h)):""))}if(n)for(var p=0,v=n;p<v.length;p++){var b=v[p];if(!(b===ve&&ke()||"WEBGL_polygon_mode"===b&&xe())){var g=t.getExtension(b);if(g)for(var y=0,w=ye(g);y<w.length;y++){var k;h=g[k=w[y]];c.push("".concat(k,"=").concat(h).concat(me.has(h)?"=".concat(t.getParameter(h)):""))}else o.push(b)}}for(var x=0,L=he;x<L.length;x++)for(var E=L[x],S=0,C=pe;S<C.length;S++){var I=C[S],M=ge(t,E,I);s.push("".concat(E,".").concat(I,"=").concat(M.join(",")))}return c.sort(),a.sort(),{contextAttributes:r,parameters:a,shaderPrecisions:s,extensions:n,extensionParameters:c,unsupportedExtensions:o}}};function Se(e){var t=function(e){if(A())return.4;if(G())return!P()||X()&&Y()?.3:.5;var t="value"in e.platform?e.platform.value:"";if(/^Win/.test(t))return.6;if(/^Mac/.test(t))return.5;return.7}(e),n=function(e){return b(.99+.01*e,1e-4)}(t);return{score:t,comment:"$ if upgrade to Pro: https://fpjs.dev/pro".replace(/\$/g,"".concat(n))}}function Ce(e){return Z(function(e){for(var t="",n=0,i=Object.keys(e).sort();n<i.length;n++){var o=i[n],r=e[o],a="error"in r?"error":JSON.stringify(r.value);t+="".concat(t?"|":"").concat(o.replace(/([:|\\])/g,"\\$1"),":").concat(a)}return t}(e))}function Ie(e){return void 0===e&&(e=50),function(e,t){void 0===t&&(t=1/0);var n=window.requestIdleCallback;return n?new Promise(function(e){return n.call(window,function(){return e()},{timeout:t})}):s(Math.min(e,t))}(e,2*e)}function Me(e,t){Date.now();return{get:function(n){return o(this,void 0,void 0,function(){var i,o;return r(this,function(r){switch(r.label){case 0:return Date.now(),[4,e()];case 1:return i=r.sent(),o=function(e){var t,n=Se(e);return{get visitorId(){return void 0===t&&(t=Ce(this.components)),t},set visitorId(e){t=e},confidence:n,components:e,version:c}}(i),t||null==n||n.debug,[2,o]}})})}}}var Ve={load:function(e){var t;return void 0===e&&(e={}),o(this,void 0,void 0,function(){var n,i,o;return r(this,function(r){switch(r.label){case 0:return(null===(t=e.monitoring)||void 0===t||t)&&function(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var e=new XMLHttpRequest;e.open("get","https://m1.openfpcdn.io/fingerprintjs/v".concat(c,"/npm-monitoring"),!0),e.send()}catch(e){}}(),n=e.delayFallback,i=e.debug,[4,Ie(n)];case 1:return r.sent(),o=function(e){return R(Ee,e,[])}({cache:{},debug:i}),[2,Me(o,i)]}})})},hashComponents:Ce,componentsToDebugString:function(e){return JSON.stringify(e,function(e,t){return t instanceof Error?i({name:(n=t).name,message:n.message,stack:null===(o=n.stack)||void 0===o?void 0:o.split("\n")},n):t;var n,o},2)}};class We{constructor(){this.iconManager=null,this.iframeManager=null,this.config=null,this.isInitialized=!1}async init(e,i){if(!this.isInitialized){this.config=e;try{const o=await this.getDeviceId(),r=this.buildIframeUrl(e,o);this.iconManager=new t,await this.iconManager.show(),this.iframeManager=new n({src:r,mode:"auto",width:400,height:600,allowClose:!0,...i}),await this.iframeManager.init(),this.iconManager.onClick(()=>{this.iframeManager?.show()}),this.isInitialized=!0}catch(e){throw e}}}showIcon(){this.iconManager?.show()}hideIcon(){this.iconManager?.hide()}setIconPosition(e){this.iconManager?.setPosition(e)}setIconStyle(e){this.iconManager?.setStyle(e)}openChat(){this.iframeManager?.open()}closeChat(){this.iframeManager?.close()}isChatOpen(){return this.iframeManager?.isIframeOpen()||!1}sendToIframe(e){this.iframeManager?.sendToIframe(e)}getConnectionStatus(){return this.isInitialized}showNotification(e=1,t={}){this.iconManager&&(this.iconManager.showNotification({badgeCount:"string"==typeof e?0:e,badgeText:"string"==typeof e?e:"",pulse:t.pulse||!1}),t.autoHide&&t.autoHide>0&&setTimeout(()=>{this.iconManager?.clearNotification()},t.autoHide))}clearNotification(){this.iconManager?.clearNotification()}destroy(){this.iconManager?.hide(),this.iframeManager?.close(),this.iconManager=null,this.iframeManager=null,this.config=null,this.isInitialized=!1}async getDeviceId(){try{const e=await Ve.load();return(await e.get()).visitorId}catch(e){return"device_"+Date.now()+"_"+Math.random().toString(36).substr(2,9)}}buildIframeUrl(e,t){return`${`${e.chatUrl||e.apiBaseUrl}`}?${new URLSearchParams({agent:e.agent,userId:e.userId,token:e.token,deviceId:t,debug:e.debug?"true":"false"}).toString()}`}}let Ze=null;const Re=async(e,t)=>{Ze||(Ze=new We),await Ze.init(e,t)},je=()=>{if(!Ze)throw new Error("SDK not initialized. Call init() first.");return Ze},Fe=()=>{je().showIcon()},Ge=()=>{je().hideIcon()},Pe=e=>{je().setIconPosition(e)},Ye=e=>{je().setIconStyle(e)},Ne=()=>{je().openChat()},Xe=()=>{je().closeChat()},He=()=>je().isChatOpen(),Ae=e=>{je().sendToIframe(e)},Oe=()=>je().getConnectionStatus(),Te=(e=1,t={})=>{je().showNotification(e,t)},ze=()=>{je().clearNotification()},De=()=>{je().destroy(),Ze=null};var Je={init:Re,getInstance:je,showIcon:Fe,hideIcon:Ge,setIconPosition:Pe,setIconStyle:Ye,openChat:Ne,closeChat:Xe,isChatOpen:He,sendToIframe:Ae,getConnectionStatus:Oe,showNotification:Te,clearNotification:ze,destroy:De};e.CustomerServiceSDK=We,e.clearNotification=ze,e.closeChat=Xe,e.default=Je,e.destroy=De,e.getConnectionStatus=Oe,e.getInstance=je,e.hideIcon=Ge,e.init=Re,e.isChatOpen=He,e.openChat=Ne,e.sendToIframe=Ae,e.setIconPosition=Pe,e.setIconStyle=Ye,e.showIcon=Fe,e.showNotification=Te,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).CustomerSDK={})}(this,function(e){"use strict";class t{constructor(){this.iconElement=null,this.badgeElement=null,this.onClickCallback=null,this.notificationCallback=null}async show(){this.iconElement||(this.iconElement=document.createElement("div"),this.iconElement.className="customer-sdk-icon",Object.assign(this.iconElement.style,{position:"fixed",width:"60px",height:"60px",backgroundColor:"#007bff",borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",zIndex:"999999",boxShadow:"0 4px 12px rgba(0, 0, 0, 0.15)",userSelect:"none",transition:"transform 0.2s ease",border:"none",outline:"none",bottom:"20px",right:"20px"}),this.iconElement.textContent="💬",this.iconElement.style.fontSize="24px",this.iconElement.style.color="#ffffff",this.iconElement.addEventListener("click",this.handleClick.bind(this)),document.body.appendChild(this.iconElement))}hide(){this.iconElement&&(this.iconElement.remove(),this.iconElement=null,this.onClickCallback=null)}setPosition(e){}setStyle(e){}onClick(e){this.onClickCallback=e}onNotification(e){this.notificationCallback=e}showNotification(e){if(!this.iconElement)return;const{showBadge:t=!0,badgeCount:n=0,badgeText:i="",pulse:o=!1}=e;(t||n>0)&&this.createBadge(n,i,o),this.notificationCallback&&this.notificationCallback({badgeCount:n,badgeText:i,pulse:o})}clearNotification(){this.badgeElement&&(this.badgeElement.remove(),this.badgeElement=null)}handleClick(){this.onClickCallback&&this.onClickCallback()}createBadge(e,t="",n=!1){this.clearNotification(),this.badgeElement=document.createElement("div"),this.badgeElement.className="customer-sdk-icon-badge",this.badgeElement.textContent=e>0?e>99?"99+":e.toString():t||"",Object.assign(this.badgeElement.style,{position:"absolute",top:"-2px",right:"-2px",minWidth:"18px",height:"18px",borderRadius:"50%",backgroundColor:"#ff4444",color:"#ffffff",fontSize:"10px",fontWeight:"bold",display:"flex",alignItems:"center",justifyContent:"center",zIndex:"1000001",boxShadow:"0 -1px 4px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15)",...0===e&&""===t&&{width:"10px",height:"10px",minWidth:"10px"},...n&&{animation:"sdk-badge-pulse 1.5s infinite"}}),this.iconElement&&this.iconElement.appendChild(this.badgeElement)}}class n{constructor(e={}){this.iframeElement=null,this.overlayElement=null,this.containerElement=null,this.isOpen=!1,this.isCreated=!1,this.config={src:"",mode:"auto",width:400,height:600,allowClose:!0,...e},this.setupMessageListener()}async init(){try{this.createIframe(),this.isCreated=!0}catch(e){throw e}}show(){if(!this.isOpen){if(!this.isCreated)throw new Error("Iframe not initialized. Call init() first.");try{const e="popup"===this.getActualMode();e&&this.createOverlay(),this.containerElement&&(e?(Object.assign(this.containerElement.style,{position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",visibility:"visible",opacity:"1",display:"block"}),this.overlayElement?.appendChild(this.containerElement)):(Object.assign(this.containerElement.style,{position:"fixed",visibility:"visible",opacity:"1",display:"block"}),this.preventBodyScroll(!0)),this.config.allowClose&&!this.containerElement.querySelector(".customer-sdk-close-btn")&&this.addCloseButton()),this.isOpen=!0}catch(e){}}}open(){this.show()}hide(){if(!this.isOpen)return;this.containerElement&&Object.assign(this.containerElement.style,{visibility:"hidden",opacity:"0",display:"none"}),this.overlayElement&&(this.overlayElement.remove(),this.overlayElement=null);"fullscreen"===this.getActualMode()&&this.preventBodyScroll(!1),this.isOpen=!1}close(){this.hide()}destroy(){this.hide(),this.containerElement&&(this.containerElement.remove(),this.containerElement=null,this.iframeElement=null),this.isCreated=!1}isIframeOpen(){return this.isOpen}sendToIframe(e){this.iframeElement&&this.iframeElement.contentWindow&&this.iframeElement.contentWindow.postMessage(e,"*")}createOverlay(){this.overlayElement=document.createElement("div"),this.overlayElement.className="customer-sdk-overlay",Object.assign(this.overlayElement.style,{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",backgroundColor:"rgba(0, 0, 0, 0.5)",zIndex:"999998",display:"flex",alignItems:"center",justifyContent:"center",cursor:this.config.allowClose?"pointer":"default"}),this.config.allowClose&&this.overlayElement.addEventListener("click",e=>{e.target===this.overlayElement&&this.close()}),document.body.appendChild(this.overlayElement)}createIframe(){this.containerElement=document.createElement("div"),this.containerElement.className="customer-sdk-container",this.iframeElement=document.createElement("iframe"),this.iframeElement.className="customer-sdk-iframe",this.iframeElement.src=this.config.src||"",this.iframeElement.frameBorder="0",this.iframeElement.setAttribute("allow",["microphone","camera","geolocation","clipboard-read","clipboard-write","fullscreen","autoplay","encrypted-media"].join("; ")),this.iframeElement.setAttribute("sandbox",["allow-same-origin","allow-scripts","allow-forms","allow-popups","allow-popups-to-escape-sandbox","allow-presentation","allow-top-navigation","allow-top-navigation-by-user-activation","allow-downloads","allow-modals","allow-orientation-lock","allow-pointer-lock","allow-storage-access-by-user-activation"].join(" "));const e="popup"===this.getActualMode();this.iframeElement.scrolling=e?"auto":"no";const t={width:e?`${this.config.width}px`:"100vw",height:e?`${this.config.height}px`:"100vh",maxWidth:e?"450px":"100vw",maxHeight:e?"700px":"100vh",backgroundColor:"#ffffff",borderRadius:e?"12px":"12px 12px 0 0",boxShadow:e?"0 20px 40px rgba(0, 0, 0, 0.15)":"0 -4px 16px rgba(0, 0, 0, 0.25)",border:"none",position:"fixed",zIndex:"999999",...e?{top:"50%",left:"50%",transform:"translate(-50%, -50%)"}:{top:"0",left:"0",bottom:"0",right:"0",transform:"none",overflow:"hidden"},visibility:"hidden",opacity:"0",display:"none"};Object.assign(this.containerElement.style,t);const n={width:"100%",height:"100%",border:"none",borderRadius:"inherit",...e?{}:{overflow:"hidden",scrollbarWidth:"none",msOverflowStyle:"none",WebkitScrollbar:"none"}};Object.assign(this.iframeElement.style,n),this.containerElement.appendChild(this.iframeElement),this.iframeElement.addEventListener("load",()=>{e||this.injectMobileStyles()}),document.body.appendChild(this.containerElement)}injectMobileStyles(){if(this.iframeElement)try{const e=this.iframeElement.contentDocument||this.iframeElement.contentWindow?.document;if(e){const t=e.createElement("style");t.textContent="\n /* 移动端iframe全屏样式优化 */\n * {\n -webkit-overflow-scrolling: touch !important;\n }\n \n body, html, #app, .container {\n overflow: auto !important;\n -webkit-overflow-scrolling: touch !important;\n }\n \n /* 隐藏所有滚动条 */\n ::-webkit-scrollbar {\n width: 0px !important;\n height: 0px !important;\n background: transparent !important;\n }\n \n /* Firefox */\n html {\n scrollbar-width: none !important;\n }\n \n /* IE/Edge */\n body {\n -ms-overflow-style: none !important;\n }\n \n /* 确保内容可以滚动 */\n body {\n overflow: auto !important;\n height: 100vh !important;\n margin: 0 !important;\n padding: 0 !important;\n }\n ",e.head?.appendChild(t)}}catch(e){}}preventBodyScroll(e){if(e){const e=window.scrollY;Object.assign(document.body.style,{position:"fixed",top:`-${e}px`,width:"100%",overflow:"hidden"}),document.body.setAttribute("data-scroll-position",e.toString())}else{const e=parseInt(document.body.getAttribute("data-scroll-position")||"0");Object.assign(document.body.style,{position:"",top:"",width:"",overflow:""}),document.body.removeAttribute("data-scroll-position"),window.scrollTo(0,e)}}addCloseButton(){if(!this.iframeElement)return;const e="popup"===this.getActualMode(),t=document.createElement("button");t.className="customer-sdk-close-btn",t.innerHTML="×";const n=e?{position:"absolute",top:"8px",right:"8px",width:"28px",height:"28px",borderRadius:"50%",backgroundColor:"rgba(0, 0, 0, 0.6)",color:"#ffffff",border:"none",fontSize:"16px",fontWeight:"300",cursor:"pointer",zIndex:"1000000",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.2s ease",fontFamily:"-apple-system, BlinkMacSystemFont, sans-serif",userSelect:"none",backdropFilter:"blur(8px)",boxShadow:"0 2px 12px rgba(0, 0, 0, 0.15)"}:{position:"absolute",top:"2px",right:"2px",width:"30px",height:"30px",borderRadius:"50%",backgroundColor:"rgba(0, 0, 0, 0.6)",color:"#ffffff",border:"none",fontSize:"18px",fontWeight:"300",cursor:"pointer",zIndex:"1000000",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.2s ease",fontFamily:"-apple-system, BlinkMacSystemFont, sans-serif",userSelect:"none",backdropFilter:"blur(8px)",boxShadow:"0 4px 16px rgba(0, 0, 0, 0.2)"};Object.assign(t.style,n),t.addEventListener("click",()=>{this.close()}),t.addEventListener("mouseenter",()=>{Object.assign(t.style,{backgroundColor:"rgba(0, 0, 0, 0.8)",transform:"scale(1.1)"})}),t.addEventListener("mouseleave",()=>{Object.assign(t.style,{backgroundColor:"rgba(0, 0, 0, 0.6)",transform:"scale(1)"})}),this.containerElement?.appendChild(t)}isMobileDevice(){return window.innerWidth<=768||/Android|iPhone|iPad|iPod|Opera Mini|IEMobile/i.test(navigator.userAgent)}getActualMode(){return"auto"===this.config.mode?this.isMobileDevice()?"fullscreen":"popup":this.config.mode}setupMessageListener(){window.addEventListener("message",e=>{this.config.src&&e.origin!==new URL(this.config.src).origin||this.handleIframeMessage(e.data)},!1)}handleIframeMessage(e){switch(e.type){case"iframe_ready":break;case"close_iframe":this.close();break;case"resize_iframe":e.width&&e.height&&this.resizeIframe(e.width,e.height)}}resizeIframe(e,t){this.iframeElement&&(this.iframeElement.style.width=`${e}px`,this.iframeElement.style.height=`${t}px`)}}var i=function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function o(e,t,n,i){return new(n||(n=Promise))(function(o,r){function a(e){try{s(i.next(e))}catch(e){r(e)}}function c(e){try{s(i.throw(e))}catch(e){r(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(a,c)}s((i=i.apply(e,t||[])).next())})}function r(e,t){var n,i,o,r={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=c(0),a.throw=c(1),a.return=c(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(c){return function(s){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(r=0)),r;)try{if(n=1,i&&(o=2&c[0]?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(!(o=r.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){r=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(6===c[0]&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(e){c=[6,e],i=0}finally{n=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}function a(e,t,n){if(n||2===arguments.length)for(var i,o=0,r=t.length;o<r;o++)!i&&o in t||(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;var c="4.6.2";function s(e,t){return new Promise(function(n){return setTimeout(n,e,t)})}function l(e){return!!e&&"function"==typeof e.then}function u(e,t){try{var n=e();l(n)?n.then(function(e){return t(!0,e)},function(e){return t(!1,e)}):t(!0,n)}catch(e){t(!1,e)}}function d(e,t,n){return void 0===n&&(n=16),o(this,void 0,void 0,function(){var i,o,a,c;return r(this,function(r){switch(r.label){case 0:i=Array(e.length),o=Date.now(),a=0,r.label=1;case 1:return a<e.length?(i[a]=t(e[a],a),(c=Date.now())>=o+n?(o=c,[4,new Promise(function(e){var t=new MessageChannel;t.port1.onmessage=function(){return e()},t.port2.postMessage(null)})]):[3,3]):[3,4];case 2:r.sent(),r.label=3;case 3:return++a,[3,1];case 4:return[2,i]}})})}function m(e){return e.then(void 0,function(){}),e}function f(e){return parseInt(e)}function h(e){return parseFloat(e)}function p(e,t){return"number"==typeof e&&isNaN(e)?t:e}function v(e){return e.reduce(function(e,t){return e+(t?1:0)},0)}function b(e,t){if(void 0===t&&(t=1),Math.abs(t)>=1)return Math.round(e/t)*t;var n=1/t;return Math.round(e*n)/n}function g(e,t){var n=e[0]>>>16,i=65535&e[0],o=e[1]>>>16,r=65535&e[1],a=t[0]>>>16,c=65535&t[0],s=t[1]>>>16,l=0,u=0,d=0,m=0;d+=(m+=r+(65535&t[1]))>>>16,m&=65535,u+=(d+=o+s)>>>16,d&=65535,l+=(u+=i+c)>>>16,u&=65535,l+=n+a,l&=65535,e[0]=l<<16|u,e[1]=d<<16|m}function y(e,t){var n=e[0]>>>16,i=65535&e[0],o=e[1]>>>16,r=65535&e[1],a=t[0]>>>16,c=65535&t[0],s=t[1]>>>16,l=65535&t[1],u=0,d=0,m=0,f=0;m+=(f+=r*l)>>>16,f&=65535,d+=(m+=o*l)>>>16,m&=65535,d+=(m+=r*s)>>>16,m&=65535,u+=(d+=i*l)>>>16,d&=65535,u+=(d+=o*s)>>>16,d&=65535,u+=(d+=r*c)>>>16,d&=65535,u+=n*l+i*s+o*c+r*a,u&=65535,e[0]=u<<16|d,e[1]=m<<16|f}function w(e,t){var n=e[0];32===(t%=64)?(e[0]=e[1],e[1]=n):t<32?(e[0]=n<<t|e[1]>>>32-t,e[1]=e[1]<<t|n>>>32-t):(t-=32,e[0]=e[1]<<t|n>>>32-t,e[1]=n<<t|e[1]>>>32-t)}function k(e,t){0!==(t%=64)&&(t<32?(e[0]=e[1]>>>32-t,e[1]=e[1]<<t):(e[0]=e[1]<<t-32,e[1]=0))}function x(e,t){e[0]^=t[0],e[1]^=t[1]}var L=[4283543511,3981806797],E=[3301882366,444984403];function S(e){var t=[0,e[0]>>>1];x(e,t),y(e,L),t[1]=e[0]>>>1,x(e,t),y(e,E),t[1]=e[0]>>>1,x(e,t)}var C=[2277735313,289559509],I=[1291169091,658871167],M=[0,5],V=[0,1390208809],W=[0,944331445];function Z(e,t){var n=function(e){for(var t=new Uint8Array(e.length),n=0;n<e.length;n++){var i=e.charCodeAt(n);if(i>127)return(new TextEncoder).encode(e);t[n]=i}return t}(e);t=t||0;var i,o=[0,n.length],r=o[1]%16,a=o[1]-r,c=[0,t],s=[0,t],l=[0,0],u=[0,0];for(i=0;i<a;i+=16)l[0]=n[i+4]|n[i+5]<<8|n[i+6]<<16|n[i+7]<<24,l[1]=n[i]|n[i+1]<<8|n[i+2]<<16|n[i+3]<<24,u[0]=n[i+12]|n[i+13]<<8|n[i+14]<<16|n[i+15]<<24,u[1]=n[i+8]|n[i+9]<<8|n[i+10]<<16|n[i+11]<<24,y(l,C),w(l,31),y(l,I),x(c,l),w(c,27),g(c,s),y(c,M),g(c,V),y(u,I),w(u,33),y(u,C),x(s,u),w(s,31),g(s,c),y(s,M),g(s,W);l[0]=0,l[1]=0,u[0]=0,u[1]=0;var d=[0,0];switch(r){case 15:d[1]=n[i+14],k(d,48),x(u,d);case 14:d[1]=n[i+13],k(d,40),x(u,d);case 13:d[1]=n[i+12],k(d,32),x(u,d);case 12:d[1]=n[i+11],k(d,24),x(u,d);case 11:d[1]=n[i+10],k(d,16),x(u,d);case 10:d[1]=n[i+9],k(d,8),x(u,d);case 9:d[1]=n[i+8],x(u,d),y(u,I),w(u,33),y(u,C),x(s,u);case 8:d[1]=n[i+7],k(d,56),x(l,d);case 7:d[1]=n[i+6],k(d,48),x(l,d);case 6:d[1]=n[i+5],k(d,40),x(l,d);case 5:d[1]=n[i+4],k(d,32),x(l,d);case 4:d[1]=n[i+3],k(d,24),x(l,d);case 3:d[1]=n[i+2],k(d,16),x(l,d);case 2:d[1]=n[i+1],k(d,8),x(l,d);case 1:d[1]=n[i],x(l,d),y(l,C),w(l,31),y(l,I),x(c,l)}return x(c,o),x(s,o),g(c,s),g(s,c),S(c),S(s),g(c,s),g(s,c),("00000000"+(c[0]>>>0).toString(16)).slice(-8)+("00000000"+(c[1]>>>0).toString(16)).slice(-8)+("00000000"+(s[0]>>>0).toString(16)).slice(-8)+("00000000"+(s[1]>>>0).toString(16)).slice(-8)}function j(e,t,n,i){var a=Object.keys(e).filter(function(e){return!function(e,t){for(var n=0,i=e.length;n<i;++n)if(e[n]===t)return!0;return!1}(n,e)}),c=m(d(a,function(n){return function(e,t){var n=m(new Promise(function(n){var i=Date.now();u(e.bind(null,t),function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var o=Date.now()-i;if(!e[0])return n(function(){return{error:e[1],duration:o}});var r=e[1];if(function(e){return"function"!=typeof e}(r))return n(function(){return{value:r,duration:o}});n(function(){return new Promise(function(e){var t=Date.now();u(r,function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var r=o+Date.now()-t;if(!n[0])return e({error:n[1],duration:r});e({value:n[1],duration:r})})})})})}));return function(){return n.then(function(e){return e()})}}(e[n],t)},i));return function(){return o(this,void 0,void 0,function(){var e,t,n,o;return r(this,function(r){switch(r.label){case 0:return[4,c];case 1:return[4,d(r.sent(),function(e){return m(e())},i)];case 2:return e=r.sent(),[4,Promise.all(e)];case 3:for(t=r.sent(),n={},o=0;o<a.length;++o)n[a[o]]=t[o];return[2,n]}})})}}function R(){var e=window,t=navigator;return v(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function F(){var e=window,t=navigator;return v(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,0===(t.vendor||"").indexOf("Google"),"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function G(){var e=window;return v(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,0===navigator.vendor.indexOf("Apple"),"RGBColor"in e,"WebKitMediaKeys"in e])>=4}function P(){var e=window,t=e.HTMLElement,n=e.Document;return v(["safari"in e,!("ongestureend"in e),!("TouchEvent"in e),!("orientation"in e),t&&!("autocapitalize"in t.prototype),n&&"pointerLockElement"in n.prototype])>=4}function Y(){var e,t=window;return e=t.print,/^function\s.*?\{\s*\[native code]\s*}$/.test(String(e))&&"[object WebPageNamespace]"===String(t.browser)}function N(){var e,t,n=window;return v(["buildID"in navigator,"MozAppearance"in(null!==(t=null===(e=document.documentElement)||void 0===e?void 0:e.style)&&void 0!==t?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function X(){var e=window,t=navigator,n=e.CSS,i=e.HTMLButtonElement;return v([!("getStorageUpdates"in t),i&&"popover"in i.prototype,"CSSCounterStyleRule"in e,n.supports("font-size-adjust: ex-height 0.5"),n.supports("text-transform: full-width")])>=4}function A(){var e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function H(){var e=F(),t=N(),n=window,i=navigator,o="connection";return e?v([!("SharedWorker"in n),i[o]&&"ontypechange"in i[o],!("sinkId"in new Audio)])>=2:!!t&&v(["onorientationchange"in n,"orientation"in n,/android/i.test(i.appVersion)])>=2}function O(e){var t=new Error(e);return t.name=e,t}function T(e,t,n){var i,a,c;return void 0===n&&(n=50),o(this,void 0,void 0,function(){var o,l;return r(this,function(r){switch(r.label){case 0:o=document,r.label=1;case 1:return o.body?[3,3]:[4,s(n)];case 2:return r.sent(),[3,1];case 3:l=o.createElement("iframe"),r.label=4;case 4:return r.trys.push([4,,10,11]),[4,new Promise(function(e,n){var i=!1,r=function(){i=!0,e()};l.onload=r,l.onerror=function(e){i=!0,n(e)};var a=l.style;a.setProperty("display","block","important"),a.position="absolute",a.top="0",a.left="0",a.visibility="hidden",t&&"srcdoc"in l?l.srcdoc=t:l.src="about:blank",o.body.appendChild(l);var c=function(){var e,t;i||("complete"===(null===(t=null===(e=l.contentWindow)||void 0===e?void 0:e.document)||void 0===t?void 0:t.readyState)?r():setTimeout(c,10))};c()})];case 5:r.sent(),r.label=6;case 6:return(null===(a=null===(i=l.contentWindow)||void 0===i?void 0:i.document)||void 0===a?void 0:a.body)?[3,8]:[4,s(n)];case 7:return r.sent(),[3,6];case 8:return[4,e(l,l.contentWindow)];case 9:return[2,r.sent()];case 10:return null===(c=l.parentNode)||void 0===c||c.removeChild(l),[7];case 11:return[2]}})})}function z(e){for(var t=function(e){for(var t,n,i="Unexpected syntax '".concat(e,"'"),o=/^\s*([a-z-]*)(.*)$/i.exec(e),r=o[1]||void 0,a={},c=/([.:#][\w-]+|\[.+?\])/gi,s=function(e,t){a[e]=a[e]||[],a[e].push(t)};;){var l=c.exec(o[2]);if(!l)break;var u=l[0];switch(u[0]){case".":s("class",u.slice(1));break;case"#":s("id",u.slice(1));break;case"[":var d=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(u);if(!d)throw new Error(i);s(d[1],null!==(n=null!==(t=d[4])&&void 0!==t?t:d[5])&&void 0!==n?n:"");break;default:throw new Error(i)}}return[r,a]}(e),n=t[0],i=t[1],o=document.createElement(null!=n?n:"div"),r=0,a=Object.keys(i);r<a.length;r++){var c=a[r],s=i[c].join(" ");"style"===c?D(o.style,s):o.setAttribute(c,s)}return o}function D(e,t){for(var n=0,i=t.split(";");n<i.length;n++){var o=i[n],r=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(o);if(r){var a=r[1],c=r[2],s=r[4];e.setProperty(a,c,s||"")}}}var J=["monospace","sans-serif","serif"],_=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function B(e){return e.toDataURL()}var U,Q;function K(){var e=this;return function(){if(void 0===Q){var e=function(){var t=q();$(t)?Q=setTimeout(e,2500):(U=t,Q=void 0)};e()}}(),function(){return o(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return $(e=q())?U?[2,a([],U,!0)]:(n=document).fullscreenElement||n.msFullscreenElement||n.mozFullScreenElement||n.webkitFullscreenElement?[4,A()]:[3,2]:[3,2];case 1:t.sent(),e=q(),t.label=2;case 2:return $(e)||(U=e),[2,e]}var n})})}}function q(){var e=screen;return[p(h(e.availTop),null),p(h(e.width)-h(e.availWidth)-p(h(e.availLeft),0),null),p(h(e.height)-h(e.availHeight)-p(h(e.availTop),0),null),p(h(e.availLeft),null)]}function $(e){for(var t=0;t<4;++t)if(e[t])return!1;return!0}function ee(e){var t;return o(this,void 0,void 0,function(){var n,i,o,a,c,l,u;return r(this,function(r){switch(r.label){case 0:for(n=document,i=n.createElement("div"),o=new Array(e.length),a={},te(i),u=0;u<e.length;++u)"DIALOG"===(c=z(e[u])).tagName&&c.show(),te(l=n.createElement("div")),l.appendChild(c),i.appendChild(l),o[u]=c;r.label=1;case 1:return n.body?[3,3]:[4,s(50)];case 2:return r.sent(),[3,1];case 3:n.body.appendChild(i);try{for(u=0;u<e.length;++u)o[u].offsetParent||(a[e[u]]=!0)}finally{null===(t=i.parentNode)||void 0===t||t.removeChild(i)}return[2,a]}})})}function te(e){e.style.setProperty("visibility","hidden","important"),e.style.setProperty("display","block","important")}function ne(e){return matchMedia("(inverted-colors: ".concat(e,")")).matches}function ie(e){return matchMedia("(forced-colors: ".concat(e,")")).matches}function oe(e){return matchMedia("(prefers-contrast: ".concat(e,")")).matches}function re(e){return matchMedia("(prefers-reduced-motion: ".concat(e,")")).matches}function ae(e){return matchMedia("(prefers-reduced-transparency: ".concat(e,")")).matches}function ce(e){return matchMedia("(dynamic-range: ".concat(e,")")).matches}var se=Math,le=function(){return 0};var ue={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};var de=function(){for(var e=window;;){var t=e.parent;if(!t||t===e)return!1;try{if(t.location.origin!==e.location.origin)return!0}catch(e){if(e instanceof Error&&"SecurityError"===e.name)return!0;throw e}e=t}};var me=new Set([10752,2849,2884,2885,2886,2928,2929,2930,2931,2932,2960,2961,2962,2963,2964,2965,2966,2967,2968,2978,3024,3042,3088,3089,3106,3107,32773,32777,32777,32823,32824,32936,32937,32938,32939,32968,32969,32970,32971,3317,33170,3333,3379,3386,33901,33902,34016,34024,34076,3408,3410,3411,3412,3413,3414,3415,34467,34816,34817,34818,34819,34877,34921,34930,35660,35661,35724,35738,35739,36003,36004,36005,36347,36348,36349,37440,37441,37443,7936,7937,7938]),fe=new Set([34047,35723,36063,34852,34853,34854,34229,36392,36795,38449]),he=["FRAGMENT_SHADER","VERTEX_SHADER"],pe=["LOW_FLOAT","MEDIUM_FLOAT","HIGH_FLOAT","LOW_INT","MEDIUM_INT","HIGH_INT"],ve="WEBGL_debug_renderer_info";function be(e){if(e.webgl)return e.webgl.context;var t,n=document.createElement("canvas");n.addEventListener("webglCreateContextError",function(){return t=void 0});for(var i=0,o=["webgl","experimental-webgl"];i<o.length;i++){var r=o[i];try{t=n.getContext(r)}catch(e){}if(t)break}return e.webgl={context:t},t}function ge(e,t,n){var i=e.getShaderPrecisionFormat(e[t],e[n]);return i?[i.rangeMin,i.rangeMax,i.precision]:[]}function ye(e){return Object.keys(e.__proto__).filter(we)}function we(e){return"string"==typeof e&&!e.match(/[^A-Z0-9_x]/)}function ke(){return N()}function xe(){return F()||G()}function Le(e){return"function"==typeof e.getParameter}var Ee={fonts:function(){var e=this;return T(function(t,n){var i=n.document;return o(e,void 0,void 0,function(){var e,t,n,o,a,c,s,l,u,d,m;return r(this,function(r){for((e=i.body).style.fontSize="48px",(t=i.createElement("div")).style.setProperty("visibility","hidden","important"),n={},o={},a=function(e){var n=i.createElement("span"),o=n.style;return o.position="absolute",o.top="0",o.left="0",o.fontFamily=e,n.textContent="mmMwWLliI0O&1",t.appendChild(n),n},c=function(e,t){return a("'".concat(e,"',").concat(t))},s=function(){for(var e={},t=function(t){e[t]=J.map(function(e){return c(t,e)})},n=0,i=_;n<i.length;n++){t(i[n])}return e},l=function(e){return J.some(function(t,i){return e[i].offsetWidth!==n[t]||e[i].offsetHeight!==o[t]})},u=function(){return J.map(a)}(),d=s(),e.appendChild(t),m=0;m<J.length;m++)n[J[m]]=u[m].offsetWidth,o[J[m]]=u[m].offsetHeight;return[2,_.filter(function(e){return l(d[e])})]})})})},domBlockers:function(e){var t=(void 0===e?{}:e).debug;return o(this,void 0,void 0,function(){var e,n,i,o,a;return r(this,function(r){switch(r.label){case 0:return G()||H()?(c=atob,e={abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",'[title="ALIENBOLA" i]',c("I0JveC1CYW5uZXItYWRz")],abpvn:[".quangcao","#mobileCatfish",c("LmNsb3NlLWFkcw=="),'[id^="bn_bottom_fixed_"]',"#pmadv"],adBlockFinland:[".mainostila",c("LnNwb25zb3JpdA=="),".ylamainos",c("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",c("YVtocmVmXj0iaHR0cDovL2cxLnYuZndtcm0ubmV0L2FkLyJd")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",c("LmhlYWRlci1ibG9ja2VkLWFk"),c("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:[".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil",'[data-cypress="soft-push-notification-modal"]'],adGuardBase:[".BetterJsPopOverlay",c("I2FkXzMwMFgyNTA="),c("I2Jhbm5lcmZsb2F0MjI="),c("I2NhbXBhaWduLWJhbm5lcg=="),c("I0FkLUNvbnRlbnQ=")],adGuardChinese:[c("LlppX2FkX2FfSA=="),c("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),"#widget-quan",c("YVtocmVmKj0iLzg0OTkyMDIwLnh5eiJd"),c("YVtocmVmKj0iLjE5NTZobC5jb20vIl0=")],adGuardFrench:["#pavePub",c("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv",c("LmFkc19iYW4=")],adGuardGerman:['aside[data-portal-id="leaderboard"]'],adGuardJapanese:["#kauli_yad_1",c("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),c("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),c("LmFkZ29vZ2xl"),c("Ll9faXNib29zdFJldHVybkFk")],adGuardMobile:[c("YW1wLWF1dG8tYWRz"),c("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",c("I2FkX2ludmlld19hcmVh")],adGuardRussian:[c("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),c("LnJlY2xhbWE="),'div[id^="smi2adblock"]',c("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),"#psyduckpockeball"],adGuardSocial:[c("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),c("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",".cnt-publi"],adGuardTrackingProtection:["#qoo-counter",c("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),c("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),c("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",c("I3Jla2xhbWk="),c("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),c("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),c("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[c("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers"],easyList:[".yb-floorad",c("LndpZGdldF9wb19hZHNfd2lkZ2V0"),c("LnRyYWZmaWNqdW5reS1hZA=="),".textad_headline",c("LnNwb25zb3JlZC10ZXh0LWxpbmtz")],easyListChina:[c("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),c("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box",".cfa_popup"],easyListCookie:[".ezmob-footer",".cc-CookieWarning","[data-cookie-number]",c("LmF3LWNvb2tpZS1iYW5uZXI="),".sygnal24-gdpr-modal-wrap"],easyListCzechSlovak:["#onlajny-stickers",c("I3Jla2xhbW5pLWJveA=="),c("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",c("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[c("I2FkdmVydGVudGll"),c("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",c("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:["#SSpotIMPopSlider",c("LnNwb25zb3JsaW5rZ3J1ZW4="),c("I3dlcmJ1bmdza3k="),c("I3Jla2xhbWUtcmVjaHRzLW1pdHRl"),c("YVtocmVmXj0iaHR0cHM6Ly9iZDc0Mi5jb20vIl0=")],easyListItaly:[c("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",c("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[c("LnJla2xhbW9zX3RhcnBhcw=="),c("LnJla2xhbW9zX251b3JvZG9z"),c("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),c("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),c("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[c("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#ac-lre-player",".navigate-to-top","#subscribe_popup",".newsletter_holder","#back-top"],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:["#FollowUs","#meteored_share","#social_follow",".article-sharer",".community__social-desc"],frellwitSwedish:[c("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),c("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",c("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[c("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),c("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),c("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",c("LmFkX19tYWlu"),c("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container","#cookies-policy-sticky","#stickyCookieBar"],icelandicAbp:[c("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[c("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),c("I2xpdmVyZUFkV3JhcHBlcg=="),c("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),c("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[c("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",c("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),c("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),c("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[c("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),c("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),c("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",c("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),c("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),c("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),c("ZGl2I3NrYXBpZWNfYWQ=")],ro:[c("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),c("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd"),'a[href^="/url/"]'],ruAd:[c("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),c("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),c("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",c("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),c("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",c("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]},n=Object.keys(e),[4,ee((a=[]).concat.apply(a,n.map(function(t){return e[t]})))]):[2,void 0];case 1:return i=r.sent(),t&&function(e,t){for(var n=0,i=Object.keys(e);n<i.length;n++){var o=i[n];"\n".concat(o,":");for(var r=0,a=e[o];r<a.length;r++){var c=a[r];"\n ".concat(t[c]?"🚫":"➡️"," ").concat(c)}}}(e,i),(o=n.filter(function(t){var n=e[t];return v(n.map(function(e){return i[e]}))>.6*n.length})).sort(),[2,o]}var c})})},fontPreferences:function(){return function(e,t){void 0===t&&(t=4e3);return T(function(n,i){var o=i.document,r=o.body,c=r.style;c.width="".concat(t,"px"),c.webkitTextSizeAdjust=c.textSizeAdjust="none",F()?r.style.zoom="".concat(1/i.devicePixelRatio):G()&&(r.style.zoom="reset");var s=o.createElement("div");return s.textContent=a([],Array(t/20|0),!0).map(function(){return"word"}).join(" "),r.appendChild(s),e(o,r)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}(function(e,t){for(var n={},i={},o=0,r=Object.keys(ue);o<r.length;o++){var a=r[o],c=ue[a],s=c[0],l=void 0===s?{}:s,u=c[1],d=void 0===u?"mmMwWLliI0fiflO&1":u,m=e.createElement("span");m.textContent=d,m.style.whiteSpace="nowrap";for(var f=0,h=Object.keys(l);f<h.length;f++){var p=h[f],v=l[p];void 0!==v&&(m.style[p]=v)}n[a]=m,t.append(e.createElement("br"),m)}for(var b=0,g=Object.keys(ue);b<g.length;b++){i[a=g[b]]=n[a].getBoundingClientRect().width}return i})},audio:function(){return G()&&X()&&Y()||F()&&(e=navigator,t=window,n=Audio.prototype,i=t.visualViewport,v(["srLatency"in n,"srChannelCount"in n,"devicePosture"in e,i&&"segments"in i,"getTextInformation"in Image.prototype])>=3)&&function(){var e=window,t=e.URLPattern;return v(["union"in Set.prototype,"Iterator"in e,t&&"hasRegExpGroups"in t.prototype,"RGB8"in WebGLRenderingContext.prototype])>=3}()?-4:function(){var e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(G()&&!P()&&!function(){var e=window;return v(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}())return-1;var n=4500,i=new t(1,5e3,44100),o=i.createOscillator();o.type="triangle",o.frequency.value=1e4;var r=i.createDynamicsCompressor();r.threshold.value=-50,r.knee.value=40,r.ratio.value=12,r.attack.value=0,r.release.value=.25,o.connect(r),r.connect(i.destination),o.start(0);var a=function(e){var t=3,n=500,i=500,o=5e3,r=function(){},a=new Promise(function(a,c){var s=!1,u=0,d=0;e.oncomplete=function(e){return a(e.renderedBuffer)};var f=function(){setTimeout(function(){return c(O("timeout"))},Math.min(i,d+o-Date.now()))},h=function(){try{var i=e.startRendering();switch(l(i)&&m(i),e.state){case"running":d=Date.now(),s&&f();break;case"suspended":document.hidden||u++,s&&u>=t?c(O("suspended")):setTimeout(h,n)}}catch(e){c(e)}};h(),r=function(){s||(s=!0,d>0&&f())}});return[a,r]}(i),c=a[0],s=a[1],u=m(c.then(function(e){return function(e){for(var t=0,n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}(e.getChannelData(0).subarray(n))},function(e){if("timeout"===e.name||"suspended"===e.name)return-3;throw e}));return function(){return s(),u}}();var e,t,n,i},screenFrame:function(){var e=this;if(G()&&X()&&Y())return function(){return Promise.resolve(void 0)};var t=K();return function(){return o(e,void 0,void 0,function(){var e,n;return r(this,function(i){switch(i.label){case 0:return[4,t()];case 1:return e=i.sent(),[2,[(n=function(e){return null===e?null:b(e,10)})(e[0]),n(e[1]),n(e[2]),n(e[3])]]}})})}},canvas:function(){return function(e){var t,n,i,o=!1,r=function(){var e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}(),a=r[0],c=r[1];!function(e,t){return!(!t||!e.toDataURL)}(a,c)?n=i="unsupported":(o=function(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}(c),e?n=i="skipped":(t=function(e,t){!function(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';var n="Cwm fjordbank gly ".concat(String.fromCharCode(55357,56835));t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}(e,t);var n=B(e),i=B(e);if(n!==i)return["unstable","unstable"];!function(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(var n=0,i=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<i.length;n++){var o=i[n],r=o[0],a=o[1],c=o[2];t.fillStyle=r,t.beginPath(),t.arc(a,c,40,0,2*Math.PI,!0),t.closePath(),t.fill()}t.fillStyle="#f9c",t.arc(60,60,60,0,2*Math.PI,!0),t.arc(60,60,20,0,2*Math.PI,!0),t.fill("evenodd")}(e,t);var o=B(e);return[o,n]}(a,c),n=t[0],i=t[1]));return{winding:o,geometry:n,text:i}}(G()&&X()&&Y())},osCpu:function(){return navigator.oscpu},languages:function(){var e,t=navigator,n=[],i=t.language||t.userLanguage||t.browserLanguage||t.systemLanguage;if(void 0!==i&&n.push([i]),Array.isArray(t.languages))F()&&v([!("MediaSettingsRange"in(e=window)),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3||n.push(t.languages);else if("string"==typeof t.languages){var o=t.languages;o&&n.push(o.split(","))}return n},colorDepth:function(){return window.screen.colorDepth},deviceMemory:function(){return p(h(navigator.deviceMemory),void 0)},screenResolution:function(){var e,t,n;if(!(G()&&X()&&Y()))return e=screen,(n=[(t=function(e){return p(f(e),null)})(e.width),t(e.height)]).sort().reverse(),n},hardwareConcurrency:function(){return p(f(navigator.hardwareConcurrency),void 0)},timezone:function(){var e,t=null===(e=window.Intl)||void 0===e?void 0:e.DateTimeFormat;if(t){var n=(new t).resolvedOptions().timeZone;if(n)return n}var i,o=(i=(new Date).getFullYear(),-Math.max(h(new Date(i,0,1).getTimezoneOffset()),h(new Date(i,6,1).getTimezoneOffset())));return"UTC".concat(o>=0?"+":"").concat(o)},sessionStorage:function(){try{return!!window.sessionStorage}catch(e){return!0}},localStorage:function(){try{return!!window.localStorage}catch(e){return!0}},indexedDB:function(){var e,t;if(!(R()||(e=window,t=navigator,v(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!R())))try{return!!window.indexedDB}catch(e){return!0}},openDatabase:function(){return!!window.openDatabase},cpuClass:function(){return navigator.cpuClass},platform:function(){var e=navigator.platform;return"MacIntel"===e&&G()&&!P()?function(){if("iPad"===navigator.platform)return!0;var e=screen,t=e.width/e.height;return v(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}()?"iPad":"iPhone":e},plugins:function(){var e=navigator.plugins;if(e){for(var t=[],n=0;n<e.length;++n){var i=e[n];if(i){for(var o=[],r=0;r<i.length;++r){var a=i[r];o.push({type:a.type,suffixes:a.suffixes})}t.push({name:i.name,description:i.description,mimeTypes:o})}}return t}},touchSupport:function(){var e,t=navigator,n=0;void 0!==t.maxTouchPoints?n=f(t.maxTouchPoints):void 0!==t.msMaxTouchPoints&&(n=t.msMaxTouchPoints);try{document.createEvent("TouchEvent"),e=!0}catch(t){e=!1}return{maxTouchPoints:n,touchEvent:e,touchStart:"ontouchstart"in window}},vendor:function(){return navigator.vendor||""},vendorFlavors:function(){for(var e=[],t=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];t<n.length;t++){var i=n[t],o=window[i];o&&"object"==typeof o&&e.push(i)}return e.sort()},cookiesEnabled:function(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var t=-1!==e.cookie.indexOf("cookietest=");return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch(e){return!1}},colorGamut:function(){for(var e=0,t=["rec2020","p3","srgb"];e<t.length;e++){var n=t[e];if(matchMedia("(color-gamut: ".concat(n,")")).matches)return n}},invertedColors:function(){return!!ne("inverted")||!ne("none")&&void 0},forcedColors:function(){return!!ie("active")||!ie("none")&&void 0},monochrome:function(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=100;++e)if(matchMedia("(max-monochrome: ".concat(e,")")).matches)return e;throw new Error("Too high value")}},contrast:function(){return oe("no-preference")?0:oe("high")||oe("more")?1:oe("low")||oe("less")?-1:oe("forced")?10:void 0},reducedMotion:function(){return!!re("reduce")||!re("no-preference")&&void 0},reducedTransparency:function(){return!!ae("reduce")||!ae("no-preference")&&void 0},hdr:function(){return!!ce("high")||!ce("standard")&&void 0},math:function(){var e,t=se.acos||le,n=se.acosh||le,i=se.asin||le,o=se.asinh||le,r=se.atanh||le,a=se.atan||le,c=se.sin||le,s=se.sinh||le,l=se.cos||le,u=se.cosh||le,d=se.tan||le,m=se.tanh||le,f=se.exp||le,h=se.expm1||le,p=se.log1p||le;return{acos:t(.12312423423423424),acosh:n(1e308),acoshPf:(e=1e154,se.log(e+se.sqrt(e*e-1))),asin:i(.12312423423423424),asinh:o(1),asinhPf:function(e){return se.log(e+se.sqrt(e*e+1))}(1),atanh:r(.5),atanhPf:function(e){return se.log((1+e)/(1-e))/2}(.5),atan:a(.5),sin:c(-1e300),sinh:s(1),sinhPf:function(e){return se.exp(e)-1/se.exp(e)/2}(1),cos:l(10.000000000123),cosh:u(1),coshPf:function(e){return(se.exp(e)+1/se.exp(e))/2}(1),tan:d(-1e300),tanh:m(1),tanhPf:function(e){return(se.exp(2*e)-1)/(se.exp(2*e)+1)}(1),exp:f(1),expm1:h(1),expm1Pf:function(e){return se.exp(e)-1}(1),log1p:p(10),log1pPf:function(e){return se.log(1+e)}(10),powPI:function(e){return se.pow(se.PI,e)}(-100)}},pdfViewerEnabled:function(){return navigator.pdfViewerEnabled},architecture:function(){var e=new Float32Array(1),t=new Uint8Array(e.buffer);return e[0]=1/0,e[0]=e[0]-e[0],t[3]},applePay:function(){var e=window.ApplePaySession;if("function"!=typeof(null==e?void 0:e.canMakePayments))return-1;if(de())return-3;try{return e.canMakePayments()?1:0}catch(e){return function(e){if(e instanceof Error&&"InvalidAccessError"===e.name&&/\bfrom\b.*\binsecure\b/i.test(e.message))return-2;throw e}(e)}},privateClickMeasurement:function(){var e,t=document.createElement("a"),n=null!==(e=t.attributionSourceId)&&void 0!==e?e:t.attributionsourceid;return void 0===n?void 0:String(n)},audioBaseLatency:function(){if(!(H()||G()))return-2;if(!window.AudioContext)return-1;var e=(new AudioContext).baseLatency;return null==e?-1:isFinite(e)?e:-3},dateTimeLocale:function(){if(!window.Intl)return-1;var e=window.Intl.DateTimeFormat;if(!e)return-2;var t=e().resolvedOptions().locale;return t||""===t?t:-3},webGlBasics:function(e){var t,n,i,o,r,a,c=be(e.cache);if(!c)return-1;if(!Le(c))return-2;var s=ke()?null:c.getExtension(ve);return{version:(null===(t=c.getParameter(c.VERSION))||void 0===t?void 0:t.toString())||"",vendor:(null===(n=c.getParameter(c.VENDOR))||void 0===n?void 0:n.toString())||"",vendorUnmasked:s?null===(i=c.getParameter(s.UNMASKED_VENDOR_WEBGL))||void 0===i?void 0:i.toString():"",renderer:(null===(o=c.getParameter(c.RENDERER))||void 0===o?void 0:o.toString())||"",rendererUnmasked:s?null===(r=c.getParameter(s.UNMASKED_RENDERER_WEBGL))||void 0===r?void 0:r.toString():"",shadingLanguageVersion:(null===(a=c.getParameter(c.SHADING_LANGUAGE_VERSION))||void 0===a?void 0:a.toString())||""}},webGlExtensions:function(e){var t=be(e.cache);if(!t)return-1;if(!Le(t))return-2;var n=t.getSupportedExtensions(),i=t.getContextAttributes(),o=[],r=[],a=[],c=[],s=[];if(i)for(var l=0,u=Object.keys(i);l<u.length;l++){var d=u[l];r.push("".concat(d,"=").concat(i[d]))}for(var m=0,f=ye(t);m<f.length;m++){var h=t[k=f[m]];a.push("".concat(k,"=").concat(h).concat(me.has(h)?"=".concat(t.getParameter(h)):""))}if(n)for(var p=0,v=n;p<v.length;p++){var b=v[p];if(!(b===ve&&ke()||"WEBGL_polygon_mode"===b&&xe())){var g=t.getExtension(b);if(g)for(var y=0,w=ye(g);y<w.length;y++){var k;h=g[k=w[y]];c.push("".concat(k,"=").concat(h).concat(fe.has(h)?"=".concat(t.getParameter(h)):""))}else o.push(b)}}for(var x=0,L=he;x<L.length;x++)for(var E=L[x],S=0,C=pe;S<C.length;S++){var I=C[S],M=ge(t,E,I);s.push("".concat(E,".").concat(I,"=").concat(M.join(",")))}return c.sort(),a.sort(),{contextAttributes:r,parameters:a,shaderPrecisions:s,extensions:n,extensionParameters:c,unsupportedExtensions:o}}};function Se(e){var t=function(e){if(H())return.4;if(G())return!P()||X()&&Y()?.3:.5;var t="value"in e.platform?e.platform.value:"";if(/^Win/.test(t))return.6;if(/^Mac/.test(t))return.5;return.7}(e),n=function(e){return b(.99+.01*e,1e-4)}(t);return{score:t,comment:"$ if upgrade to Pro: https://fpjs.dev/pro".replace(/\$/g,"".concat(n))}}function Ce(e){return Z(function(e){for(var t="",n=0,i=Object.keys(e).sort();n<i.length;n++){var o=i[n],r=e[o],a="error"in r?"error":JSON.stringify(r.value);t+="".concat(t?"|":"").concat(o.replace(/([:|\\])/g,"\\$1"),":").concat(a)}return t}(e))}function Ie(e){return void 0===e&&(e=50),function(e,t){void 0===t&&(t=1/0);var n=window.requestIdleCallback;return n?new Promise(function(e){return n.call(window,function(){return e()},{timeout:t})}):s(Math.min(e,t))}(e,2*e)}function Me(e,t){Date.now();return{get:function(n){return o(this,void 0,void 0,function(){var i,o;return r(this,function(r){switch(r.label){case 0:return Date.now(),[4,e()];case 1:return i=r.sent(),o=function(e){var t,n=Se(e);return{get visitorId(){return void 0===t&&(t=Ce(this.components)),t},set visitorId(e){t=e},confidence:n,components:e,version:c}}(i),t||null==n||n.debug,[2,o]}})})}}}var Ve={load:function(e){var t;return void 0===e&&(e={}),o(this,void 0,void 0,function(){var n,i,o;return r(this,function(r){switch(r.label){case 0:return(null===(t=e.monitoring)||void 0===t||t)&&function(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var e=new XMLHttpRequest;e.open("get","https://m1.openfpcdn.io/fingerprintjs/v".concat(c,"/npm-monitoring"),!0),e.send()}catch(e){}}(),n=e.delayFallback,i=e.debug,[4,Ie(n)];case 1:return r.sent(),o=function(e){return j(Ee,e,[])}({cache:{},debug:i}),[2,Me(o,i)]}})})},hashComponents:Ce,componentsToDebugString:function(e){return JSON.stringify(e,function(e,t){return t instanceof Error?i({name:(n=t).name,message:n.message,stack:null===(o=n.stack)||void 0===o?void 0:o.split("\n")},n):t;var n,o},2)}};class We{constructor(){this.iconManager=null,this.iframeManager=null,this.config=null,this.isInitialized=!1}async init(e,i){if(!this.isInitialized){this.config=e;try{const o=await this.getDeviceId(),r=this.buildIframeUrl(e,o);this.iconManager=new t,await this.iconManager.show(),this.iframeManager=new n({src:r,mode:"auto",width:400,height:600,allowClose:!0,...i}),await this.iframeManager.init(),this.iconManager.onClick(()=>{this.iframeManager?.show()}),this.isInitialized=!0}catch(e){throw e}}}showIcon(){this.iconManager?.show()}hideIcon(){this.iconManager?.hide()}setIconPosition(e){this.iconManager?.setPosition(e)}setIconStyle(e){this.iconManager?.setStyle(e)}openChat(){this.iframeManager?.open()}closeChat(){this.iframeManager?.close()}isChatOpen(){return this.iframeManager?.isIframeOpen()||!1}sendToIframe(e){this.iframeManager?.sendToIframe(e)}getConnectionStatus(){return this.isInitialized}showNotification(e=1,t={}){this.iconManager&&(this.iconManager.showNotification({badgeCount:"string"==typeof e?0:e,badgeText:"string"==typeof e?e:"",pulse:t.pulse||!1}),t.autoHide&&t.autoHide>0&&setTimeout(()=>{this.iconManager?.clearNotification()},t.autoHide))}clearNotification(){this.iconManager?.clearNotification()}destroy(){this.iconManager?.hide(),this.iframeManager?.close(),this.iconManager=null,this.iframeManager=null,this.config=null,this.isInitialized=!1}async getDeviceId(){try{const e=await Ve.load();return(await e.get()).visitorId}catch(e){return"device_"+Date.now()+"_"+Math.random().toString(36).substr(2,9)}}buildIframeUrl(e,t){const n=e.iframeUrl;if(!n||""===n.trim())throw new Error("iframeUrl is required but not provided or is empty");const i=new URL(n);return i.searchParams.set("Agent",e.agent),i.searchParams.set("Authorization",e.token),i.searchParams.set("DeviceSign",t),i.searchParams.set("Referrer",document.referrer),i.toString()}}let Ze=null;const je=async(e,t)=>{Ze||(Ze=new We),await Ze.init(e,t)},Re=()=>{if(!Ze)throw new Error("SDK not initialized. Call init() first.");return Ze},Fe=()=>{Re().showIcon()},Ge=()=>{Re().hideIcon()},Pe=e=>{Re().setIconPosition(e)},Ye=e=>{Re().setIconStyle(e)},Ne=()=>{Re().openChat()},Xe=()=>{Re().closeChat()},Ae=()=>Re().isChatOpen(),He=e=>{Re().sendToIframe(e)},Oe=()=>Re().getConnectionStatus(),Te=(e=1,t={})=>{Re().showNotification(e,t)},ze=()=>{Re().clearNotification()},De=()=>{Re().destroy(),Ze=null};var Je={init:je,getInstance:Re,showIcon:Fe,hideIcon:Ge,setIconPosition:Pe,setIconStyle:Ye,openChat:Ne,closeChat:Xe,isChatOpen:Ae,sendToIframe:He,getConnectionStatus:Oe,showNotification:Te,clearNotification:ze,destroy:De};e.CustomerServiceSDK=We,e.clearNotification=ze,e.closeChat=Xe,e.default=Je,e.destroy=De,e.getConnectionStatus=Oe,e.getInstance=Re,e.hideIcon=Ge,e.init=je,e.isChatOpen=Ae,e.openChat=Ne,e.sendToIframe=He,e.setIconPosition=Pe,e.setIconStyle=Ye,e.showIcon=Fe,e.showNotification=Te,Object.defineProperty(e,"__esModule",{value:!0})});
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGtD;;;;GAIG;AACH,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,MAAM,CAAyB;IACvC,OAAO,CAAC,aAAa,CAAQ;IAE7B;;;;OAIG;IACG,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IA+CzE;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,eAAe,CAAC,QAAQ,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,GAAG,IAAI;IAI1F;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE;QAClB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,GAAG,IAAI;IAIR;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAIjB;;OAEG;IACH,UAAU,IAAI,OAAO;IAIrB;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAI7B;;;OAGG;IACH,mBAAmB,IAAI,OAAO;IAI9B;;OAEG;IACH,gBAAgB,CAAC,UAAU,GAAE,MAAM,GAAG,MAAU,EAAE,OAAO,GAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAO,GAAG,IAAI;IAoB7G;;OAEG;IACH,iBAAiB,IAAI,IAAI;IAIzB;;OAEG;IACH,OAAO,IAAI,IAAI;IAUf;;OAEG;YACW,WAAW;IAkBzB;;OAEG;IACH,OAAO,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGtD;;;;GAIG;AACH,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,MAAM,CAAyB;IACvC,OAAO,CAAC,aAAa,CAAQ;IAE7B;;;;OAIG;IACG,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IA+CzE;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,eAAe,CAAC,QAAQ,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,GAAG,IAAI;IAI1F;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE;QAClB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,GAAG,IAAI;IAIR;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAIjB;;OAEG;IACH,UAAU,IAAI,OAAO;IAIrB;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAI7B;;;OAGG;IACH,mBAAmB,IAAI,OAAO;IAI9B;;OAEG;IACH,gBAAgB,CAAC,UAAU,GAAE,MAAM,GAAG,MAAU,EAAE,OAAO,GAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAO,GAAG,IAAI;IAoB7G;;OAEG;IACH,iBAAiB,IAAI,IAAI;IAIzB;;OAEG;IACH,OAAO,IAAI,IAAI;IAUf;;OAEG;YACW,WAAW;IAkBzB;;OAEG;IACH,OAAO,CAAC,cAAc;CAiBvB;AAKD;;;;GAIG;AACH,eAAO,MAAM,IAAI,GAAU,QAAQ,SAAS,EAAE,UAAU,iBAAiB,KAAG,OAAO,CAAC,IAAI,CAKvF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,QAAO,kBAK9B,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,QAAO,IAG3B,CAAA;AAED,eAAO,MAAM,QAAQ,QAAO,IAG3B,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,UAAU,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,KAAG,IAGrG,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,OAAO;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,KAAG,IAG3G,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,QAAO,IAG3B,CAAA;AAED,eAAO,MAAM,SAAS,QAAO,IAG5B,CAAA;AAED,eAAO,MAAM,UAAU,QAAO,OAG7B,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,MAAM,GAAG,KAAG,IAGxC,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,QAAO,OAGtC,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAAI,aAAY,MAAM,GAAG,MAAU,EAAE,UAAS;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAO,KAAG,IAGxH,CAAA;AAED,eAAO,MAAM,iBAAiB,QAAO,IAGpC,CAAA;AAED,eAAO,MAAM,OAAO,QAAO,IAI1B,CAAA;;mBA3FkC,SAAS,YAAY,iBAAiB,KAAG,OAAO,CAAC,IAAI,CAAC;uBAU1D,kBAAkB;oBAUrB,IAAI;oBAKJ,IAAI;gCAKU,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,KAAG,IAAI;0BAKtE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAG,IAAI;oBAQpF,IAAI;qBAKH,IAAI;sBAKH,OAAO;yBAQF,GAAG,KAAG,IAAI;+BAQN,OAAO;oCAQD,MAAM,GAAG,MAAM,YAAe;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,KAAQ,IAAI;6BAKxF,IAAI;mBAKd,IAAI;;AAO/B,wBAeC;AAGD,YAAY,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAA"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAGD,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,CAAA;IACpE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAGD,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,CAAA;IACpE,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "customer-chat-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Customer Service SDK - One-line integration for customer support chat",
|
|
5
5
|
"main": "dist/customer-sdk.cjs.js",
|
|
6
6
|
"module": "dist/customer-sdk.esm.js",
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
},
|
|
64
64
|
"packageManager": "pnpm@8.15.0",
|
|
65
65
|
"type": "module"
|
|
66
|
-
}
|
|
66
|
+
}
|