buzzcasting-storage 2.10.5 → 2.10.6
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Ei = Object.defineProperty;
|
|
2
2
|
var Oi = (v, o, l) => o in v ? Ei(v, o, { enumerable: !0, configurable: !0, writable: !0, value: l }) : v[o] = l;
|
|
3
3
|
var P = (v, o, l) => (Oi(v, typeof o != "symbol" ? o + "" : o, l), l);
|
|
4
|
-
const xi = "2.10.
|
|
4
|
+
const xi = "2.10.5";
|
|
5
5
|
class ki {
|
|
6
6
|
constructor(o) {
|
|
7
7
|
P(this, "options");
|
|
@@ -4305,7 +4305,7 @@ class Li {
|
|
|
4305
4305
|
*/
|
|
4306
4306
|
P(this, "showModal", (o) => {
|
|
4307
4307
|
const l = Ii(this.element.attributes);
|
|
4308
|
-
if (
|
|
4308
|
+
if (Object.prototype.hasOwnProperty.call(l, "data-topics")) {
|
|
4309
4309
|
const M = l["data-topics"].split("-");
|
|
4310
4310
|
l["data-widget"] = M[1], l["data-dashboard"] = M[0];
|
|
4311
4311
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "buzzcasting-storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.10.
|
|
4
|
+
"version": "2.10.6",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mark Tamis, TouchFlows SAS",
|
|
@@ -50,4 +50,4 @@
|
|
|
50
50
|
"lint-staged": {
|
|
51
51
|
"*.ts": "pnpm run lint"
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|