@bigbinary/neeto-molecules 1.0.20 → 1.0.21
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/dist/NeetoWidget.cjs.js +406 -304
- package/dist/NeetoWidget.cjs.js.map +1 -1
- package/dist/NeetoWidget.js +406 -304
- package/dist/NeetoWidget.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +3 -1
- package/types/MenuBar.d.ts +1 -1
package/dist/NeetoWidget.cjs.js
CHANGED
|
@@ -83,7 +83,7 @@ function _defineProperty(obj, key, value) {
|
|
|
83
83
|
var _ref$1;
|
|
84
84
|
function cov_ejy6rtpli() {
|
|
85
85
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/NeetoWidget/constants.js";
|
|
86
|
-
var hash = "
|
|
86
|
+
var hash = "d8cbf5ee17fc62d7f47935c199c3d0894f7d9494";
|
|
87
87
|
var global = new Function("return this")();
|
|
88
88
|
var gcv = "__coverage__";
|
|
89
89
|
var coverageData = {
|
|
@@ -116,7 +116,7 @@ function cov_ejy6rtpli() {
|
|
|
116
116
|
},
|
|
117
117
|
end: {
|
|
118
118
|
line: 6,
|
|
119
|
-
column:
|
|
119
|
+
column: 58
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"3": {
|
|
@@ -328,7 +328,7 @@ function cov_ejy6rtpli() {
|
|
|
328
328
|
f: {},
|
|
329
329
|
b: {},
|
|
330
330
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
331
|
-
hash: "
|
|
331
|
+
hash: "d8cbf5ee17fc62d7f47935c199c3d0894f7d9494"
|
|
332
332
|
};
|
|
333
333
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
334
334
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -346,7 +346,7 @@ function cov_ejy6rtpli() {
|
|
|
346
346
|
cov_ejy6rtpli();
|
|
347
347
|
var NEETO_WIDGET_USER_IDENTITY_KEY = (cov_ejy6rtpli().s[0]++, "NeetoWidgetUserIdentity");
|
|
348
348
|
var SESSION_CONTEXT_KEY = (cov_ejy6rtpli().s[1]++, "NeetoReplayWidgetSessionContext");
|
|
349
|
-
var INSTALLATION_HELP_EMAIL = (cov_ejy6rtpli().s[2]++, "
|
|
349
|
+
var INSTALLATION_HELP_EMAIL = (cov_ejy6rtpli().s[2]++, "support@neeto.com");
|
|
350
350
|
var SAMPLE_CONTEXT_CODE_STRING = (cov_ejy6rtpli().s[3]++, "window.".concat(SESSION_CONTEXT_KEY, " = {\n key1: \"value\",\n key2: [\"array\", \"of\", \"values\"],\n /* More key-value pairs */\n}"));
|
|
351
351
|
var WIDGET_TYPES = (cov_ejy6rtpli().s[4]++, {
|
|
352
352
|
changelog: "changelog",
|
|
@@ -2716,7 +2716,7 @@ n(css,{});
|
|
|
2716
2716
|
|
|
2717
2717
|
function cov_ew820qq9v() {
|
|
2718
2718
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/NeetoWidget/SyntaxHighlighter.jsx";
|
|
2719
|
-
var hash = "
|
|
2719
|
+
var hash = "fbf28aaadab30be896164d365c46c75b7df9f6be";
|
|
2720
2720
|
var global = new Function("return this")();
|
|
2721
2721
|
var gcv = "__coverage__";
|
|
2722
2722
|
var coverageData = {
|
|
@@ -2739,7 +2739,7 @@ function cov_ew820qq9v() {
|
|
|
2739
2739
|
},
|
|
2740
2740
|
end: {
|
|
2741
2741
|
line: 9,
|
|
2742
|
-
column:
|
|
2742
|
+
column: 13
|
|
2743
2743
|
}
|
|
2744
2744
|
},
|
|
2745
2745
|
"2": {
|
|
@@ -2826,7 +2826,7 @@ function cov_ew820qq9v() {
|
|
|
2826
2826
|
},
|
|
2827
2827
|
b: {},
|
|
2828
2828
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2829
|
-
hash: "
|
|
2829
|
+
hash: "fbf28aaadab30be896164d365c46c75b7df9f6be"
|
|
2830
2830
|
};
|
|
2831
2831
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
2832
2832
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -2853,7 +2853,7 @@ var SyntaxHighlighter = function SyntaxHighlighter(_ref) {
|
|
|
2853
2853
|
cov_ew820qq9v().f[1]++;
|
|
2854
2854
|
cov_ew820qq9v().s[2]++;
|
|
2855
2855
|
Prism.highlightAll();
|
|
2856
|
-
}, []);
|
|
2856
|
+
}, [code]);
|
|
2857
2857
|
cov_ew820qq9v().s[3]++;
|
|
2858
2858
|
return /*#__PURE__*/React__default["default"].createElement("pre", {
|
|
2859
2859
|
className: className
|
|
@@ -7830,7 +7830,7 @@ cov_jv5dgcssl().s[8]++;
|
|
|
7830
7830
|
|
|
7831
7831
|
function cov_216ndqorbu() {
|
|
7832
7832
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/NeetoWidget/EmbedCode.jsx";
|
|
7833
|
-
var hash = "
|
|
7833
|
+
var hash = "4de25cf9d36316a9dd816245bd945edc34959cfc";
|
|
7834
7834
|
var global = new Function("return this")();
|
|
7835
7835
|
var gcv = "__coverage__";
|
|
7836
7836
|
var coverageData = {
|
|
@@ -7842,7 +7842,7 @@ function cov_216ndqorbu() {
|
|
|
7842
7842
|
column: 18
|
|
7843
7843
|
},
|
|
7844
7844
|
end: {
|
|
7845
|
-
line:
|
|
7845
|
+
line: 347,
|
|
7846
7846
|
column: 1
|
|
7847
7847
|
}
|
|
7848
7848
|
},
|
|
@@ -8002,7 +8002,7 @@ function cov_216ndqorbu() {
|
|
|
8002
8002
|
column: 32
|
|
8003
8003
|
},
|
|
8004
8004
|
end: {
|
|
8005
|
-
line:
|
|
8005
|
+
line: 94,
|
|
8006
8006
|
column: 3
|
|
8007
8007
|
}
|
|
8008
8008
|
},
|
|
@@ -8028,251 +8028,281 @@ function cov_216ndqorbu() {
|
|
|
8028
8028
|
},
|
|
8029
8029
|
"19": {
|
|
8030
8030
|
start: {
|
|
8031
|
-
line:
|
|
8032
|
-
column:
|
|
8031
|
+
line: 75,
|
|
8032
|
+
column: 22
|
|
8033
8033
|
},
|
|
8034
8034
|
end: {
|
|
8035
|
-
line:
|
|
8036
|
-
column:
|
|
8035
|
+
line: 75,
|
|
8036
|
+
column: 55
|
|
8037
8037
|
}
|
|
8038
8038
|
},
|
|
8039
8039
|
"20": {
|
|
8040
|
+
start: {
|
|
8041
|
+
line: 77,
|
|
8042
|
+
column: 4
|
|
8043
|
+
},
|
|
8044
|
+
end: {
|
|
8045
|
+
line: 93,
|
|
8046
|
+
column: 6
|
|
8047
|
+
}
|
|
8048
|
+
},
|
|
8049
|
+
"21": {
|
|
8040
8050
|
start: {
|
|
8041
8051
|
line: 84,
|
|
8042
|
-
column:
|
|
8052
|
+
column: 27
|
|
8053
|
+
},
|
|
8054
|
+
end: {
|
|
8055
|
+
line: 86,
|
|
8056
|
+
column: 59
|
|
8057
|
+
}
|
|
8058
|
+
},
|
|
8059
|
+
"22": {
|
|
8060
|
+
start: {
|
|
8061
|
+
line: 88,
|
|
8062
|
+
column: 10
|
|
8043
8063
|
},
|
|
8044
8064
|
end: {
|
|
8045
8065
|
line: 90,
|
|
8066
|
+
column: 12
|
|
8067
|
+
}
|
|
8068
|
+
},
|
|
8069
|
+
"23": {
|
|
8070
|
+
start: {
|
|
8071
|
+
line: 96,
|
|
8072
|
+
column: 29
|
|
8073
|
+
},
|
|
8074
|
+
end: {
|
|
8075
|
+
line: 102,
|
|
8046
8076
|
column: 3
|
|
8047
8077
|
}
|
|
8048
8078
|
},
|
|
8049
|
-
"
|
|
8079
|
+
"24": {
|
|
8050
8080
|
start: {
|
|
8051
|
-
line:
|
|
8081
|
+
line: 97,
|
|
8052
8082
|
column: 4
|
|
8053
8083
|
},
|
|
8054
8084
|
end: {
|
|
8055
|
-
line:
|
|
8085
|
+
line: 99,
|
|
8056
8086
|
column: 5
|
|
8057
8087
|
}
|
|
8058
8088
|
},
|
|
8059
|
-
"
|
|
8089
|
+
"25": {
|
|
8060
8090
|
start: {
|
|
8061
|
-
line:
|
|
8091
|
+
line: 98,
|
|
8062
8092
|
column: 6
|
|
8063
8093
|
},
|
|
8064
8094
|
end: {
|
|
8065
|
-
line:
|
|
8095
|
+
line: 98,
|
|
8066
8096
|
column: 72
|
|
8067
8097
|
}
|
|
8068
8098
|
},
|
|
8069
|
-
"
|
|
8099
|
+
"26": {
|
|
8070
8100
|
start: {
|
|
8071
|
-
line:
|
|
8101
|
+
line: 101,
|
|
8072
8102
|
column: 4
|
|
8073
8103
|
},
|
|
8074
8104
|
end: {
|
|
8075
|
-
line:
|
|
8105
|
+
line: 101,
|
|
8076
8106
|
column: 14
|
|
8077
8107
|
}
|
|
8078
8108
|
},
|
|
8079
|
-
"
|
|
8109
|
+
"27": {
|
|
8080
8110
|
start: {
|
|
8081
|
-
line:
|
|
8111
|
+
line: 104,
|
|
8082
8112
|
column: 26
|
|
8083
8113
|
},
|
|
8084
8114
|
end: {
|
|
8085
|
-
line:
|
|
8115
|
+
line: 218,
|
|
8086
8116
|
column: 3
|
|
8087
8117
|
}
|
|
8088
8118
|
},
|
|
8089
|
-
"
|
|
8119
|
+
"28": {
|
|
8090
8120
|
start: {
|
|
8091
|
-
line:
|
|
8121
|
+
line: 105,
|
|
8092
8122
|
column: 4
|
|
8093
8123
|
},
|
|
8094
8124
|
end: {
|
|
8095
|
-
line:
|
|
8125
|
+
line: 217,
|
|
8096
8126
|
column: 5
|
|
8097
8127
|
}
|
|
8098
8128
|
},
|
|
8099
|
-
"
|
|
8129
|
+
"29": {
|
|
8100
8130
|
start: {
|
|
8101
|
-
line:
|
|
8131
|
+
line: 107,
|
|
8102
8132
|
column: 8
|
|
8103
8133
|
},
|
|
8104
8134
|
end: {
|
|
8105
|
-
line:
|
|
8135
|
+
line: 147,
|
|
8106
8136
|
column: 10
|
|
8107
8137
|
}
|
|
8108
8138
|
},
|
|
8109
|
-
"
|
|
8139
|
+
"30": {
|
|
8110
8140
|
start: {
|
|
8111
|
-
line:
|
|
8141
|
+
line: 149,
|
|
8112
8142
|
column: 8
|
|
8113
8143
|
},
|
|
8114
8144
|
end: {
|
|
8115
|
-
line:
|
|
8145
|
+
line: 182,
|
|
8116
8146
|
column: 10
|
|
8117
8147
|
}
|
|
8118
8148
|
},
|
|
8119
|
-
"
|
|
8149
|
+
"31": {
|
|
8120
8150
|
start: {
|
|
8121
|
-
line:
|
|
8151
|
+
line: 184,
|
|
8122
8152
|
column: 8
|
|
8123
8153
|
},
|
|
8124
8154
|
end: {
|
|
8125
|
-
line:
|
|
8155
|
+
line: 210,
|
|
8126
8156
|
column: 10
|
|
8127
8157
|
}
|
|
8128
8158
|
},
|
|
8129
|
-
"
|
|
8159
|
+
"32": {
|
|
8130
8160
|
start: {
|
|
8131
|
-
line:
|
|
8161
|
+
line: 212,
|
|
8132
8162
|
column: 8
|
|
8133
8163
|
},
|
|
8134
8164
|
end: {
|
|
8135
|
-
line:
|
|
8165
|
+
line: 214,
|
|
8136
8166
|
column: 15
|
|
8137
8167
|
}
|
|
8138
8168
|
},
|
|
8139
|
-
"
|
|
8169
|
+
"33": {
|
|
8140
8170
|
start: {
|
|
8141
|
-
line:
|
|
8171
|
+
line: 216,
|
|
8142
8172
|
column: 8
|
|
8143
8173
|
},
|
|
8144
8174
|
end: {
|
|
8145
|
-
line:
|
|
8175
|
+
line: 216,
|
|
8146
8176
|
column: 56
|
|
8147
8177
|
}
|
|
8148
8178
|
},
|
|
8149
|
-
"
|
|
8179
|
+
"34": {
|
|
8150
8180
|
start: {
|
|
8151
|
-
line:
|
|
8181
|
+
line: 220,
|
|
8152
8182
|
column: 29
|
|
8153
8183
|
},
|
|
8154
8184
|
end: {
|
|
8155
|
-
line:
|
|
8185
|
+
line: 230,
|
|
8156
8186
|
column: 3
|
|
8157
8187
|
}
|
|
8158
8188
|
},
|
|
8159
|
-
"
|
|
8189
|
+
"35": {
|
|
8160
8190
|
start: {
|
|
8161
|
-
line:
|
|
8191
|
+
line: 221,
|
|
8162
8192
|
column: 4
|
|
8163
8193
|
},
|
|
8164
8194
|
end: {
|
|
8165
|
-
line:
|
|
8195
|
+
line: 227,
|
|
8166
8196
|
column: 5
|
|
8167
8197
|
}
|
|
8168
8198
|
},
|
|
8169
|
-
"
|
|
8199
|
+
"36": {
|
|
8170
8200
|
start: {
|
|
8171
|
-
line:
|
|
8201
|
+
line: 222,
|
|
8172
8202
|
column: 6
|
|
8173
8203
|
},
|
|
8174
8204
|
end: {
|
|
8175
|
-
line:
|
|
8205
|
+
line: 224,
|
|
8176
8206
|
column: 8
|
|
8177
8207
|
}
|
|
8178
8208
|
},
|
|
8179
|
-
"
|
|
8209
|
+
"37": {
|
|
8180
8210
|
start: {
|
|
8181
|
-
line:
|
|
8211
|
+
line: 226,
|
|
8182
8212
|
column: 6
|
|
8183
8213
|
},
|
|
8184
8214
|
end: {
|
|
8185
|
-
line:
|
|
8215
|
+
line: 226,
|
|
8186
8216
|
column: 13
|
|
8187
8217
|
}
|
|
8188
8218
|
},
|
|
8189
|
-
"
|
|
8219
|
+
"38": {
|
|
8190
8220
|
start: {
|
|
8191
|
-
line:
|
|
8221
|
+
line: 229,
|
|
8192
8222
|
column: 4
|
|
8193
8223
|
},
|
|
8194
8224
|
end: {
|
|
8195
|
-
line:
|
|
8225
|
+
line: 229,
|
|
8196
8226
|
column: 32
|
|
8197
8227
|
}
|
|
8198
8228
|
},
|
|
8199
|
-
"
|
|
8229
|
+
"39": {
|
|
8200
8230
|
start: {
|
|
8201
|
-
line:
|
|
8231
|
+
line: 232,
|
|
8202
8232
|
column: 2
|
|
8203
8233
|
},
|
|
8204
8234
|
end: {
|
|
8205
|
-
line:
|
|
8235
|
+
line: 238,
|
|
8206
8236
|
column: 3
|
|
8207
8237
|
}
|
|
8208
8238
|
},
|
|
8209
|
-
"
|
|
8239
|
+
"40": {
|
|
8210
8240
|
start: {
|
|
8211
|
-
line:
|
|
8241
|
+
line: 233,
|
|
8212
8242
|
column: 4
|
|
8213
8243
|
},
|
|
8214
8244
|
end: {
|
|
8215
|
-
line:
|
|
8245
|
+
line: 237,
|
|
8216
8246
|
column: 6
|
|
8217
8247
|
}
|
|
8218
8248
|
},
|
|
8219
|
-
"
|
|
8249
|
+
"41": {
|
|
8220
8250
|
start: {
|
|
8221
|
-
line:
|
|
8251
|
+
line: 240,
|
|
8222
8252
|
column: 2
|
|
8223
8253
|
},
|
|
8224
8254
|
end: {
|
|
8225
|
-
line:
|
|
8255
|
+
line: 346,
|
|
8226
8256
|
column: 4
|
|
8227
8257
|
}
|
|
8228
8258
|
},
|
|
8229
|
-
"
|
|
8259
|
+
"42": {
|
|
8230
8260
|
start: {
|
|
8231
|
-
line:
|
|
8261
|
+
line: 252,
|
|
8232
8262
|
column: 32
|
|
8233
8263
|
},
|
|
8234
8264
|
end: {
|
|
8235
|
-
line:
|
|
8265
|
+
line: 252,
|
|
8236
8266
|
column: 73
|
|
8237
8267
|
}
|
|
8238
8268
|
},
|
|
8239
|
-
"
|
|
8269
|
+
"43": {
|
|
8240
8270
|
start: {
|
|
8241
|
-
line:
|
|
8271
|
+
line: 280,
|
|
8242
8272
|
column: 34
|
|
8243
8273
|
},
|
|
8244
8274
|
end: {
|
|
8245
|
-
line:
|
|
8275
|
+
line: 280,
|
|
8246
8276
|
column: 78
|
|
8247
8277
|
}
|
|
8248
8278
|
},
|
|
8249
|
-
"
|
|
8279
|
+
"44": {
|
|
8250
8280
|
start: {
|
|
8251
|
-
line:
|
|
8281
|
+
line: 316,
|
|
8252
8282
|
column: 16
|
|
8253
8283
|
},
|
|
8254
8284
|
end: {
|
|
8255
|
-
line:
|
|
8285
|
+
line: 316,
|
|
8256
8286
|
column: 62
|
|
8257
8287
|
}
|
|
8258
8288
|
},
|
|
8259
|
-
"
|
|
8289
|
+
"45": {
|
|
8260
8290
|
start: {
|
|
8261
|
-
line:
|
|
8291
|
+
line: 342,
|
|
8262
8292
|
column: 23
|
|
8263
8293
|
},
|
|
8264
8294
|
end: {
|
|
8265
|
-
line:
|
|
8295
|
+
line: 342,
|
|
8266
8296
|
column: 53
|
|
8267
8297
|
}
|
|
8268
8298
|
},
|
|
8269
|
-
"
|
|
8299
|
+
"46": {
|
|
8270
8300
|
start: {
|
|
8271
|
-
line:
|
|
8301
|
+
line: 349,
|
|
8272
8302
|
column: 0
|
|
8273
8303
|
},
|
|
8274
8304
|
end: {
|
|
8275
|
-
line:
|
|
8305
|
+
line: 351,
|
|
8276
8306
|
column: 2
|
|
8277
8307
|
}
|
|
8278
8308
|
}
|
|
@@ -8296,7 +8326,7 @@ function cov_216ndqorbu() {
|
|
|
8296
8326
|
column: 43
|
|
8297
8327
|
},
|
|
8298
8328
|
end: {
|
|
8299
|
-
line:
|
|
8329
|
+
line: 347,
|
|
8300
8330
|
column: 1
|
|
8301
8331
|
}
|
|
8302
8332
|
},
|
|
@@ -8392,7 +8422,7 @@ function cov_216ndqorbu() {
|
|
|
8392
8422
|
column: 42
|
|
8393
8423
|
},
|
|
8394
8424
|
end: {
|
|
8395
|
-
line:
|
|
8425
|
+
line: 94,
|
|
8396
8426
|
column: 3
|
|
8397
8427
|
}
|
|
8398
8428
|
},
|
|
@@ -8426,169 +8456,193 @@ function cov_216ndqorbu() {
|
|
|
8426
8456
|
name: "(anonymous_6)",
|
|
8427
8457
|
decl: {
|
|
8428
8458
|
start: {
|
|
8429
|
-
line:
|
|
8459
|
+
line: 83,
|
|
8460
|
+
column: 19
|
|
8461
|
+
},
|
|
8462
|
+
end: {
|
|
8463
|
+
line: 83,
|
|
8464
|
+
column: 20
|
|
8465
|
+
}
|
|
8466
|
+
},
|
|
8467
|
+
loc: {
|
|
8468
|
+
start: {
|
|
8469
|
+
line: 83,
|
|
8470
|
+
column: 25
|
|
8471
|
+
},
|
|
8472
|
+
end: {
|
|
8473
|
+
line: 91,
|
|
8474
|
+
column: 9
|
|
8475
|
+
}
|
|
8476
|
+
},
|
|
8477
|
+
line: 83
|
|
8478
|
+
},
|
|
8479
|
+
"7": {
|
|
8480
|
+
name: "(anonymous_7)",
|
|
8481
|
+
decl: {
|
|
8482
|
+
start: {
|
|
8483
|
+
line: 96,
|
|
8430
8484
|
column: 29
|
|
8431
8485
|
},
|
|
8432
8486
|
end: {
|
|
8433
|
-
line:
|
|
8487
|
+
line: 96,
|
|
8434
8488
|
column: 30
|
|
8435
8489
|
}
|
|
8436
8490
|
},
|
|
8437
8491
|
loc: {
|
|
8438
8492
|
start: {
|
|
8439
|
-
line:
|
|
8493
|
+
line: 96,
|
|
8440
8494
|
column: 35
|
|
8441
8495
|
},
|
|
8442
8496
|
end: {
|
|
8443
|
-
line:
|
|
8497
|
+
line: 102,
|
|
8444
8498
|
column: 3
|
|
8445
8499
|
}
|
|
8446
8500
|
},
|
|
8447
|
-
line:
|
|
8501
|
+
line: 96
|
|
8448
8502
|
},
|
|
8449
|
-
"
|
|
8450
|
-
name: "(
|
|
8503
|
+
"8": {
|
|
8504
|
+
name: "(anonymous_8)",
|
|
8451
8505
|
decl: {
|
|
8452
8506
|
start: {
|
|
8453
|
-
line:
|
|
8507
|
+
line: 104,
|
|
8454
8508
|
column: 26
|
|
8455
8509
|
},
|
|
8456
8510
|
end: {
|
|
8457
|
-
line:
|
|
8511
|
+
line: 104,
|
|
8458
8512
|
column: 27
|
|
8459
8513
|
}
|
|
8460
8514
|
},
|
|
8461
8515
|
loc: {
|
|
8462
8516
|
start: {
|
|
8463
|
-
line:
|
|
8517
|
+
line: 104,
|
|
8464
8518
|
column: 47
|
|
8465
8519
|
},
|
|
8466
8520
|
end: {
|
|
8467
|
-
line:
|
|
8521
|
+
line: 218,
|
|
8468
8522
|
column: 3
|
|
8469
8523
|
}
|
|
8470
8524
|
},
|
|
8471
|
-
line:
|
|
8525
|
+
line: 104
|
|
8472
8526
|
},
|
|
8473
|
-
"
|
|
8474
|
-
name: "(
|
|
8527
|
+
"9": {
|
|
8528
|
+
name: "(anonymous_9)",
|
|
8475
8529
|
decl: {
|
|
8476
8530
|
start: {
|
|
8477
|
-
line:
|
|
8531
|
+
line: 220,
|
|
8478
8532
|
column: 29
|
|
8479
8533
|
},
|
|
8480
8534
|
end: {
|
|
8481
|
-
line:
|
|
8535
|
+
line: 220,
|
|
8482
8536
|
column: 30
|
|
8483
8537
|
}
|
|
8484
8538
|
},
|
|
8485
8539
|
loc: {
|
|
8486
8540
|
start: {
|
|
8487
|
-
line:
|
|
8541
|
+
line: 220,
|
|
8488
8542
|
column: 46
|
|
8489
8543
|
},
|
|
8490
8544
|
end: {
|
|
8491
|
-
line:
|
|
8545
|
+
line: 230,
|
|
8492
8546
|
column: 3
|
|
8493
8547
|
}
|
|
8494
8548
|
},
|
|
8495
|
-
line:
|
|
8549
|
+
line: 220
|
|
8496
8550
|
},
|
|
8497
|
-
"
|
|
8498
|
-
name: "(
|
|
8551
|
+
"10": {
|
|
8552
|
+
name: "(anonymous_10)",
|
|
8499
8553
|
decl: {
|
|
8500
8554
|
start: {
|
|
8501
|
-
line:
|
|
8555
|
+
line: 252,
|
|
8502
8556
|
column: 26
|
|
8503
8557
|
},
|
|
8504
8558
|
end: {
|
|
8505
|
-
line:
|
|
8559
|
+
line: 252,
|
|
8506
8560
|
column: 27
|
|
8507
8561
|
}
|
|
8508
8562
|
},
|
|
8509
8563
|
loc: {
|
|
8510
8564
|
start: {
|
|
8511
|
-
line:
|
|
8565
|
+
line: 252,
|
|
8512
8566
|
column: 32
|
|
8513
8567
|
},
|
|
8514
8568
|
end: {
|
|
8515
|
-
line:
|
|
8569
|
+
line: 252,
|
|
8516
8570
|
column: 73
|
|
8517
8571
|
}
|
|
8518
8572
|
},
|
|
8519
|
-
line:
|
|
8573
|
+
line: 252
|
|
8520
8574
|
},
|
|
8521
|
-
"
|
|
8522
|
-
name: "(
|
|
8575
|
+
"11": {
|
|
8576
|
+
name: "(anonymous_11)",
|
|
8523
8577
|
decl: {
|
|
8524
8578
|
start: {
|
|
8525
|
-
line:
|
|
8579
|
+
line: 280,
|
|
8526
8580
|
column: 28
|
|
8527
8581
|
},
|
|
8528
8582
|
end: {
|
|
8529
|
-
line:
|
|
8583
|
+
line: 280,
|
|
8530
8584
|
column: 29
|
|
8531
8585
|
}
|
|
8532
8586
|
},
|
|
8533
8587
|
loc: {
|
|
8534
8588
|
start: {
|
|
8535
|
-
line:
|
|
8589
|
+
line: 280,
|
|
8536
8590
|
column: 34
|
|
8537
8591
|
},
|
|
8538
8592
|
end: {
|
|
8539
|
-
line:
|
|
8593
|
+
line: 280,
|
|
8540
8594
|
column: 78
|
|
8541
8595
|
}
|
|
8542
8596
|
},
|
|
8543
|
-
line:
|
|
8597
|
+
line: 280
|
|
8544
8598
|
},
|
|
8545
|
-
"
|
|
8546
|
-
name: "(
|
|
8599
|
+
"12": {
|
|
8600
|
+
name: "(anonymous_12)",
|
|
8547
8601
|
decl: {
|
|
8548
8602
|
start: {
|
|
8549
|
-
line:
|
|
8603
|
+
line: 315,
|
|
8550
8604
|
column: 28
|
|
8551
8605
|
},
|
|
8552
8606
|
end: {
|
|
8553
|
-
line:
|
|
8607
|
+
line: 315,
|
|
8554
8608
|
column: 29
|
|
8555
8609
|
}
|
|
8556
8610
|
},
|
|
8557
8611
|
loc: {
|
|
8558
8612
|
start: {
|
|
8559
|
-
line:
|
|
8613
|
+
line: 316,
|
|
8560
8614
|
column: 16
|
|
8561
8615
|
},
|
|
8562
8616
|
end: {
|
|
8563
|
-
line:
|
|
8617
|
+
line: 316,
|
|
8564
8618
|
column: 62
|
|
8565
8619
|
}
|
|
8566
8620
|
},
|
|
8567
|
-
line:
|
|
8621
|
+
line: 316
|
|
8568
8622
|
},
|
|
8569
|
-
"
|
|
8570
|
-
name: "(
|
|
8623
|
+
"13": {
|
|
8624
|
+
name: "(anonymous_13)",
|
|
8571
8625
|
decl: {
|
|
8572
8626
|
start: {
|
|
8573
|
-
line:
|
|
8627
|
+
line: 342,
|
|
8574
8628
|
column: 17
|
|
8575
8629
|
},
|
|
8576
8630
|
end: {
|
|
8577
|
-
line:
|
|
8631
|
+
line: 342,
|
|
8578
8632
|
column: 18
|
|
8579
8633
|
}
|
|
8580
8634
|
},
|
|
8581
8635
|
loc: {
|
|
8582
8636
|
start: {
|
|
8583
|
-
line:
|
|
8637
|
+
line: 342,
|
|
8584
8638
|
column: 23
|
|
8585
8639
|
},
|
|
8586
8640
|
end: {
|
|
8587
|
-
line:
|
|
8641
|
+
line: 342,
|
|
8588
8642
|
column: 53
|
|
8589
8643
|
}
|
|
8590
8644
|
},
|
|
8591
|
-
line:
|
|
8645
|
+
line: 342
|
|
8592
8646
|
}
|
|
8593
8647
|
},
|
|
8594
8648
|
branchMap: {
|
|
@@ -8714,23 +8768,56 @@ function cov_216ndqorbu() {
|
|
|
8714
8768
|
},
|
|
8715
8769
|
"5": {
|
|
8716
8770
|
loc: {
|
|
8771
|
+
start: {
|
|
8772
|
+
line: 84,
|
|
8773
|
+
column: 27
|
|
8774
|
+
},
|
|
8775
|
+
end: {
|
|
8776
|
+
line: 86,
|
|
8777
|
+
column: 59
|
|
8778
|
+
}
|
|
8779
|
+
},
|
|
8780
|
+
type: "cond-expr",
|
|
8781
|
+
locations: [{
|
|
8717
8782
|
start: {
|
|
8718
8783
|
line: 85,
|
|
8784
|
+
column: 14
|
|
8785
|
+
},
|
|
8786
|
+
end: {
|
|
8787
|
+
line: 85,
|
|
8788
|
+
column: 58
|
|
8789
|
+
}
|
|
8790
|
+
}, {
|
|
8791
|
+
start: {
|
|
8792
|
+
line: 86,
|
|
8793
|
+
column: 14
|
|
8794
|
+
},
|
|
8795
|
+
end: {
|
|
8796
|
+
line: 86,
|
|
8797
|
+
column: 59
|
|
8798
|
+
}
|
|
8799
|
+
}],
|
|
8800
|
+
line: 84
|
|
8801
|
+
},
|
|
8802
|
+
"6": {
|
|
8803
|
+
loc: {
|
|
8804
|
+
start: {
|
|
8805
|
+
line: 97,
|
|
8719
8806
|
column: 4
|
|
8720
8807
|
},
|
|
8721
8808
|
end: {
|
|
8722
|
-
line:
|
|
8809
|
+
line: 99,
|
|
8723
8810
|
column: 5
|
|
8724
8811
|
}
|
|
8725
8812
|
},
|
|
8726
8813
|
type: "if",
|
|
8727
8814
|
locations: [{
|
|
8728
8815
|
start: {
|
|
8729
|
-
line:
|
|
8816
|
+
line: 97,
|
|
8730
8817
|
column: 4
|
|
8731
8818
|
},
|
|
8732
8819
|
end: {
|
|
8733
|
-
line:
|
|
8820
|
+
line: 99,
|
|
8734
8821
|
column: 5
|
|
8735
8822
|
}
|
|
8736
8823
|
}, {
|
|
@@ -8743,186 +8830,186 @@ function cov_216ndqorbu() {
|
|
|
8743
8830
|
column: undefined
|
|
8744
8831
|
}
|
|
8745
8832
|
}],
|
|
8746
|
-
line:
|
|
8833
|
+
line: 97
|
|
8747
8834
|
},
|
|
8748
|
-
"
|
|
8835
|
+
"7": {
|
|
8749
8836
|
loc: {
|
|
8750
8837
|
start: {
|
|
8751
|
-
line:
|
|
8838
|
+
line: 105,
|
|
8752
8839
|
column: 4
|
|
8753
8840
|
},
|
|
8754
8841
|
end: {
|
|
8755
|
-
line:
|
|
8842
|
+
line: 217,
|
|
8756
8843
|
column: 5
|
|
8757
8844
|
}
|
|
8758
8845
|
},
|
|
8759
8846
|
type: "switch",
|
|
8760
8847
|
locations: [{
|
|
8761
8848
|
start: {
|
|
8762
|
-
line:
|
|
8849
|
+
line: 106,
|
|
8763
8850
|
column: 6
|
|
8764
8851
|
},
|
|
8765
8852
|
end: {
|
|
8766
|
-
line:
|
|
8853
|
+
line: 147,
|
|
8767
8854
|
column: 10
|
|
8768
8855
|
}
|
|
8769
8856
|
}, {
|
|
8770
8857
|
start: {
|
|
8771
|
-
line:
|
|
8858
|
+
line: 148,
|
|
8772
8859
|
column: 6
|
|
8773
8860
|
},
|
|
8774
8861
|
end: {
|
|
8775
|
-
line:
|
|
8862
|
+
line: 182,
|
|
8776
8863
|
column: 10
|
|
8777
8864
|
}
|
|
8778
8865
|
}, {
|
|
8779
8866
|
start: {
|
|
8780
|
-
line:
|
|
8867
|
+
line: 183,
|
|
8781
8868
|
column: 6
|
|
8782
8869
|
},
|
|
8783
8870
|
end: {
|
|
8784
|
-
line:
|
|
8871
|
+
line: 210,
|
|
8785
8872
|
column: 10
|
|
8786
8873
|
}
|
|
8787
8874
|
}, {
|
|
8788
8875
|
start: {
|
|
8789
|
-
line:
|
|
8876
|
+
line: 211,
|
|
8790
8877
|
column: 6
|
|
8791
8878
|
},
|
|
8792
8879
|
end: {
|
|
8793
|
-
line:
|
|
8880
|
+
line: 214,
|
|
8794
8881
|
column: 15
|
|
8795
8882
|
}
|
|
8796
8883
|
}, {
|
|
8797
8884
|
start: {
|
|
8798
|
-
line:
|
|
8885
|
+
line: 215,
|
|
8799
8886
|
column: 6
|
|
8800
8887
|
},
|
|
8801
8888
|
end: {
|
|
8802
|
-
line:
|
|
8889
|
+
line: 216,
|
|
8803
8890
|
column: 56
|
|
8804
8891
|
}
|
|
8805
8892
|
}],
|
|
8806
|
-
line:
|
|
8893
|
+
line: 105
|
|
8807
8894
|
},
|
|
8808
|
-
"
|
|
8895
|
+
"8": {
|
|
8809
8896
|
loc: {
|
|
8810
8897
|
start: {
|
|
8811
|
-
line:
|
|
8898
|
+
line: 167,
|
|
8812
8899
|
column: 24
|
|
8813
8900
|
},
|
|
8814
8901
|
end: {
|
|
8815
|
-
line:
|
|
8902
|
+
line: 169,
|
|
8816
8903
|
column: 54
|
|
8817
8904
|
}
|
|
8818
8905
|
},
|
|
8819
8906
|
type: "cond-expr",
|
|
8820
8907
|
locations: [{
|
|
8821
8908
|
start: {
|
|
8822
|
-
line:
|
|
8909
|
+
line: 168,
|
|
8823
8910
|
column: 28
|
|
8824
8911
|
},
|
|
8825
8912
|
end: {
|
|
8826
|
-
line:
|
|
8913
|
+
line: 168,
|
|
8827
8914
|
column: 56
|
|
8828
8915
|
}
|
|
8829
8916
|
}, {
|
|
8830
8917
|
start: {
|
|
8831
|
-
line:
|
|
8918
|
+
line: 169,
|
|
8832
8919
|
column: 28
|
|
8833
8920
|
},
|
|
8834
8921
|
end: {
|
|
8835
|
-
line:
|
|
8922
|
+
line: 169,
|
|
8836
8923
|
column: 54
|
|
8837
8924
|
}
|
|
8838
8925
|
}],
|
|
8839
|
-
line:
|
|
8926
|
+
line: 167
|
|
8840
8927
|
},
|
|
8841
|
-
"
|
|
8928
|
+
"9": {
|
|
8842
8929
|
loc: {
|
|
8843
8930
|
start: {
|
|
8844
|
-
line:
|
|
8931
|
+
line: 175,
|
|
8845
8932
|
column: 37
|
|
8846
8933
|
},
|
|
8847
8934
|
end: {
|
|
8848
|
-
line:
|
|
8935
|
+
line: 177,
|
|
8849
8936
|
column: 48
|
|
8850
8937
|
}
|
|
8851
8938
|
},
|
|
8852
8939
|
type: "cond-expr",
|
|
8853
8940
|
locations: [{
|
|
8854
8941
|
start: {
|
|
8855
|
-
line:
|
|
8942
|
+
line: 176,
|
|
8856
8943
|
column: 22
|
|
8857
8944
|
},
|
|
8858
8945
|
end: {
|
|
8859
|
-
line:
|
|
8946
|
+
line: 176,
|
|
8860
8947
|
column: 50
|
|
8861
8948
|
}
|
|
8862
8949
|
}, {
|
|
8863
8950
|
start: {
|
|
8864
|
-
line:
|
|
8951
|
+
line: 177,
|
|
8865
8952
|
column: 22
|
|
8866
8953
|
},
|
|
8867
8954
|
end: {
|
|
8868
|
-
line:
|
|
8955
|
+
line: 177,
|
|
8869
8956
|
column: 48
|
|
8870
8957
|
}
|
|
8871
8958
|
}],
|
|
8872
|
-
line:
|
|
8959
|
+
line: 175
|
|
8873
8960
|
},
|
|
8874
|
-
"
|
|
8961
|
+
"10": {
|
|
8875
8962
|
loc: {
|
|
8876
8963
|
start: {
|
|
8877
|
-
line:
|
|
8964
|
+
line: 212,
|
|
8878
8965
|
column: 15
|
|
8879
8966
|
},
|
|
8880
8967
|
end: {
|
|
8881
|
-
line:
|
|
8968
|
+
line: 214,
|
|
8882
8969
|
column: 14
|
|
8883
8970
|
}
|
|
8884
8971
|
},
|
|
8885
8972
|
type: "cond-expr",
|
|
8886
8973
|
locations: [{
|
|
8887
8974
|
start: {
|
|
8888
|
-
line:
|
|
8975
|
+
line: 213,
|
|
8889
8976
|
column: 12
|
|
8890
8977
|
},
|
|
8891
8978
|
end: {
|
|
8892
|
-
line:
|
|
8979
|
+
line: 213,
|
|
8893
8980
|
column: 46
|
|
8894
8981
|
}
|
|
8895
8982
|
}, {
|
|
8896
8983
|
start: {
|
|
8897
|
-
line:
|
|
8984
|
+
line: 214,
|
|
8898
8985
|
column: 12
|
|
8899
8986
|
},
|
|
8900
8987
|
end: {
|
|
8901
|
-
line:
|
|
8988
|
+
line: 214,
|
|
8902
8989
|
column: 14
|
|
8903
8990
|
}
|
|
8904
8991
|
}],
|
|
8905
|
-
line:
|
|
8992
|
+
line: 212
|
|
8906
8993
|
},
|
|
8907
|
-
"
|
|
8994
|
+
"11": {
|
|
8908
8995
|
loc: {
|
|
8909
8996
|
start: {
|
|
8910
|
-
line:
|
|
8997
|
+
line: 221,
|
|
8911
8998
|
column: 4
|
|
8912
8999
|
},
|
|
8913
9000
|
end: {
|
|
8914
|
-
line:
|
|
9001
|
+
line: 227,
|
|
8915
9002
|
column: 5
|
|
8916
9003
|
}
|
|
8917
9004
|
},
|
|
8918
9005
|
type: "if",
|
|
8919
9006
|
locations: [{
|
|
8920
9007
|
start: {
|
|
8921
|
-
line:
|
|
9008
|
+
line: 221,
|
|
8922
9009
|
column: 4
|
|
8923
9010
|
},
|
|
8924
9011
|
end: {
|
|
8925
|
-
line:
|
|
9012
|
+
line: 227,
|
|
8926
9013
|
column: 5
|
|
8927
9014
|
}
|
|
8928
9015
|
}, {
|
|
@@ -8935,27 +9022,27 @@ function cov_216ndqorbu() {
|
|
|
8935
9022
|
column: undefined
|
|
8936
9023
|
}
|
|
8937
9024
|
}],
|
|
8938
|
-
line:
|
|
9025
|
+
line: 221
|
|
8939
9026
|
},
|
|
8940
|
-
"
|
|
9027
|
+
"12": {
|
|
8941
9028
|
loc: {
|
|
8942
9029
|
start: {
|
|
8943
|
-
line:
|
|
9030
|
+
line: 232,
|
|
8944
9031
|
column: 2
|
|
8945
9032
|
},
|
|
8946
9033
|
end: {
|
|
8947
|
-
line:
|
|
9034
|
+
line: 238,
|
|
8948
9035
|
column: 3
|
|
8949
9036
|
}
|
|
8950
9037
|
},
|
|
8951
9038
|
type: "if",
|
|
8952
9039
|
locations: [{
|
|
8953
9040
|
start: {
|
|
8954
|
-
line:
|
|
9041
|
+
line: 232,
|
|
8955
9042
|
column: 2
|
|
8956
9043
|
},
|
|
8957
9044
|
end: {
|
|
8958
|
-
line:
|
|
9045
|
+
line: 238,
|
|
8959
9046
|
column: 3
|
|
8960
9047
|
}
|
|
8961
9048
|
}, {
|
|
@@ -8968,238 +9055,238 @@ function cov_216ndqorbu() {
|
|
|
8968
9055
|
column: undefined
|
|
8969
9056
|
}
|
|
8970
9057
|
}],
|
|
8971
|
-
line:
|
|
9058
|
+
line: 232
|
|
8972
9059
|
},
|
|
8973
|
-
"
|
|
9060
|
+
"13": {
|
|
8974
9061
|
loc: {
|
|
8975
9062
|
start: {
|
|
8976
|
-
line:
|
|
9063
|
+
line: 232,
|
|
8977
9064
|
column: 6
|
|
8978
9065
|
},
|
|
8979
9066
|
end: {
|
|
8980
|
-
line:
|
|
9067
|
+
line: 232,
|
|
8981
9068
|
column: 48
|
|
8982
9069
|
}
|
|
8983
9070
|
},
|
|
8984
9071
|
type: "binary-expr",
|
|
8985
9072
|
locations: [{
|
|
8986
9073
|
start: {
|
|
8987
|
-
line:
|
|
9074
|
+
line: 232,
|
|
8988
9075
|
column: 6
|
|
8989
9076
|
},
|
|
8990
9077
|
end: {
|
|
8991
|
-
line:
|
|
9078
|
+
line: 232,
|
|
8992
9079
|
column: 21
|
|
8993
9080
|
}
|
|
8994
9081
|
}, {
|
|
8995
9082
|
start: {
|
|
8996
|
-
line:
|
|
9083
|
+
line: 232,
|
|
8997
9084
|
column: 25
|
|
8998
9085
|
},
|
|
8999
9086
|
end: {
|
|
9000
|
-
line:
|
|
9087
|
+
line: 232,
|
|
9001
9088
|
column: 48
|
|
9002
9089
|
}
|
|
9003
9090
|
}],
|
|
9004
|
-
line:
|
|
9091
|
+
line: 232
|
|
9005
9092
|
},
|
|
9006
|
-
"
|
|
9093
|
+
"14": {
|
|
9007
9094
|
loc: {
|
|
9008
9095
|
start: {
|
|
9009
|
-
line:
|
|
9096
|
+
line: 264,
|
|
9010
9097
|
column: 31
|
|
9011
9098
|
},
|
|
9012
9099
|
end: {
|
|
9013
|
-
line:
|
|
9100
|
+
line: 266,
|
|
9014
9101
|
column: 39
|
|
9015
9102
|
}
|
|
9016
9103
|
},
|
|
9017
9104
|
type: "cond-expr",
|
|
9018
9105
|
locations: [{
|
|
9019
9106
|
start: {
|
|
9020
|
-
line:
|
|
9107
|
+
line: 265,
|
|
9021
9108
|
column: 18
|
|
9022
9109
|
},
|
|
9023
9110
|
end: {
|
|
9024
|
-
line:
|
|
9111
|
+
line: 265,
|
|
9025
9112
|
column: 71
|
|
9026
9113
|
}
|
|
9027
9114
|
}, {
|
|
9028
9115
|
start: {
|
|
9029
|
-
line:
|
|
9116
|
+
line: 266,
|
|
9030
9117
|
column: 18
|
|
9031
9118
|
},
|
|
9032
9119
|
end: {
|
|
9033
|
-
line:
|
|
9120
|
+
line: 266,
|
|
9034
9121
|
column: 39
|
|
9035
9122
|
}
|
|
9036
9123
|
}],
|
|
9037
|
-
line:
|
|
9124
|
+
line: 264
|
|
9038
9125
|
},
|
|
9039
|
-
"
|
|
9126
|
+
"15": {
|
|
9040
9127
|
loc: {
|
|
9041
9128
|
start: {
|
|
9042
|
-
line:
|
|
9129
|
+
line: 274,
|
|
9043
9130
|
column: 7
|
|
9044
9131
|
},
|
|
9045
9132
|
end: {
|
|
9046
|
-
line:
|
|
9133
|
+
line: 308,
|
|
9047
9134
|
column: 14
|
|
9048
9135
|
}
|
|
9049
9136
|
},
|
|
9050
9137
|
type: "cond-expr",
|
|
9051
9138
|
locations: [{
|
|
9052
9139
|
start: {
|
|
9053
|
-
line:
|
|
9140
|
+
line: 275,
|
|
9054
9141
|
column: 8
|
|
9055
9142
|
},
|
|
9056
9143
|
end: {
|
|
9057
|
-
line:
|
|
9144
|
+
line: 307,
|
|
9058
9145
|
column: 14
|
|
9059
9146
|
}
|
|
9060
9147
|
}, {
|
|
9061
9148
|
start: {
|
|
9062
|
-
line:
|
|
9149
|
+
line: 308,
|
|
9063
9150
|
column: 10
|
|
9064
9151
|
},
|
|
9065
9152
|
end: {
|
|
9066
|
-
line:
|
|
9153
|
+
line: 308,
|
|
9067
9154
|
column: 14
|
|
9068
9155
|
}
|
|
9069
9156
|
}],
|
|
9070
|
-
line:
|
|
9157
|
+
line: 274
|
|
9071
9158
|
},
|
|
9072
|
-
"
|
|
9159
|
+
"16": {
|
|
9073
9160
|
loc: {
|
|
9074
9161
|
start: {
|
|
9075
|
-
line:
|
|
9162
|
+
line: 274,
|
|
9076
9163
|
column: 7
|
|
9077
9164
|
},
|
|
9078
9165
|
end: {
|
|
9079
|
-
line:
|
|
9166
|
+
line: 274,
|
|
9080
9167
|
column: 51
|
|
9081
9168
|
}
|
|
9082
9169
|
},
|
|
9083
9170
|
type: "binary-expr",
|
|
9084
9171
|
locations: [{
|
|
9085
9172
|
start: {
|
|
9086
|
-
line:
|
|
9173
|
+
line: 274,
|
|
9087
9174
|
column: 7
|
|
9088
9175
|
},
|
|
9089
9176
|
end: {
|
|
9090
|
-
line:
|
|
9177
|
+
line: 274,
|
|
9091
9178
|
column: 26
|
|
9092
9179
|
}
|
|
9093
9180
|
}, {
|
|
9094
9181
|
start: {
|
|
9095
|
-
line:
|
|
9182
|
+
line: 274,
|
|
9096
9183
|
column: 30
|
|
9097
9184
|
},
|
|
9098
9185
|
end: {
|
|
9099
|
-
line:
|
|
9186
|
+
line: 274,
|
|
9100
9187
|
column: 51
|
|
9101
9188
|
}
|
|
9102
9189
|
}],
|
|
9103
|
-
line:
|
|
9190
|
+
line: 274
|
|
9104
9191
|
},
|
|
9105
|
-
"
|
|
9192
|
+
"17": {
|
|
9106
9193
|
loc: {
|
|
9107
9194
|
start: {
|
|
9108
|
-
line:
|
|
9195
|
+
line: 293,
|
|
9109
9196
|
column: 22
|
|
9110
9197
|
},
|
|
9111
9198
|
end: {
|
|
9112
|
-
line:
|
|
9199
|
+
line: 295,
|
|
9113
9200
|
column: 52
|
|
9114
9201
|
}
|
|
9115
9202
|
},
|
|
9116
9203
|
type: "cond-expr",
|
|
9117
9204
|
locations: [{
|
|
9118
9205
|
start: {
|
|
9119
|
-
line:
|
|
9206
|
+
line: 294,
|
|
9120
9207
|
column: 26
|
|
9121
9208
|
},
|
|
9122
9209
|
end: {
|
|
9123
|
-
line:
|
|
9210
|
+
line: 294,
|
|
9124
9211
|
column: 54
|
|
9125
9212
|
}
|
|
9126
9213
|
}, {
|
|
9127
9214
|
start: {
|
|
9128
|
-
line:
|
|
9215
|
+
line: 295,
|
|
9129
9216
|
column: 26
|
|
9130
9217
|
},
|
|
9131
9218
|
end: {
|
|
9132
|
-
line:
|
|
9219
|
+
line: 295,
|
|
9133
9220
|
column: 52
|
|
9134
9221
|
}
|
|
9135
9222
|
}],
|
|
9136
|
-
line:
|
|
9223
|
+
line: 293
|
|
9137
9224
|
},
|
|
9138
|
-
"
|
|
9225
|
+
"18": {
|
|
9139
9226
|
loc: {
|
|
9140
9227
|
start: {
|
|
9141
|
-
line:
|
|
9228
|
+
line: 309,
|
|
9142
9229
|
column: 7
|
|
9143
9230
|
},
|
|
9144
9231
|
end: {
|
|
9145
|
-
line:
|
|
9232
|
+
line: 339,
|
|
9146
9233
|
column: 14
|
|
9147
9234
|
}
|
|
9148
9235
|
},
|
|
9149
9236
|
type: "cond-expr",
|
|
9150
9237
|
locations: [{
|
|
9151
9238
|
start: {
|
|
9152
|
-
line:
|
|
9239
|
+
line: 310,
|
|
9153
9240
|
column: 8
|
|
9154
9241
|
},
|
|
9155
9242
|
end: {
|
|
9156
|
-
line:
|
|
9243
|
+
line: 338,
|
|
9157
9244
|
column: 14
|
|
9158
9245
|
}
|
|
9159
9246
|
}, {
|
|
9160
9247
|
start: {
|
|
9161
|
-
line:
|
|
9248
|
+
line: 339,
|
|
9162
9249
|
column: 10
|
|
9163
9250
|
},
|
|
9164
9251
|
end: {
|
|
9165
|
-
line:
|
|
9252
|
+
line: 339,
|
|
9166
9253
|
column: 14
|
|
9167
9254
|
}
|
|
9168
9255
|
}],
|
|
9169
|
-
line:
|
|
9256
|
+
line: 309
|
|
9170
9257
|
},
|
|
9171
|
-
"
|
|
9258
|
+
"19": {
|
|
9172
9259
|
loc: {
|
|
9173
9260
|
start: {
|
|
9174
|
-
line:
|
|
9261
|
+
line: 341,
|
|
9175
9262
|
column: 20
|
|
9176
9263
|
},
|
|
9177
9264
|
end: {
|
|
9178
|
-
line:
|
|
9265
|
+
line: 341,
|
|
9179
9266
|
column: 62
|
|
9180
9267
|
}
|
|
9181
9268
|
},
|
|
9182
9269
|
type: "binary-expr",
|
|
9183
9270
|
locations: [{
|
|
9184
9271
|
start: {
|
|
9185
|
-
line:
|
|
9272
|
+
line: 341,
|
|
9186
9273
|
column: 20
|
|
9187
9274
|
},
|
|
9188
9275
|
end: {
|
|
9189
|
-
line:
|
|
9276
|
+
line: 341,
|
|
9190
9277
|
column: 31
|
|
9191
9278
|
}
|
|
9192
9279
|
}, {
|
|
9193
9280
|
start: {
|
|
9194
|
-
line:
|
|
9281
|
+
line: 341,
|
|
9195
9282
|
column: 35
|
|
9196
9283
|
},
|
|
9197
9284
|
end: {
|
|
9198
|
-
line:
|
|
9285
|
+
line: 341,
|
|
9199
9286
|
column: 62
|
|
9200
9287
|
}
|
|
9201
9288
|
}],
|
|
9202
|
-
line:
|
|
9289
|
+
line: 341
|
|
9203
9290
|
}
|
|
9204
9291
|
},
|
|
9205
9292
|
s: {
|
|
@@ -9246,7 +9333,10 @@ function cov_216ndqorbu() {
|
|
|
9246
9333
|
"40": 0,
|
|
9247
9334
|
"41": 0,
|
|
9248
9335
|
"42": 0,
|
|
9249
|
-
"43": 0
|
|
9336
|
+
"43": 0,
|
|
9337
|
+
"44": 0,
|
|
9338
|
+
"45": 0,
|
|
9339
|
+
"46": 0
|
|
9250
9340
|
},
|
|
9251
9341
|
f: {
|
|
9252
9342
|
"0": 0,
|
|
@@ -9261,7 +9351,8 @@ function cov_216ndqorbu() {
|
|
|
9261
9351
|
"9": 0,
|
|
9262
9352
|
"10": 0,
|
|
9263
9353
|
"11": 0,
|
|
9264
|
-
"12": 0
|
|
9354
|
+
"12": 0,
|
|
9355
|
+
"13": 0
|
|
9265
9356
|
},
|
|
9266
9357
|
b: {
|
|
9267
9358
|
"0": [0],
|
|
@@ -9270,8 +9361,8 @@ function cov_216ndqorbu() {
|
|
|
9270
9361
|
"3": [0],
|
|
9271
9362
|
"4": [0],
|
|
9272
9363
|
"5": [0, 0],
|
|
9273
|
-
"6": [0, 0
|
|
9274
|
-
"7": [0, 0],
|
|
9364
|
+
"6": [0, 0],
|
|
9365
|
+
"7": [0, 0, 0, 0, 0],
|
|
9275
9366
|
"8": [0, 0],
|
|
9276
9367
|
"9": [0, 0],
|
|
9277
9368
|
"10": [0, 0],
|
|
@@ -9282,10 +9373,11 @@ function cov_216ndqorbu() {
|
|
|
9282
9373
|
"15": [0, 0],
|
|
9283
9374
|
"16": [0, 0],
|
|
9284
9375
|
"17": [0, 0],
|
|
9285
|
-
"18": [0, 0]
|
|
9376
|
+
"18": [0, 0],
|
|
9377
|
+
"19": [0, 0]
|
|
9286
9378
|
},
|
|
9287
9379
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
9288
|
-
hash: "
|
|
9380
|
+
hash: "4de25cf9d36316a9dd816245bd945edc34959cfc"
|
|
9289
9381
|
};
|
|
9290
9382
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
9291
9383
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -9357,36 +9449,46 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9357
9449
|
cov_216ndqorbu().s[18]++;
|
|
9358
9450
|
return item.clientApplicationName.toLowerCase() === widget;
|
|
9359
9451
|
}).id);
|
|
9360
|
-
cov_216ndqorbu().s[19]
|
|
9452
|
+
var isEnabled = (cov_216ndqorbu().s[19]++, !selectedWidgets.includes(widget));
|
|
9453
|
+
cov_216ndqorbu().s[20]++;
|
|
9361
9454
|
updateWidgetConfiguration({
|
|
9362
9455
|
id: widgetId,
|
|
9363
9456
|
payload: {
|
|
9364
|
-
enabled:
|
|
9457
|
+
enabled: isEnabled
|
|
9458
|
+
}
|
|
9459
|
+
}, {
|
|
9460
|
+
onSuccess: function onSuccess() {
|
|
9461
|
+
cov_216ndqorbu().f[6]++;
|
|
9462
|
+
var response = (cov_216ndqorbu().s[21]++, isEnabled ? (cov_216ndqorbu().b[5][0]++, "neetoMolecules.widget.installation.enabled") : (cov_216ndqorbu().b[5][1]++, "neetoMolecules.widget.installation.disabled"));
|
|
9463
|
+
cov_216ndqorbu().s[22]++;
|
|
9464
|
+
neetoui.Toastr.success(t(response, {
|
|
9465
|
+
productName: "neeto".concat(pure.capitalize(widget))
|
|
9466
|
+
}));
|
|
9365
9467
|
}
|
|
9366
9468
|
});
|
|
9367
9469
|
};
|
|
9368
|
-
cov_216ndqorbu().s[
|
|
9470
|
+
cov_216ndqorbu().s[23]++;
|
|
9369
9471
|
var getEmbedCodeString = function getEmbedCodeString() {
|
|
9370
|
-
cov_216ndqorbu().f[
|
|
9371
|
-
cov_216ndqorbu().s[
|
|
9472
|
+
cov_216ndqorbu().f[7]++;
|
|
9473
|
+
cov_216ndqorbu().s[24]++;
|
|
9372
9474
|
if (pure.isNotEmpty(widgetApiKey)) {
|
|
9373
|
-
cov_216ndqorbu().b[
|
|
9374
|
-
cov_216ndqorbu().s[
|
|
9475
|
+
cov_216ndqorbu().b[6][0]++;
|
|
9476
|
+
cov_216ndqorbu().s[25]++;
|
|
9375
9477
|
return sampleConsolidatedCodeString(enabledWidgets, widgetApiKey);
|
|
9376
9478
|
} else {
|
|
9377
|
-
cov_216ndqorbu().b[
|
|
9479
|
+
cov_216ndqorbu().b[6][1]++;
|
|
9378
9480
|
}
|
|
9379
|
-
cov_216ndqorbu().s[
|
|
9481
|
+
cov_216ndqorbu().s[26]++;
|
|
9380
9482
|
return "";
|
|
9381
9483
|
};
|
|
9382
|
-
cov_216ndqorbu().s[
|
|
9484
|
+
cov_216ndqorbu().s[27]++;
|
|
9383
9485
|
var getSnippetProps = function getSnippetProps(selectedEmailType) {
|
|
9384
|
-
cov_216ndqorbu().f[
|
|
9385
|
-
cov_216ndqorbu().s[
|
|
9486
|
+
cov_216ndqorbu().f[8]++;
|
|
9487
|
+
cov_216ndqorbu().s[28]++;
|
|
9386
9488
|
switch (selectedEmailType) {
|
|
9387
9489
|
case EMAIL_TYPES.embedCode:
|
|
9388
|
-
cov_216ndqorbu().b[
|
|
9389
|
-
cov_216ndqorbu().s[
|
|
9490
|
+
cov_216ndqorbu().b[7][0]++;
|
|
9491
|
+
cov_216ndqorbu().s[29]++;
|
|
9390
9492
|
return {
|
|
9391
9493
|
codeString: getEmbedCodeString(),
|
|
9392
9494
|
subject: t("neetoMolecules.widget.email.fields.subject.values.embedCode", {
|
|
@@ -9423,8 +9525,8 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9423
9525
|
}))
|
|
9424
9526
|
};
|
|
9425
9527
|
case EMAIL_TYPES.userIdentity:
|
|
9426
|
-
cov_216ndqorbu().b[
|
|
9427
|
-
cov_216ndqorbu().s[
|
|
9528
|
+
cov_216ndqorbu().b[7][1]++;
|
|
9529
|
+
cov_216ndqorbu().s[30]++;
|
|
9428
9530
|
return {
|
|
9429
9531
|
emailType: EMAIL_TYPES.userIdentity,
|
|
9430
9532
|
enabledWidgets: enabledWidgets,
|
|
@@ -9443,17 +9545,17 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9443
9545
|
className: "neeto-ui-text-primary-800",
|
|
9444
9546
|
rel: "noreferrer",
|
|
9445
9547
|
target: "_blank",
|
|
9446
|
-
href: enabledWidgets.chat ? (cov_216ndqorbu().b[
|
|
9548
|
+
href: enabledWidgets.chat ? (cov_216ndqorbu().b[8][0]++, NEETO_CHAT_USER_IDENTITY_URL) : (cov_216ndqorbu().b[8][1]++, NEETO_REPLAY_CONFIGURE_URL)
|
|
9447
9549
|
})
|
|
9448
9550
|
},
|
|
9449
9551
|
values: {
|
|
9450
|
-
userIdentityKbUrl: enabledWidgets.chat ? (cov_216ndqorbu().b[
|
|
9552
|
+
userIdentityKbUrl: enabledWidgets.chat ? (cov_216ndqorbu().b[9][0]++, NEETO_CHAT_USER_IDENTITY_URL) : (cov_216ndqorbu().b[9][1]++, NEETO_REPLAY_CONFIGURE_URL)
|
|
9451
9553
|
}
|
|
9452
9554
|
}))
|
|
9453
9555
|
};
|
|
9454
9556
|
case EMAIL_TYPES.sessionContext:
|
|
9455
|
-
cov_216ndqorbu().b[
|
|
9456
|
-
cov_216ndqorbu().s[
|
|
9557
|
+
cov_216ndqorbu().b[7][2]++;
|
|
9558
|
+
cov_216ndqorbu().s[31]++;
|
|
9457
9559
|
return {
|
|
9458
9560
|
codeString: SAMPLE_CONTEXT_CODE_STRING,
|
|
9459
9561
|
subject: t("neetoMolecules.widget.email.fields.subject.values.sessionContext"),
|
|
@@ -9480,42 +9582,42 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9480
9582
|
}))
|
|
9481
9583
|
};
|
|
9482
9584
|
case EMAIL_TYPES["null"]:
|
|
9483
|
-
cov_216ndqorbu().b[
|
|
9484
|
-
cov_216ndqorbu().s[
|
|
9485
|
-
return previousEmailType !== EMAIL_TYPES["null"] ? (cov_216ndqorbu().b[
|
|
9585
|
+
cov_216ndqorbu().b[7][3]++;
|
|
9586
|
+
cov_216ndqorbu().s[32]++;
|
|
9587
|
+
return previousEmailType !== EMAIL_TYPES["null"] ? (cov_216ndqorbu().b[10][0]++, getSnippetProps(previousEmailType)) : (cov_216ndqorbu().b[10][1]++, {});
|
|
9486
9588
|
default:
|
|
9487
|
-
cov_216ndqorbu().b[
|
|
9488
|
-
cov_216ndqorbu().s[
|
|
9589
|
+
cov_216ndqorbu().b[7][4]++;
|
|
9590
|
+
cov_216ndqorbu().s[33]++;
|
|
9489
9591
|
throw new Error("Invalid email type received.");
|
|
9490
9592
|
}
|
|
9491
9593
|
};
|
|
9492
|
-
cov_216ndqorbu().s[
|
|
9594
|
+
cov_216ndqorbu().s[34]++;
|
|
9493
9595
|
var handleSendViaEmail = function handleSendViaEmail(selectedEmail) {
|
|
9494
|
-
cov_216ndqorbu().f[
|
|
9495
|
-
cov_216ndqorbu().s[
|
|
9596
|
+
cov_216ndqorbu().f[9]++;
|
|
9597
|
+
cov_216ndqorbu().s[35]++;
|
|
9496
9598
|
if (ramda.isEmpty(selectedWidgets)) {
|
|
9497
|
-
cov_216ndqorbu().b[
|
|
9498
|
-
cov_216ndqorbu().s[
|
|
9599
|
+
cov_216ndqorbu().b[11][0]++;
|
|
9600
|
+
cov_216ndqorbu().s[36]++;
|
|
9499
9601
|
neetoui.Toastr.error(t("neetoMolecules.widget.installation.snippet.disabledError"));
|
|
9500
|
-
cov_216ndqorbu().s[
|
|
9602
|
+
cov_216ndqorbu().s[37]++;
|
|
9501
9603
|
return;
|
|
9502
9604
|
} else {
|
|
9503
|
-
cov_216ndqorbu().b[
|
|
9605
|
+
cov_216ndqorbu().b[11][1]++;
|
|
9504
9606
|
}
|
|
9505
|
-
cov_216ndqorbu().s[
|
|
9607
|
+
cov_216ndqorbu().s[38]++;
|
|
9506
9608
|
setEmailType(selectedEmail);
|
|
9507
9609
|
};
|
|
9508
|
-
cov_216ndqorbu().s[
|
|
9509
|
-
if ((cov_216ndqorbu().b[
|
|
9510
|
-
cov_216ndqorbu().b[
|
|
9511
|
-
cov_216ndqorbu().s[
|
|
9610
|
+
cov_216ndqorbu().s[39]++;
|
|
9611
|
+
if ((cov_216ndqorbu().b[13][0]++, isLoadingApiKey) || (cov_216ndqorbu().b[13][1]++, isLoadingConfigurations)) {
|
|
9612
|
+
cov_216ndqorbu().b[12][0]++;
|
|
9613
|
+
cov_216ndqorbu().s[40]++;
|
|
9512
9614
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9513
9615
|
className: "h-full w-full"
|
|
9514
9616
|
}, /*#__PURE__*/React__default["default"].createElement(PageLoader, null));
|
|
9515
9617
|
} else {
|
|
9516
|
-
cov_216ndqorbu().b[
|
|
9618
|
+
cov_216ndqorbu().b[12][1]++;
|
|
9517
9619
|
}
|
|
9518
|
-
cov_216ndqorbu().s[
|
|
9620
|
+
cov_216ndqorbu().s[41]++;
|
|
9519
9621
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9520
9622
|
className: "mx-auto mb-10 w-full flex-col items-center justify-start"
|
|
9521
9623
|
}, /*#__PURE__*/React__default["default"].createElement(SelectionTabs, {
|
|
@@ -9531,8 +9633,8 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9531
9633
|
className: "neeto-ui-bg-primary-100 neeto-ui-rounded-xl overflow-hidden",
|
|
9532
9634
|
codeString: getEmbedCodeString(),
|
|
9533
9635
|
sendViaEmail: function sendViaEmail() {
|
|
9534
|
-
cov_216ndqorbu().f[
|
|
9535
|
-
cov_216ndqorbu().s[
|
|
9636
|
+
cov_216ndqorbu().f[10]++;
|
|
9637
|
+
cov_216ndqorbu().s[42]++;
|
|
9536
9638
|
return handleSendViaEmail(EMAIL_TYPES.embedCode);
|
|
9537
9639
|
},
|
|
9538
9640
|
title: /*#__PURE__*/React__default["default"].createElement("div", null, "Embed code")
|
|
@@ -9549,9 +9651,9 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9549
9651
|
})
|
|
9550
9652
|
},
|
|
9551
9653
|
values: {
|
|
9552
|
-
selectedWidgets: pure.isNotEmpty(selectedWidgets) ? (cov_216ndqorbu().b[
|
|
9654
|
+
selectedWidgets: pure.isNotEmpty(selectedWidgets) ? (cov_216ndqorbu().b[14][0]++, getSelectedWidgetsCombinedText(selectedWidgets, true)) : (cov_216ndqorbu().b[14][1]++, "none of the widgets")
|
|
9553
9655
|
}
|
|
9554
|
-
}, "Place the embed code in your HTML file. This will embed the selected widgets in your website."))), (cov_216ndqorbu().b[
|
|
9656
|
+
}, "Place the embed code in your HTML file. This will embed the selected widgets in your website."))), (cov_216ndqorbu().b[16][0]++, enabledWidgets.chat) || (cov_216ndqorbu().b[16][1]++, enabledWidgets.replay) ? (cov_216ndqorbu().b[15][0]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9555
9657
|
className: "mx-auto mb-6 w-full max-w-2xl flex-grow flex-col items-center justify-start"
|
|
9556
9658
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9557
9659
|
className: "mx-auto mb-4 w-full"
|
|
@@ -9562,8 +9664,8 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9562
9664
|
setSelectedFramework: setSelectedFramework
|
|
9563
9665
|
},
|
|
9564
9666
|
sendViaEmail: function sendViaEmail() {
|
|
9565
|
-
cov_216ndqorbu().f[
|
|
9566
|
-
cov_216ndqorbu().s[
|
|
9667
|
+
cov_216ndqorbu().f[11]++;
|
|
9668
|
+
cov_216ndqorbu().s[43]++;
|
|
9567
9669
|
return handleSendViaEmail(EMAIL_TYPES.userIdentity);
|
|
9568
9670
|
},
|
|
9569
9671
|
codeString: getSampleUserIdentity(enabledWidgets, selectedFramework.value),
|
|
@@ -9573,13 +9675,13 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9573
9675
|
className: "ml-1",
|
|
9574
9676
|
rel: "noreferrer",
|
|
9575
9677
|
target: "_blank",
|
|
9576
|
-
href: enabledWidgets.chat ? (cov_216ndqorbu().b[
|
|
9678
|
+
href: enabledWidgets.chat ? (cov_216ndqorbu().b[17][0]++, NEETO_CHAT_USER_IDENTITY_URL) : (cov_216ndqorbu().b[17][1]++, NEETO_REPLAY_CONFIGURE_URL)
|
|
9577
9679
|
}, /*#__PURE__*/React__default["default"].createElement(neetoIcons.Help, {
|
|
9578
9680
|
size: 16
|
|
9579
9681
|
})))
|
|
9580
9682
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9581
9683
|
className: "w-full"
|
|
9582
|
-
}, t("neetoMolecules.widget.installation.instructions.userIdentity")))) : (cov_216ndqorbu().b[
|
|
9684
|
+
}, t("neetoMolecules.widget.installation.instructions.userIdentity")))) : (cov_216ndqorbu().b[15][1]++, null), enabledWidgets.replay ? (cov_216ndqorbu().b[18][0]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9583
9685
|
className: "mx-auto w-full max-w-2xl flex-grow flex-col items-center justify-start"
|
|
9584
9686
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9585
9687
|
className: "mx-auto mb-4 w-full"
|
|
@@ -9587,8 +9689,8 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9587
9689
|
className: "neeto-ui-bg-primary-100 neeto-ui-rounded-xl overflow-hidden",
|
|
9588
9690
|
codeString: SAMPLE_CONTEXT_CODE_STRING,
|
|
9589
9691
|
sendViaEmail: function sendViaEmail() {
|
|
9590
|
-
cov_216ndqorbu().f[
|
|
9591
|
-
cov_216ndqorbu().s[
|
|
9692
|
+
cov_216ndqorbu().f[12]++;
|
|
9693
|
+
cov_216ndqorbu().s[44]++;
|
|
9592
9694
|
return handleSendViaEmail(EMAIL_TYPES.sessionContext);
|
|
9593
9695
|
},
|
|
9594
9696
|
title: /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -9603,16 +9705,16 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
9603
9705
|
})))
|
|
9604
9706
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9605
9707
|
className: "w-full"
|
|
9606
|
-
}, t("neetoMolecules.widget.installation.instructions.sessionContext")))) : (cov_216ndqorbu().b[
|
|
9607
|
-
isPaneOpen: (cov_216ndqorbu().b[
|
|
9708
|
+
}, t("neetoMolecules.widget.installation.instructions.sessionContext")))) : (cov_216ndqorbu().b[18][1]++, null), /*#__PURE__*/React__default["default"].createElement(CodeSnippet, _extends({
|
|
9709
|
+
isPaneOpen: (cov_216ndqorbu().b[19][0]++, !!emailType) && (cov_216ndqorbu().b[19][1]++, pure.isNotEmpty(selectedWidgets)),
|
|
9608
9710
|
onClose: function onClose() {
|
|
9609
|
-
cov_216ndqorbu().f[
|
|
9610
|
-
cov_216ndqorbu().s[
|
|
9711
|
+
cov_216ndqorbu().f[13]++;
|
|
9712
|
+
cov_216ndqorbu().s[45]++;
|
|
9611
9713
|
return setEmailType(EMAIL_TYPES["null"]);
|
|
9612
9714
|
}
|
|
9613
9715
|
}, getSnippetProps(emailType))));
|
|
9614
9716
|
};
|
|
9615
|
-
cov_216ndqorbu().s[
|
|
9717
|
+
cov_216ndqorbu().s[46]++;
|
|
9616
9718
|
|
|
9617
9719
|
function cov_dmuubj14b() {
|
|
9618
9720
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/NeetoWidget/EmbedCodeQueryClient.jsx";
|