@weavy/uikit-react 30.3.1 → 30.3.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/changelog.md +6 -0
- package/dist/build/weavy.bundle.js +162 -162
- package/dist/build/weavy.cjs +8 -8
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +44 -2
- package/dist/build/weavy.umd.js +160 -160
- package/package.json +2 -2
package/dist/build/weavy.mjs
CHANGED
|
@@ -31591,7 +31591,7 @@ const qg = (Ge = class {
|
|
|
31591
31591
|
E(this, Fg, !0), console.info(this.weavyId, "was destroyed");
|
|
31592
31592
|
}
|
|
31593
31593
|
}, h(Ge, "we"), Ge);
|
|
31594
|
-
jv = /* @__PURE__ */ new WeakMap(), Hv = /* @__PURE__ */ new WeakMap(), Tn = /* @__PURE__ */ new WeakMap(), Fg = /* @__PURE__ */ new WeakMap(), c(qg, "WeavyClient"), qg.version = "30.3.
|
|
31594
|
+
jv = /* @__PURE__ */ new WeakMap(), Hv = /* @__PURE__ */ new WeakMap(), Tn = /* @__PURE__ */ new WeakMap(), Fg = /* @__PURE__ */ new WeakMap(), c(qg, "WeavyClient"), qg.version = "30.3.2", qg.sourceName = "@weavy/uikit-web", qg.defaults = {
|
|
31595
31595
|
// StrictWeavyOptions
|
|
31596
31596
|
cloudFilePickerUrl: "https://filebrowser.weavy.io/v14/",
|
|
31597
31597
|
configurationTimeout: 5e3,
|
|
@@ -47762,6 +47762,13 @@ let Rl = (ek = (Wm = class extends qy {
|
|
|
47762
47762
|
constructor() {
|
|
47763
47763
|
super(...arguments), this.unreadNotifications = new w4(this), this.theme = new Ei(this, Rl.styles), this.currentTypeFilter = jt.All, this.typeFilter = jt.All;
|
|
47764
47764
|
}
|
|
47765
|
+
/**
|
|
47766
|
+
* Disabled link matching/consuming.
|
|
47767
|
+
* @internal
|
|
47768
|
+
*/
|
|
47769
|
+
matchesLink() {
|
|
47770
|
+
return !1;
|
|
47771
|
+
}
|
|
47765
47772
|
/** Current unread notification count. */
|
|
47766
47773
|
get unread() {
|
|
47767
47774
|
return this.unreadNotifications.unread;
|
|
@@ -47818,6 +47825,13 @@ let Pa = (ik = (Fm = class extends qy {
|
|
|
47818
47825
|
constructor() {
|
|
47819
47826
|
super(...arguments), this.theme = new Ei(this, Pa.styles), this.unreadNotifications = new w4(this), this.badge = "count", this.badgePosition = "inline", this.typeFilter = jt.All;
|
|
47820
47827
|
}
|
|
47828
|
+
/**
|
|
47829
|
+
* Disabled link matching/consuming.
|
|
47830
|
+
* @internal
|
|
47831
|
+
*/
|
|
47832
|
+
matchesLink() {
|
|
47833
|
+
return !1;
|
|
47834
|
+
}
|
|
47821
47835
|
/** Current unread notification count. */
|
|
47822
47836
|
get unread() {
|
|
47823
47837
|
return this.unreadNotifications.unread;
|
|
@@ -47861,6 +47875,13 @@ let Pr = (rk = (qm = class extends qy {
|
|
|
47861
47875
|
constructor() {
|
|
47862
47876
|
super(...arguments), this.theme = new Ei(this, Pr.styles), this.unreadNotifications = new w4(this), this.overlay = "sheet", this.badge = "compact", this.badgePosition = "top-right", this.typeFilter = jt.All, this.currentTypeFilter = jt.All, this.showNotificationList = !1;
|
|
47863
47877
|
}
|
|
47878
|
+
/**
|
|
47879
|
+
* Disabled link matching/consuming.
|
|
47880
|
+
* @internal
|
|
47881
|
+
*/
|
|
47882
|
+
matchesLink() {
|
|
47883
|
+
return !1;
|
|
47884
|
+
}
|
|
47864
47885
|
set list(t) {
|
|
47865
47886
|
console.warn(`.list is deprecated. Use .overlay = "${t}"; instead`), this.overlay = t;
|
|
47866
47887
|
}
|
|
@@ -48130,6 +48151,13 @@ let bs = (ak = (Bm = class extends qy {
|
|
|
48130
48151
|
}
|
|
48131
48152
|
}, BJ(this, oh);
|
|
48132
48153
|
}
|
|
48154
|
+
/**
|
|
48155
|
+
* Disabled link matching/consuming.
|
|
48156
|
+
* @internal
|
|
48157
|
+
*/
|
|
48158
|
+
matchesLink() {
|
|
48159
|
+
return !1;
|
|
48160
|
+
}
|
|
48133
48161
|
/** @internal */
|
|
48134
48162
|
async addOrUpdateNotification(t) {
|
|
48135
48163
|
if (!this.requestUserPermission || await this.hasUserPermission()) {
|
|
@@ -49379,6 +49407,13 @@ let y1 = (pk = (Km = class extends Ve {
|
|
|
49379
49407
|
constructor() {
|
|
49380
49408
|
super(...arguments), this.theme = new Ei(this, y1.styles), this.createConversationController = new Lb(this), this.conversationNewRef = $t();
|
|
49381
49409
|
}
|
|
49410
|
+
/**
|
|
49411
|
+
* Disabled link matching/consuming.
|
|
49412
|
+
* @internal
|
|
49413
|
+
*/
|
|
49414
|
+
matchesLink() {
|
|
49415
|
+
return !1;
|
|
49416
|
+
}
|
|
49382
49417
|
/**
|
|
49383
49418
|
* Creates a new conversation.
|
|
49384
49419
|
*
|
|
@@ -49425,6 +49460,13 @@ let fn = (fk = (Jm = class extends Ve {
|
|
|
49425
49460
|
constructor() {
|
|
49426
49461
|
super(...arguments), this.theme = new Ei(this, fn.styles), this.unreadConversations = new zb(this), this.componentTypes = [xt.ChatRoom, xt.PrivateChat], this.badge = "count", this.badgePosition = "inline";
|
|
49427
49462
|
}
|
|
49463
|
+
/**
|
|
49464
|
+
* Disabled link matching/consuming.
|
|
49465
|
+
* @internal
|
|
49466
|
+
*/
|
|
49467
|
+
matchesLink() {
|
|
49468
|
+
return !1;
|
|
49469
|
+
}
|
|
49428
49470
|
set agent(t) {
|
|
49429
49471
|
super.agent = t, this._agentUid ? this.componentTypes = [xt.AgentChat] : this.componentTypes = [xt.ChatRoom, xt.PrivateChat];
|
|
49430
49472
|
}
|
|
@@ -50604,7 +50646,7 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
50604
50646
|
return Zr;
|
|
50605
50647
|
}
|
|
50606
50648
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
50607
|
-
_e.version = "30.3.
|
|
50649
|
+
_e.version = "30.3.2";
|
|
50608
50650
|
_e.sourceName = "@weavy/uikit-react";
|
|
50609
50651
|
const ktt = VW(null);
|
|
50610
50652
|
function cit(s, t = []) {
|