@ibiz-template-plugin/ai-chat 0.0.83 → 0.0.84

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/index.es.js CHANGED
@@ -23814,7 +23814,7 @@ const De = new z("chat-topic-item"), R7 = (n) => {
23814
23814
  const Se = new z("chat-topics"), pf = (n) => {
23815
23815
  const e = F(null), t = $(void 0), i = $([]);
23816
23816
  R(() => {
23817
- const d = [...n.controller.topics.value].sort((f, p) => f.isTop !== p.isTop ? p.isTop ? 1 : -1 : f.sequence - p.sequence);
23817
+ const d = [...n.controller.topics.value].sort((f, p) => f.isTop !== p.isTop ? p.isTop ? 1 : -1 : p.sequence - f.sequence);
23818
23818
  i.value = d.filter(
23819
23819
  (f) => {
23820
23820
  var p, m;