@univerjs/sheets-sort-ui 0.8.0-nightly.202506101607 → 0.8.0-nightly.202506111607

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/lib/index.js CHANGED
@@ -1,17 +1,17 @@
1
1
  var Ve = Object.defineProperty;
2
2
  var Ge = (e, t, n) => t in e ? Ve(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var K = (e, t, n) => Ge(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { LocaleService as P, IUniverInstanceService as xe, ILogService as We, Inject as R, ICommandService as _e, Disposable as ze, UniverInstanceType as Y, Tools as Ye, LocaleType as J, CommandType as M, throttle as qe, Injector as Ie, RxDisposable as Xe, DependentOn as Ke, IConfigService as Je, Plugin as Qe, merge as et } from "@univerjs/core";
5
- import { SheetsSortService as we, SortType as U, SortRangeCommand as tt, UniverSheetsSortPlugin as rt } from "@univerjs/sheets-sort";
6
- import { serializeRange as nt } from "@univerjs/engine-formula";
7
- import { getCurrentRangeDisable$ as N, getCurrentExclusiveRangeInterest$ as ot, SheetsRenderService as it, SheetsUIPart as st } from "@univerjs/sheets-ui";
8
- import { useDependency as E, IConfirmService as ct, useObservable as at, MenuItemType as S, getMenuHiddenObservable as Me, ContextMenuPosition as lt, ContextMenuGroup as dt, RibbonDataGroup as ut, IMenuManagerService as ht, IDialogService as gt, ILayoutService as Ct, IUIPartsService as mt, ComponentManager as vt, connectInjector as ft } from "@univerjs/ui";
9
- import { BehaviorSubject as St, takeUntil as pt } from "rxjs";
4
+ import { LocaleService as P, IUniverInstanceService as xe, Inject as R, ICommandService as _e, Disposable as We, UniverInstanceType as Y, Tools as ze, LocaleType as J, CommandType as M, throttle as Ye, Injector as Ie, RxDisposable as qe, DependentOn as Xe, IConfigService as Ke, Plugin as Je, merge as Qe } from "@univerjs/core";
5
+ import { SheetsSortService as we, SortType as U, SortRangeCommand as et, UniverSheetsSortPlugin as tt } from "@univerjs/sheets-sort";
6
+ import { serializeRange as rt } from "@univerjs/engine-formula";
7
+ import { getCurrentRangeDisable$ as O, getCurrentExclusiveRangeInterest$ as nt, SheetsRenderService as ot, SheetsUIPart as it } from "@univerjs/sheets-ui";
8
+ import { useDependency as E, IConfirmService as st, useObservable as ct, MenuItemType as S, getMenuHiddenObservable as Me, ContextMenuPosition as at, ContextMenuGroup as lt, RibbonDataGroup as dt, IMenuManagerService as ut, IDialogService as ht, ILayoutService as gt, IUIPartsService as Ct, ComponentManager as mt, connectInjector as vt } from "@univerjs/ui";
9
+ import { BehaviorSubject as ft, takeUntil as St } from "rxjs";
10
10
  import { jsxs as C, jsx as c } from "react/jsx-runtime";
11
- import { SheetsSelectionsService as yt, getPrimaryForRange as xt, SetSelectionsOperation as _t, expandToContinuousRange as fe, getSheetCommandTarget as It, RangeProtectionPermissionEditPoint as k, WorksheetSortPermission as L, WorksheetEditPermission as D, WorkbookEditablePermission as H } from "@univerjs/sheets";
12
- import { RadioGroup as Re, Radio as V, Checkbox as wt, clsx as Ee, DraggableList as Mt, scrollbarClassName as be, Button as G, Dropdown as Rt, ButtonGroup as Et } from "@univerjs/design";
13
- import { forwardRef as y, useRef as Te, createElement as x, useState as Z, useCallback as O, useEffect as Oe } from "react";
14
- const bt = "sheets-sort-ui.config", Se = {};
11
+ import { SheetsSelectionsService as pt, getPrimaryForRange as yt, SetSelectionsOperation as xt, expandToContinuousRange as fe, getSheetCommandTarget as _t, RangeProtectionPermissionEditPoint as N, WorksheetSortPermission as k, WorksheetEditPermission as L, WorkbookEditablePermission as D } from "@univerjs/sheets";
12
+ import { RadioGroup as Re, Radio as V, Checkbox as It, clsx as Ee, DraggableList as wt, scrollbarClassName as Te, Button as G, Dropdown as Mt, ButtonGroup as Rt } from "@univerjs/design";
13
+ import { forwardRef as y, useRef as be, createElement as x, useState as Z, useCallback as b, useEffect as Oe } from "react";
14
+ const Et = "sheets-sort-ui.config", Se = {};
15
15
  var f = function() {
16
16
  return f = Object.assign || function(e) {
17
17
  for (var t, n = 1, r = arguments.length; n < r; n++) {
@@ -28,15 +28,15 @@ var f = function() {
28
28
  t.indexOf(r[o]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[o]) && (n[r[o]] = e[r[o]]);
29
29
  return n;
30
30
  }, _ = y(function(e, t) {
31
- var n = e.icon, r = e.id, o = e.className, i = e.extend, s = Tt(e, ["icon", "id", "className", "extend"]), a = "univerjs-icon univerjs-icon-".concat(r, " ").concat(o || "").trim(), l = Te("_".concat(kt()));
31
+ var n = e.icon, r = e.id, o = e.className, i = e.extend, s = Tt(e, ["icon", "id", "className", "extend"]), a = "univerjs-icon univerjs-icon-".concat(r, " ").concat(o || "").trim(), l = be("_".concat(Nt()));
32
32
  return Ne(n, "".concat(r), { defIds: n.defIds, idSuffix: l.current }, f({ ref: t, className: a }, s), i);
33
33
  });
34
34
  function Ne(e, t, n, r, o) {
35
- return x(e.tag, f(f({ key: t }, Ot(e, n, o)), r), (Nt(e, n).children || []).map(function(i, s) {
35
+ return x(e.tag, f(f({ key: t }, bt(e, n, o)), r), (Ot(e, n).children || []).map(function(i, s) {
36
36
  return Ne(i, "".concat(t, "-").concat(e.tag, "-").concat(s), n, void 0, o);
37
37
  }));
38
38
  }
39
- function Ot(e, t, n) {
39
+ function bt(e, t, n) {
40
40
  var r = f({}, e.attrs);
41
41
  n != null && n.colorChannel1 && r.fill === "colorChannel1" && (r.fill = n.colorChannel1), e.tag === "mask" && r.id && (r.id = r.id + t.idSuffix), Object.entries(r).forEach(function(i) {
42
42
  var s = i[0], a = i[1];
@@ -48,97 +48,97 @@ function Ot(e, t, n) {
48
48
  typeof a == "string" && (r[s] = a.replace(/url\(#(.*)\)/, "url(#$1".concat(t.idSuffix, ")")));
49
49
  })), r;
50
50
  }
51
- function Nt(e, t) {
51
+ function Ot(e, t) {
52
52
  var n, r = t.defIds;
53
53
  return !r || r.length === 0 ? e : e.tag === "defs" && (!((n = e.children) === null || n === void 0) && n.length) ? f(f({}, e), { children: e.children.map(function(o) {
54
54
  return typeof o.attrs.id == "string" && r && r.includes(o.attrs.id) ? f(f({}, o), { attrs: f(f({}, o.attrs), { id: o.attrs.id + t.idSuffix }) }) : o;
55
55
  }) }) : e;
56
56
  }
57
- function kt() {
57
+ function Nt() {
58
58
  return Math.random().toString(36).substring(2, 8);
59
59
  }
60
60
  _.displayName = "UniverIcon";
61
- var Lt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.4208 14.4667C12.4208 14.798 12.1522 15.0667 11.8208 15.0667C11.4895 15.0667 11.2208 14.798 11.2208 14.4667V2.98193L9.97861 4.22417C9.7443 4.45848 9.3644 4.45848 9.13008 4.22417C8.89577 3.98985 8.89577 3.60995 9.13008 3.37564L11.3967 1.10897C11.6311 0.874657 12.011 0.874657 12.2453 1.10897L14.5119 3.37564C14.7463 3.60995 14.7463 3.98985 14.5119 4.22417C14.2776 4.45848 13.8977 4.45848 13.6634 4.22417L12.4208 2.9816V14.4667Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.98967 10.2798C1.6583 10.2798 1.38967 10.0112 1.38967 9.67983C1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022C7.14858 9.67443 7.09725 9.9325 6.92565 10.1041L3.43819 13.5916H6.50138C6.83276 13.5916 7.10138 13.8602 7.10138 14.1916C7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212C1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.1846 1.86439C4.8641 0.989866 3.62725 0.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655C2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055L3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655C7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439ZM4.98996 4.82056L4.24567 2.78971L3.50138 4.82056H4.98996Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, ee = y(function(e, t) {
61
+ var kt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.4208 14.4667C12.4208 14.798 12.1522 15.0667 11.8208 15.0667C11.4895 15.0667 11.2208 14.798 11.2208 14.4667V2.98193L9.97861 4.22417C9.7443 4.45848 9.3644 4.45848 9.13008 4.22417C8.89577 3.98985 8.89577 3.60995 9.13008 3.37564L11.3967 1.10897C11.6311 0.874657 12.011 0.874657 12.2453 1.10897L14.5119 3.37564C14.7463 3.60995 14.7463 3.98985 14.5119 4.22417C14.2776 4.45848 13.8977 4.45848 13.6634 4.22417L12.4208 2.9816V14.4667Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.98967 10.2798C1.6583 10.2798 1.38967 10.0112 1.38967 9.67983C1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022C7.14858 9.67443 7.09725 9.9325 6.92565 10.1041L3.43819 13.5916H6.50138C6.83276 13.5916 7.10138 13.8602 7.10138 14.1916C7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212C1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.1846 1.86439C4.8641 0.989866 3.62725 0.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655C2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055L3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655C7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439ZM4.98996 4.82056L4.24567 2.78971L3.50138 4.82056H4.98996Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, ee = y(function(e, t) {
62
62
  return x(_, Object.assign({}, e, {
63
63
  id: "ascending-icon",
64
64
  ref: t,
65
- icon: Lt
65
+ icon: kt
66
66
  }));
67
67
  });
68
68
  ee.displayName = "AscendingIcon";
69
- var Dt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, ke = y(function(e, t) {
69
+ var Lt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, ke = y(function(e, t) {
70
70
  return x(_, Object.assign({}, e, {
71
71
  id: "check-mark-icon",
72
72
  ref: t,
73
- icon: Dt
73
+ icon: Lt
74
74
  }));
75
75
  });
76
76
  ke.displayName = "CheckMarkIcon";
77
- var Ht = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M9.77445 9.24306L9.77457 11.9573C9.77458 12.2887 9.50597 12.5574 9.17459 12.5574C8.84322 12.5574 8.57458 12.2888 8.57457 11.9574L8.57439 7.79509C8.57438 7.46372 8.84299 7.19508 9.17436 7.19507C9.3281 7.19493 9.48196 7.25351 9.59925 7.3708L11.3465 9.11808C11.5808 9.3524 11.5808 9.7323 11.3465 9.96661C11.1122 10.2009 10.7323 10.2009 10.498 9.96661L9.77445 9.24306Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M6.22584 10.5094L6.22572 7.79514C6.22571 7.46377 6.49433 7.19513 6.8257 7.19512C7.15707 7.1951 7.42571 7.46372 7.42572 7.79509L7.4259 11.9574C7.42592 12.2888 7.1573 12.5574 6.82593 12.5574C6.67228 12.5575 6.51828 12.4989 6.40104 12.3817L4.65376 10.6344C4.41945 10.4001 4.41945 10.0202 4.65376 9.78588C4.88808 9.55156 5.26798 9.55156 5.50229 9.78588L6.22584 10.5094Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.14014 3.73989C1.14014 2.30396 2.3042 1.13989 3.74014 1.13989H12.2601C13.6961 1.13989 14.8601 2.30395 14.8601 3.73989V12.2599C14.8601 13.6958 13.6961 14.8599 12.2601 14.8599H3.74014C2.3042 14.8599 1.14014 13.6958 1.14014 12.2599V3.73989ZM2.34014 5.86724V12.2599C2.34014 13.0331 2.96694 13.6599 3.74014 13.6599H12.2601C13.0333 13.6599 13.6601 13.0331 13.6601 12.2599V5.86724H2.34014ZM13.6601 4.66724H2.34014V3.73989C2.34014 2.9667 2.96694 2.33989 3.74014 2.33989H12.2601C13.0333 2.33989 13.6601 2.96669 13.6601 3.73989V4.66724Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Le = y(function(e, t) {
77
+ var Dt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M9.77445 9.24306L9.77457 11.9573C9.77458 12.2887 9.50597 12.5574 9.17459 12.5574C8.84322 12.5574 8.57458 12.2888 8.57457 11.9574L8.57439 7.79509C8.57438 7.46372 8.84299 7.19508 9.17436 7.19507C9.3281 7.19493 9.48196 7.25351 9.59925 7.3708L11.3465 9.11808C11.5808 9.3524 11.5808 9.7323 11.3465 9.96661C11.1122 10.2009 10.7323 10.2009 10.498 9.96661L9.77445 9.24306Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M6.22584 10.5094L6.22572 7.79514C6.22571 7.46377 6.49433 7.19513 6.8257 7.19512C7.15707 7.1951 7.42571 7.46372 7.42572 7.79509L7.4259 11.9574C7.42592 12.2888 7.1573 12.5574 6.82593 12.5574C6.67228 12.5575 6.51828 12.4989 6.40104 12.3817L4.65376 10.6344C4.41945 10.4001 4.41945 10.0202 4.65376 9.78588C4.88808 9.55156 5.26798 9.55156 5.50229 9.78588L6.22584 10.5094Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.14014 3.73989C1.14014 2.30396 2.3042 1.13989 3.74014 1.13989H12.2601C13.6961 1.13989 14.8601 2.30395 14.8601 3.73989V12.2599C14.8601 13.6958 13.6961 14.8599 12.2601 14.8599H3.74014C2.3042 14.8599 1.14014 13.6958 1.14014 12.2599V3.73989ZM2.34014 5.86724V12.2599C2.34014 13.0331 2.96694 13.6599 3.74014 13.6599H12.2601C13.0333 13.6599 13.6601 13.0331 13.6601 12.2599V5.86724H2.34014ZM13.6601 4.66724H2.34014V3.73989C2.34014 2.9667 2.96694 2.33989 3.74014 2.33989H12.2601C13.0333 2.33989 13.6601 2.96669 13.6601 3.73989V4.66724Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Le = y(function(e, t) {
78
78
  return x(_, Object.assign({}, e, {
79
79
  id: "custom-sort-icon",
80
80
  ref: t,
81
- icon: Ht
81
+ icon: Dt
82
82
  }));
83
83
  });
84
84
  Le.displayName = "CustomSortIcon";
85
- var Ut = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.3313 1.4667C5.3313 1.13533 5.59993 0.866699 5.9313 0.866699H10.069C10.4004 0.866699 10.669 1.13533 10.669 1.4667C10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443C14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V13.1332C3.15332 14.2377 4.04875 15.1332 5.15332 15.1332H10.8465C11.9511 15.1332 12.8465 14.2377 12.8465 13.1331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V13.1331C11.6465 13.575 11.2884 13.9331 10.8465 13.9331H5.15332C4.71149 13.9331 4.35332 13.575 4.35332 13.1332V6.82217Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, De = y(function(e, t) {
85
+ var Ht = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.3313 1.4667C5.3313 1.13533 5.59993 0.866699 5.9313 0.866699H10.069C10.4004 0.866699 10.669 1.13533 10.669 1.4667C10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443C14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V13.1332C3.15332 14.2377 4.04875 15.1332 5.15332 15.1332H10.8465C11.9511 15.1332 12.8465 14.2377 12.8465 13.1331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V13.1331C11.6465 13.575 11.2884 13.9331 10.8465 13.9331H5.15332C4.71149 13.9331 4.35332 13.575 4.35332 13.1332V6.82217Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, De = y(function(e, t) {
86
86
  return x(_, Object.assign({}, e, {
87
87
  id: "delete-empty-icon",
88
88
  ref: t,
89
- icon: Ut
89
+ icon: Ht
90
90
  }));
91
91
  });
92
92
  De.displayName = "DeleteEmptyIcon";
93
- var Pt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.4208 1.53335C12.4208 1.20198 12.1522 0.93335 11.8208 0.93335C11.4895 0.93335 11.2208 1.20198 11.2208 1.53335V13.0181L9.97861 11.7758C9.7443 11.5415 9.3644 11.5415 9.13008 11.7758C8.89577 12.0101 8.89577 12.39 9.13008 12.6244L11.3967 14.891C11.6311 15.1253 12.011 15.1253 12.2453 14.891L14.5119 12.6244C14.7463 12.39 14.7463 12.0101 14.5119 11.7758C14.2776 11.5415 13.8977 11.5415 13.6634 11.7758L12.4208 13.0184V1.53335Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.98967 10.2798C1.6583 10.2798 1.38967 10.0112 1.38967 9.67983C1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022C7.14858 9.67443 7.09725 9.9325 6.92565 10.1041L3.43819 13.5916H6.50138C6.83276 13.5916 7.10138 13.8602 7.10138 14.1916C7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212C1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.1846 1.86439C4.8641 0.989866 3.62725 0.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655C2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055L3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655C7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439ZM4.98996 4.82056L4.24567 2.78971L3.50138 4.82056H4.98996Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, te = y(function(e, t) {
93
+ var Ut = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.4208 1.53335C12.4208 1.20198 12.1522 0.93335 11.8208 0.93335C11.4895 0.93335 11.2208 1.20198 11.2208 1.53335V13.0181L9.97861 11.7758C9.7443 11.5415 9.3644 11.5415 9.13008 11.7758C8.89577 12.0101 8.89577 12.39 9.13008 12.6244L11.3967 14.891C11.6311 15.1253 12.011 15.1253 12.2453 14.891L14.5119 12.6244C14.7463 12.39 14.7463 12.0101 14.5119 11.7758C14.2776 11.5415 13.8977 11.5415 13.6634 11.7758L12.4208 13.0184V1.53335Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.98967 10.2798C1.6583 10.2798 1.38967 10.0112 1.38967 9.67983C1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022C7.14858 9.67443 7.09725 9.9325 6.92565 10.1041L3.43819 13.5916H6.50138C6.83276 13.5916 7.10138 13.8602 7.10138 14.1916C7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212C1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.1846 1.86439C4.8641 0.989866 3.62725 0.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655C2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055L3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655C7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439ZM4.98996 4.82056L4.24567 2.78971L3.50138 4.82056H4.98996Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, te = y(function(e, t) {
94
94
  return x(_, Object.assign({}, e, {
95
95
  id: "descending-icon",
96
96
  ref: t,
97
- icon: Pt
97
+ icon: Ut
98
98
  }));
99
99
  });
100
100
  te.displayName = "DescendingIcon";
101
- var At = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.9064 3.20024C1.57503 3.20024 1.3064 2.93161 1.3064 2.60024C1.3064 2.26887 1.57503 2.00024 1.9064 2.00024H4.57306C4.90443 2.00024 5.17306 2.26887 5.17306 2.60024C5.17306 2.93161 4.90443 3.20024 4.57306 3.20024H1.9064ZM1.3064 6.19985C1.3064 6.53122 1.57503 6.79985 1.9064 6.79985H5.9064C6.23777 6.79985 6.5064 6.53122 6.5064 6.19985C6.5064 5.86848 6.23777 5.59985 5.9064 5.59985H1.9064C1.57503 5.59985 1.3064 5.86848 1.3064 6.19985ZM1.9064 10.3997C1.57503 10.3997 1.3064 10.1311 1.3064 9.79971C1.3064 9.46834 1.57503 9.19971 1.9064 9.19971H7.23973C7.5711 9.19971 7.83973 9.46834 7.83973 9.79971C7.83973 10.1311 7.5711 10.3997 7.23973 10.3997H1.9064ZM1.9064 13.9996C1.57503 13.9996 1.3064 13.7309 1.3064 13.3996C1.3064 13.0682 1.57503 12.7996 1.9064 12.7996H8.57306C8.90443 12.7996 9.17306 13.0682 9.17306 13.3996C9.17306 13.7309 8.90443 13.9996 8.57306 13.9996H1.9064Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.4267 14.2667C12.4267 14.5981 12.1581 14.8667 11.8267 14.8667C11.4953 14.8667 11.2267 14.5981 11.2267 14.2667V3.18198L9.98447 4.42422C9.75015 4.65853 9.37026 4.65853 9.13594 4.42422C8.90163 4.1899 8.90163 3.81 9.13594 3.57569L11.4026 1.30902C11.6369 1.07471 12.0168 1.07471 12.2511 1.30902L14.5178 3.57569C14.7521 3.81 14.7521 4.1899 14.5178 4.42422C14.2835 4.65853 13.9036 4.65853 13.6693 4.42422L12.4267 3.18165V14.2667Z" } }] }, He = y(function(e, t) {
101
+ var Pt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.9064 3.20024C1.57503 3.20024 1.3064 2.93161 1.3064 2.60024C1.3064 2.26887 1.57503 2.00024 1.9064 2.00024H4.57306C4.90443 2.00024 5.17306 2.26887 5.17306 2.60024C5.17306 2.93161 4.90443 3.20024 4.57306 3.20024H1.9064ZM1.3064 6.19985C1.3064 6.53122 1.57503 6.79985 1.9064 6.79985H5.9064C6.23777 6.79985 6.5064 6.53122 6.5064 6.19985C6.5064 5.86848 6.23777 5.59985 5.9064 5.59985H1.9064C1.57503 5.59985 1.3064 5.86848 1.3064 6.19985ZM1.9064 10.3997C1.57503 10.3997 1.3064 10.1311 1.3064 9.79971C1.3064 9.46834 1.57503 9.19971 1.9064 9.19971H7.23973C7.5711 9.19971 7.83973 9.46834 7.83973 9.79971C7.83973 10.1311 7.5711 10.3997 7.23973 10.3997H1.9064ZM1.9064 13.9996C1.57503 13.9996 1.3064 13.7309 1.3064 13.3996C1.3064 13.0682 1.57503 12.7996 1.9064 12.7996H8.57306C8.90443 12.7996 9.17306 13.0682 9.17306 13.3996C9.17306 13.7309 8.90443 13.9996 8.57306 13.9996H1.9064Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.4267 14.2667C12.4267 14.5981 12.1581 14.8667 11.8267 14.8667C11.4953 14.8667 11.2267 14.5981 11.2267 14.2667V3.18198L9.98447 4.42422C9.75015 4.65853 9.37026 4.65853 9.13594 4.42422C8.90163 4.1899 8.90163 3.81 9.13594 3.57569L11.4026 1.30902C11.6369 1.07471 12.0168 1.07471 12.2511 1.30902L14.5178 3.57569C14.7521 3.81 14.7521 4.1899 14.5178 4.42422C14.2835 4.65853 13.9036 4.65853 13.6693 4.42422L12.4267 3.18165V14.2667Z" } }] }, He = y(function(e, t) {
102
102
  return x(_, Object.assign({}, e, {
103
103
  id: "expand-ascending-icon",
104
104
  ref: t,
105
- icon: At
105
+ icon: Pt
106
106
  }));
107
107
  });
108
108
  He.displayName = "ExpandAscendingIcon";
109
- var $t = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.9064 12.7998C1.57503 12.7998 1.3064 13.0684 1.3064 13.3998C1.3064 13.7311 1.57503 13.9998 1.9064 13.9998H4.57306C4.90443 13.9998 5.17306 13.7311 5.17306 13.3998C5.17306 13.0684 4.90443 12.7998 4.57306 12.7998H1.9064ZM1.3064 9.80015C1.3064 9.46878 1.57503 9.20015 1.9064 9.20015H5.9064C6.23777 9.20015 6.5064 9.46878 6.5064 9.80015C6.5064 10.1315 6.23777 10.4001 5.9064 10.4001H1.9064C1.57503 10.4001 1.3064 10.1315 1.3064 9.80015ZM1.9064 5.60029C1.57503 5.60029 1.3064 5.86892 1.3064 6.20029C1.3064 6.53166 1.57503 6.80029 1.9064 6.80029H7.23973C7.5711 6.80029 7.83973 6.53166 7.83973 6.20029C7.83973 5.86892 7.5711 5.60029 7.23973 5.60029H1.9064ZM1.9064 2.00044C1.57503 2.00044 1.3064 2.26907 1.3064 2.60044C1.3064 2.93181 1.57503 3.20044 1.9064 3.20044H8.57306C8.90443 3.20044 9.17306 2.93181 9.17306 2.60044C9.17306 2.26907 8.90443 2.00044 8.57306 2.00044H1.9064Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.4267 1.7333C12.4267 1.40193 12.1581 1.1333 11.8267 1.1333C11.4953 1.1333 11.2267 1.40193 11.2267 1.7333V12.818L9.98447 11.5758C9.75015 11.3415 9.37026 11.3415 9.13594 11.5758C8.90163 11.8101 8.90163 12.19 9.13594 12.4243L11.4026 14.691C11.6369 14.9253 12.0168 14.9253 12.2511 14.691L14.5178 12.4243C14.7521 12.19 14.7521 11.8101 14.5178 11.5758C14.2835 11.3415 13.9036 11.3415 13.6693 11.5758L12.4267 12.8183V1.7333Z" } }] }, Ue = y(function(e, t) {
109
+ var At = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.9064 12.7998C1.57503 12.7998 1.3064 13.0684 1.3064 13.3998C1.3064 13.7311 1.57503 13.9998 1.9064 13.9998H4.57306C4.90443 13.9998 5.17306 13.7311 5.17306 13.3998C5.17306 13.0684 4.90443 12.7998 4.57306 12.7998H1.9064ZM1.3064 9.80015C1.3064 9.46878 1.57503 9.20015 1.9064 9.20015H5.9064C6.23777 9.20015 6.5064 9.46878 6.5064 9.80015C6.5064 10.1315 6.23777 10.4001 5.9064 10.4001H1.9064C1.57503 10.4001 1.3064 10.1315 1.3064 9.80015ZM1.9064 5.60029C1.57503 5.60029 1.3064 5.86892 1.3064 6.20029C1.3064 6.53166 1.57503 6.80029 1.9064 6.80029H7.23973C7.5711 6.80029 7.83973 6.53166 7.83973 6.20029C7.83973 5.86892 7.5711 5.60029 7.23973 5.60029H1.9064ZM1.9064 2.00044C1.57503 2.00044 1.3064 2.26907 1.3064 2.60044C1.3064 2.93181 1.57503 3.20044 1.9064 3.20044H8.57306C8.90443 3.20044 9.17306 2.93181 9.17306 2.60044C9.17306 2.26907 8.90443 2.00044 8.57306 2.00044H1.9064Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.4267 1.7333C12.4267 1.40193 12.1581 1.1333 11.8267 1.1333C11.4953 1.1333 11.2267 1.40193 11.2267 1.7333V12.818L9.98447 11.5758C9.75015 11.3415 9.37026 11.3415 9.13594 11.5758C8.90163 11.8101 8.90163 12.19 9.13594 12.4243L11.4026 14.691C11.6369 14.9253 12.0168 14.9253 12.2511 14.691L14.5178 12.4243C14.7521 12.19 14.7521 11.8101 14.5178 11.5758C14.2835 11.3415 13.9036 11.3415 13.6693 11.5758L12.4267 12.8183V1.7333Z" } }] }, Ue = y(function(e, t) {
110
110
  return x(_, Object.assign({}, e, {
111
111
  id: "expand-descending-icon",
112
112
  ref: t,
113
- icon: $t
113
+ icon: At
114
114
  }));
115
115
  });
116
116
  Ue.displayName = "ExpandDescendingIcon";
117
- var Zt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z" } }] }, Q = y(function(e, t) {
117
+ var $t = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z" } }] }, Q = y(function(e, t) {
118
118
  return x(_, Object.assign({}, e, {
119
119
  id: "increase-icon",
120
120
  ref: t,
121
- icon: Zt
121
+ icon: $t
122
122
  }));
123
123
  });
124
124
  Q.displayName = "IncreaseIcon";
125
- var jt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Pe = y(function(e, t) {
125
+ var Zt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Pe = y(function(e, t) {
126
126
  return x(_, Object.assign({}, e, {
127
127
  id: "more-down-icon",
128
128
  ref: t,
129
- icon: jt
129
+ icon: Zt
130
130
  }));
131
131
  });
132
132
  Pe.displayName = "MoreDownIcon";
133
- var Bt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_622_8", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_622_8)" }, children: [{ tag: "path", attrs: { d: "M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z" } }, { tag: "path", attrs: { d: "M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z" } }, { tag: "path", attrs: { d: "M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z" } }, { tag: "path", attrs: { d: "M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z" } }, { tag: "path", attrs: { d: "M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z" } }, { tag: "path", attrs: { d: "M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z" } }] }] }, Ae = y(function(e, t) {
133
+ var jt = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_622_8", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_622_8)" }, children: [{ tag: "path", attrs: { d: "M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z" } }, { tag: "path", attrs: { d: "M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z" } }, { tag: "path", attrs: { d: "M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z" } }, { tag: "path", attrs: { d: "M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z" } }, { tag: "path", attrs: { d: "M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z" } }, { tag: "path", attrs: { d: "M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z" } }] }] }, Ae = y(function(e, t) {
134
134
  return x(_, Object.assign({}, e, {
135
135
  id: "sequence-icon",
136
136
  ref: t,
137
- icon: Bt
137
+ icon: jt
138
138
  }));
139
139
  });
140
140
  Ae.displayName = "SequenceIcon";
141
- const Ft = (e) => {
141
+ const Bt = (e) => {
142
142
  const [t, n] = Z("0"), r = E(P);
143
143
  return /* @__PURE__ */ C("div", { className: "univer-text-sm", children: [
144
144
  /* @__PURE__ */ c("div", { className: "extend-confirm-desc", children: r.t("sheets-sort.dialog.sort-reminder-desc") }),
@@ -159,23 +159,23 @@ const Ft = (e) => {
159
159
  )
160
160
  ] });
161
161
  };
162
- var Vt = Object.getOwnPropertyDescriptor, Gt = (e, t, n, r) => {
163
- for (var o = r > 1 ? void 0 : r ? Vt(t, n) : t, i = e.length - 1, s; i >= 0; i--)
162
+ var Ft = Object.getOwnPropertyDescriptor, Vt = (e, t, n, r) => {
163
+ for (var o = r > 1 ? void 0 : r ? Ft(t, n) : t, i = e.length - 1, s; i >= 0; i--)
164
164
  (s = e[i]) && (o = s(o) || o);
165
165
  return o;
166
- }, T = (e, t) => (n, r) => t(n, r, e);
166
+ }, H = (e, t) => (n, r) => t(n, r, e);
167
167
  const F = {
168
168
  MERGE_ERROR: "sheets-sort.error.merge-size",
169
169
  EMPTY_ERROR: "sheets-sort.error.empty",
170
170
  SINGLE_ERROR: "sheets-sort.error.single",
171
171
  FORMULA_ARRAY: "sheets-sort.error.formula-array"
172
172
  };
173
- let g = class extends ze {
174
- constructor(t, n, r, o, i, s, a) {
173
+ let g = class extends We {
174
+ constructor(t, n, r, o, i, s) {
175
175
  super();
176
- K(this, "_customSortState$", new St(null));
176
+ K(this, "_customSortState$", new ft(null));
177
177
  K(this, "customSortState$", this._customSortState$.asObservable());
178
- this._univerInstanceService = t, this._confirmService = n, this._logService = r, this._selectionManagerService = o, this._sheetsSortService = i, this._localeService = s, this._commandService = a;
178
+ this._univerInstanceService = t, this._confirmService = n, this._selectionManagerService = r, this._sheetsSortService = o, this._localeService = i, this._commandService = s;
179
179
  }
180
180
  async triggerSortDirectly(t, n, r) {
181
181
  const o = r || await this._detectSortLocation(n);
@@ -205,13 +205,13 @@ let g = class extends ze {
205
205
  const { unitId: r, subUnitId: o, range: i } = n, s = (u = this._univerInstanceService.getUnit(r)) == null ? void 0 : u.getSheetBySheetId(o);
206
206
  if (!s)
207
207
  return [];
208
- const a = Wt(this._localeService);
208
+ const a = Gt(this._localeService);
209
209
  return Array.from({ length: i.endColumn - i.startColumn + 1 }, (I, v) => {
210
210
  var m;
211
- const b = (m = s.getCell(i.startRow, v + i.startColumn)) == null ? void 0 : m.v;
211
+ const T = (m = s.getCell(i.startRow, v + i.startColumn)) == null ? void 0 : m.v;
212
212
  return {
213
213
  index: v + i.startColumn,
214
- label: t ? `${b != null ? b : a(v + i.startColumn)}` : a(v + i.startColumn)
214
+ label: t ? `${T != null ? T : a(v + i.startColumn)}` : a(v + i.startColumn)
215
215
  };
216
216
  });
217
217
  }
@@ -223,9 +223,9 @@ let g = class extends ze {
223
223
  const i = {
224
224
  unitId: t,
225
225
  subUnitId: n,
226
- selections: [{ range: r, primary: xt(r, o), style: null }]
226
+ selections: [{ range: r, primary: yt(r, o), style: null }]
227
227
  };
228
- this._commandService.executeCommand(_t.id, i);
228
+ this._commandService.executeCommand(xt.id, i);
229
229
  }
230
230
  async showCheckError(t) {
231
231
  return await this._confirmService.confirm({
@@ -235,7 +235,9 @@ let g = class extends ze {
235
235
  },
236
236
  children: {
237
237
  title: /* @__PURE__ */ c("div", { children: this._localeService.t(t) })
238
- }
238
+ },
239
+ cancelText: this._localeService.t("sheets-sort.dialog.cancel"),
240
+ confirmText: this._localeService.t("sheets-sort.dialog.confirm")
239
241
  });
240
242
  }
241
243
  async showExtendConfirm() {
@@ -247,7 +249,7 @@ let g = class extends ze {
247
249
  },
248
250
  children: {
249
251
  title: /* @__PURE__ */ c(
250
- Ft,
252
+ Bt,
251
253
  {
252
254
  onChange: (r) => {
253
255
  t = r === "1";
@@ -255,7 +257,9 @@ let g = class extends ze {
255
257
  }
256
258
  )
257
259
  },
258
- width: 400
260
+ width: 400,
261
+ cancelText: this._localeService.t("sheets-sort.dialog.cancel"),
262
+ confirmText: this._localeService.t("sheets-sort.dialog.confirm")
259
263
  }) ? t ? "extend" : "keep" : "cancel";
260
264
  }
261
265
  showCustomSortPanel(t) {
@@ -290,18 +294,17 @@ let g = class extends ze {
290
294
  };
291
295
  }
292
296
  };
293
- g = Gt([
294
- T(0, xe),
295
- T(1, ct),
296
- T(2, We),
297
- T(3, R(yt)),
298
- T(4, R(we)),
299
- T(5, R(P)),
300
- T(6, _e)
297
+ g = Vt([
298
+ H(0, xe),
299
+ H(1, st),
300
+ H(2, R(pt)),
301
+ H(3, R(we)),
302
+ H(4, R(P)),
303
+ H(5, _e)
301
304
  ], g);
302
- function Wt(e) {
305
+ function Gt(e) {
303
306
  return (t) => {
304
- const n = Ye.chatAtABC(t);
307
+ const n = ze.chatAtABC(t);
305
308
  switch (e.getCurrentLocale()) {
306
309
  case J.ZH_CN:
307
310
  return `"${n}"列`;
@@ -353,39 +356,39 @@ const re = {
353
356
  type: M.COMMAND,
354
357
  handler: async (e) => await e.get(g).triggerSortCustomize()
355
358
  };
356
- function zt() {
357
- const e = E(g), t = at(e.customSortState$);
358
- return !t || !t.location ? null : /* @__PURE__ */ c(Yt, { state: t });
359
+ function Wt() {
360
+ const e = E(g), t = ct(e.customSortState$);
361
+ return !t || !t.location ? null : /* @__PURE__ */ c(zt, { state: t });
359
362
  }
360
- function Yt({ state: e }) {
361
- const t = E(we), n = E(P), r = E(g), [o, i] = Z(!1), [s, a] = Z(0), l = Te(null), { range: u, unitId: I, subUnitId: v } = e.location, b = r.getTitles(o), [m, A] = Z([
363
+ function zt({ state: e }) {
364
+ const t = E(we), n = E(P), r = E(g), [o, i] = Z(!1), [s, a] = Z(0), l = be(null), { range: u, unitId: I, subUnitId: v } = e.location, T = r.getTitles(o), [m, A] = Z([
362
365
  { type: U.ASC, colIndex: u.startColumn }
363
- ]), q = O((d, p) => {
366
+ ]), q = b((d, p) => {
364
367
  const $ = [...m];
365
368
  p === null ? $.splice(d, 1) : $[d] = p, A($);
366
- }, [m]), B = O(
367
- qe(() => {
368
- const d = [...m], p = Xt(u, m);
369
+ }, [m]), B = b(
370
+ Ye(() => {
371
+ const d = [...m], p = qt(u, m);
369
372
  p !== null && (d.push({ type: U.ASC, colIndex: p }), A(d));
370
373
  }, 200),
371
374
  [m, u]
372
- ), h = O((d, p) => {
375
+ ), h = b((d, p) => {
373
376
  t.applySort({ range: u, orderRules: d, hasTitle: p }), r.closeCustomSortPanel();
374
- }, [t, r, u]), X = O(() => {
377
+ }, [t, r, u]), X = b(() => {
375
378
  r.closeCustomSortPanel();
376
- }, [r]), Be = O((d) => {
379
+ }, [r]), Be = b((d) => {
377
380
  i(d), d ? r.setSelection(I, v, { ...u, startRow: u.startRow + 1 }) : r.setSelection(I, v, u);
378
381
  }, [r, u, v, I]);
379
382
  Oe(() => {
380
383
  l.current && m.length > 5 && (l.current.scrollTop = l.current.scrollHeight);
381
384
  }, [m]);
382
- const Fe = m.length < b.length, ve = m.map((d) => ({ ...d, id: `${d.colIndex}` }));
385
+ const Fe = m.length < T.length, ve = m.map((d) => ({ ...d, id: `${d.colIndex}` }));
383
386
  return /* @__PURE__ */ C("div", { children: [
384
387
  /* @__PURE__ */ C("div", { onMouseDown: (d) => {
385
388
  d.stopPropagation();
386
389
  }, children: [
387
390
  /* @__PURE__ */ C("div", { className: "univer-flex univer-items-center univer-justify-between", children: [
388
- /* @__PURE__ */ c(wt, { checked: o, onChange: (d) => Be(!!d), children: n.t("sheets-sort.dialog.first-row-check") }),
391
+ /* @__PURE__ */ c(It, { checked: o, onChange: (d) => Be(!!d), children: n.t("sheets-sort.dialog.first-row-check") }),
389
392
  Fe ? /* @__PURE__ */ C(
390
393
  "div",
391
394
  {
@@ -411,22 +414,22 @@ function Yt({ state: e }) {
411
414
  "div",
412
415
  {
413
416
  ref: l,
414
- className: Ee("univer-max-h-[310px] univer-overflow-y-auto univer-overflow-x-hidden", be),
417
+ className: Ee("univer-max-h-[310px] univer-overflow-y-auto univer-overflow-x-hidden", Te),
415
418
  onScroll: (d) => {
416
419
  const p = d.currentTarget.scrollTop;
417
420
  a(p);
418
421
  },
419
422
  children: /* @__PURE__ */ c(
420
- Mt,
423
+ wt,
421
424
  {
422
425
  list: ve,
423
426
  onListChange: A,
424
427
  idKey: "id",
425
428
  draggableHandle: "[data-u-comp=sort-panel-item-handler]",
426
429
  itemRender: (d) => /* @__PURE__ */ c(
427
- qt,
430
+ Yt,
428
431
  {
429
- titles: b,
432
+ titles: T,
430
433
  list: ve,
431
434
  item: d,
432
435
  onChange: (p, $) => q($, p),
@@ -461,11 +464,11 @@ function Yt({ state: e }) {
461
464
  ] })
462
465
  ] });
463
466
  }
464
- function qt(e) {
467
+ function Yt(e) {
465
468
  var B;
466
- const { list: t, item: n, titles: r, onChange: o, scrollPosition: i } = e, s = E(P), a = r.filter((h) => !t.some((X) => X.colIndex === h.index) || h.index === n.colIndex), l = t.findIndex((h) => h.colIndex === n.colIndex), u = O((h) => {
469
+ const { list: t, item: n, titles: r, onChange: o, scrollPosition: i } = e, s = E(P), a = r.filter((h) => !t.some((X) => X.colIndex === h.index) || h.index === n.colIndex), l = t.findIndex((h) => h.colIndex === n.colIndex), u = b((h) => {
467
470
  o({ ...n, colIndex: h.index }, l), v(!1);
468
- }, [l, n, o]), [I, v] = Z(!1), b = (h) => {
471
+ }, [l, n, o]), [I, v] = Z(!1), T = (h) => {
469
472
  v(h);
470
473
  };
471
474
  Oe(() => {
@@ -483,18 +486,18 @@ function qt(e) {
483
486
  }
484
487
  ),
485
488
  /* @__PURE__ */ c("div", { children: /* @__PURE__ */ c(
486
- Rt,
489
+ Mt,
487
490
  {
488
491
  align: "start",
489
492
  overlay: /* @__PURE__ */ c(
490
493
  "ul",
491
494
  {
492
- className: Ee("univer-my-0 univer-box-border univer-grid univer-max-h-[310px] univer-items-center univer-gap-1 univer-overflow-y-auto univer-overflow-x-hidden univer-rounded-lg univer-border univer-bg-white univer-p-1 univer-text-base univer-shadow-lg", be),
495
+ className: Ee("univer-my-0 univer-box-border univer-grid univer-max-h-[310px] univer-items-center univer-gap-1 univer-overflow-y-auto univer-overflow-x-hidden univer-rounded-lg univer-border univer-bg-white univer-p-1 univer-text-base univer-shadow-lg", Te),
493
496
  children: a.map((h) => /* @__PURE__ */ C(
494
497
  "li",
495
498
  {
496
499
  onClick: () => u(h),
497
- className: "univer-relative univer-box-border univer-flex univer-h-7 univer-cursor-pointer univer-list-none univer-items-center univer-justify-between univer-rounded univer-px-2 univer-text-sm univer-transition-all dark:hover:!univer-bg-gray-700 hover:univer-bg-gray-100",
500
+ className: "univer-relative univer-box-border univer-flex univer-h-7 univer-cursor-pointer univer-list-none univer-items-center univer-justify-between univer-rounded univer-px-2 univer-text-sm univer-transition-all hover:univer-bg-gray-100 dark:hover:!univer-bg-gray-700",
498
501
  children: [
499
502
  /* @__PURE__ */ c("span", { className: "univer-max-w-[220px] univer-truncate", children: h.label }),
500
503
  /* @__PURE__ */ c("span", { children: h.index === n.colIndex && /* @__PURE__ */ c(ke, {}) })
@@ -505,7 +508,7 @@ function qt(e) {
505
508
  }
506
509
  ),
507
510
  open: I,
508
- onOpenChange: b,
511
+ onOpenChange: T,
509
512
  children: /* @__PURE__ */ C(
510
513
  "div",
511
514
  {
@@ -539,19 +542,19 @@ function qt(e) {
539
542
  ]
540
543
  }
541
544
  ) }),
542
- /* @__PURE__ */ c("div", { className: "univer-absolute univer-right-0 univer-cursor-pointer univer-text-sm univer-s-[14px]", children: m && /* @__PURE__ */ c(De, { onClick: () => o(null, l) }) })
545
+ /* @__PURE__ */ c("div", { className: "univer-s-[14px] univer-absolute univer-right-0 univer-cursor-pointer univer-text-sm", children: m && /* @__PURE__ */ c(De, { onClick: () => o(null, l) }) })
543
546
  ] });
544
547
  }
545
- function Xt(e, t) {
548
+ function qt(e, t) {
546
549
  const { startColumn: n, endColumn: r } = e, o = new Set(t.map((i) => i == null ? void 0 : i.colIndex));
547
550
  for (let i = n; i <= r; i++)
548
551
  if (!o.has(i))
549
552
  return i;
550
553
  return null;
551
554
  }
552
- function Kt(e) {
553
- const { range: t, colIndex: n, onClose: r } = e, o = E(g), i = E(xe), s = E(P), a = O((l) => {
554
- const { unitId: u, subUnitId: I } = It(i) || {};
555
+ function Xt(e) {
556
+ const { range: t, colIndex: n, onClose: r } = e, o = E(g), i = E(xe), s = E(P), a = b((l) => {
557
+ const { unitId: u, subUnitId: I } = _t(i) || {};
555
558
  if (t && u && I) {
556
559
  const v = { ...t, startRow: t.startRow + 1 };
557
560
  o.triggerSortDirectly(l, !1, { unitId: u, subUnitId: I, range: v, colIndex: n });
@@ -560,7 +563,7 @@ function Kt(e) {
560
563
  r();
561
564
  }, [t, n, o, i, r]);
562
565
  return /* @__PURE__ */ C(
563
- Et,
566
+ Rt,
564
567
  {
565
568
  className: "univer-mb-3 univer-grid univer-w-full univer-grid-flow-col univer-grid-cols-2",
566
569
  children: [
@@ -577,26 +580,26 @@ function Kt(e) {
577
580
  );
578
581
  }
579
582
  const $e = "sheet.menu.sheets-sort", Ze = "sheet.menu.sheets-sort-ctx", j = "AscendingIcon", he = "ExpandAscendingIcon", ge = "DescendingIcon", Ce = "ExpandDescendingIcon", me = "CustomSortIcon";
580
- function Jt(e) {
583
+ function Kt(e) {
581
584
  return {
582
585
  id: $e,
583
586
  type: S.SUBITEMS,
584
587
  icon: j,
585
588
  tooltip: "sheets-sort.general.sort",
586
589
  hidden$: Me(e, Y.UNIVER_SHEET),
587
- disabled$: N(e, { workbookTypes: [H], worksheetTypes: [L, D], rangeTypes: [k] })
590
+ disabled$: O(e, { workbookTypes: [D], worksheetTypes: [k, L], rangeTypes: [N] })
588
591
  };
589
592
  }
590
- function Qt(e) {
593
+ function Jt(e) {
591
594
  return {
592
595
  id: re.id,
593
596
  icon: j,
594
597
  title: "sheets-sort.general.sort-asc-cur",
595
598
  type: S.BUTTON,
596
- hidden$: ot(e)
599
+ hidden$: nt(e)
597
600
  };
598
601
  }
599
- function er(e) {
602
+ function Qt(e) {
600
603
  return {
601
604
  id: ne.id,
602
605
  title: "sheets-sort.general.sort-asc-ext",
@@ -604,7 +607,7 @@ function er(e) {
604
607
  type: S.BUTTON
605
608
  };
606
609
  }
607
- function tr(e) {
610
+ function er(e) {
608
611
  return {
609
612
  id: oe.id,
610
613
  title: "sheets-sort.general.sort-desc-cur",
@@ -612,7 +615,7 @@ function tr(e) {
612
615
  type: S.BUTTON
613
616
  };
614
617
  }
615
- function rr(e) {
618
+ function tr(e) {
616
619
  return {
617
620
  id: ie.id,
618
621
  title: "sheets-sort.general.sort-desc-ext",
@@ -620,7 +623,7 @@ function rr(e) {
620
623
  type: S.BUTTON
621
624
  };
622
625
  }
623
- function nr(e) {
626
+ function rr(e) {
624
627
  return {
625
628
  id: se.id,
626
629
  title: "sheets-sort.general.sort-custom",
@@ -628,133 +631,133 @@ function nr(e) {
628
631
  icon: me
629
632
  };
630
633
  }
631
- function or(e) {
634
+ function nr(e) {
632
635
  return {
633
636
  id: Ze,
634
637
  title: "sheets-sort.general.sort",
635
638
  type: S.SUBITEMS,
636
639
  icon: j,
637
640
  hidden$: Me(e, Y.UNIVER_SHEET),
638
- disabled$: N(e, {
639
- workbookTypes: [H],
640
- worksheetTypes: [L, D],
641
- rangeTypes: [k]
641
+ disabled$: O(e, {
642
+ workbookTypes: [D],
643
+ worksheetTypes: [k, L],
644
+ rangeTypes: [N]
642
645
  })
643
646
  };
644
647
  }
645
- function ir(e) {
648
+ function or(e) {
646
649
  return {
647
650
  id: ce.id,
648
651
  title: "sheets-sort.general.sort-asc-cur",
649
652
  type: S.BUTTON,
650
653
  icon: j,
651
- disabled$: N(e, { workbookTypes: [H], worksheetTypes: [L, D], rangeTypes: [k] })
654
+ disabled$: O(e, { workbookTypes: [D], worksheetTypes: [k, L], rangeTypes: [N] })
652
655
  };
653
656
  }
654
- function sr(e) {
657
+ function ir(e) {
655
658
  return {
656
659
  id: ae.id,
657
660
  title: "sheets-sort.general.sort-asc-ext",
658
661
  type: S.BUTTON,
659
662
  icon: he,
660
- disabled$: N(e, { workbookTypes: [H], worksheetTypes: [L, D], rangeTypes: [k] })
663
+ disabled$: O(e, { workbookTypes: [D], worksheetTypes: [k, L], rangeTypes: [N] })
661
664
  };
662
665
  }
663
- function cr(e) {
666
+ function sr(e) {
664
667
  return {
665
668
  id: le.id,
666
669
  title: "sheets-sort.general.sort-desc-cur",
667
670
  type: S.BUTTON,
668
671
  icon: ge,
669
- disabled$: N(e, { workbookTypes: [H], worksheetTypes: [L, D], rangeTypes: [k] })
672
+ disabled$: O(e, { workbookTypes: [D], worksheetTypes: [k, L], rangeTypes: [N] })
670
673
  };
671
674
  }
672
- function ar(e) {
675
+ function cr(e) {
673
676
  return {
674
677
  id: de.id,
675
678
  title: "sheets-sort.general.sort-desc-ext",
676
679
  type: S.BUTTON,
677
680
  icon: Ce,
678
- disabled$: N(e, { workbookTypes: [H], worksheetTypes: [L, D], rangeTypes: [k] })
681
+ disabled$: O(e, { workbookTypes: [D], worksheetTypes: [k, L], rangeTypes: [N] })
679
682
  };
680
683
  }
681
- function lr(e) {
684
+ function ar(e) {
682
685
  return {
683
686
  id: ue.id,
684
687
  title: "sheets-sort.general.sort-custom",
685
688
  type: S.BUTTON,
686
689
  icon: me,
687
- disabled$: N(e, { workbookTypes: [H], worksheetTypes: [L, D], rangeTypes: [k] })
690
+ disabled$: O(e, { workbookTypes: [D], worksheetTypes: [k, L], rangeTypes: [N] })
688
691
  };
689
692
  }
690
- const dr = {
691
- [ut.ORGANIZATION]: {
693
+ const lr = {
694
+ [dt.ORGANIZATION]: {
692
695
  [$e]: {
693
696
  order: 3,
694
- menuItemFactory: Jt,
697
+ menuItemFactory: Kt,
695
698
  [re.id]: {
696
699
  order: 0,
697
- menuItemFactory: Qt
700
+ menuItemFactory: Jt
698
701
  },
699
702
  [ne.id]: {
700
703
  order: 1,
701
- menuItemFactory: er
704
+ menuItemFactory: Qt
702
705
  },
703
706
  [oe.id]: {
704
707
  order: 2,
705
- menuItemFactory: tr
708
+ menuItemFactory: er
706
709
  },
707
710
  [ie.id]: {
708
711
  order: 3,
709
- menuItemFactory: rr
712
+ menuItemFactory: tr
710
713
  },
711
714
  [se.id]: {
712
715
  order: 4,
713
- menuItemFactory: nr
716
+ menuItemFactory: rr
714
717
  }
715
718
  }
716
719
  },
717
- [lt.MAIN_AREA]: {
718
- [dt.DATA]: {
720
+ [at.MAIN_AREA]: {
721
+ [lt.DATA]: {
719
722
  [Ze]: {
720
723
  order: 0,
721
- menuItemFactory: or,
724
+ menuItemFactory: nr,
722
725
  [ce.id]: {
723
726
  order: 0,
724
- menuItemFactory: ir
727
+ menuItemFactory: or
725
728
  },
726
729
  [ae.id]: {
727
730
  order: 1,
728
- menuItemFactory: sr
731
+ menuItemFactory: ir
729
732
  },
730
733
  [le.id]: {
731
734
  order: 2,
732
- menuItemFactory: cr
735
+ menuItemFactory: sr
733
736
  },
734
737
  [de.id]: {
735
738
  order: 3,
736
- menuItemFactory: ar
739
+ menuItemFactory: cr
737
740
  },
738
741
  [ue.id]: {
739
742
  order: 4,
740
- menuItemFactory: lr
743
+ menuItemFactory: ar
741
744
  }
742
745
  }
743
746
  }
744
747
  }
745
748
  };
746
- var ur = Object.getOwnPropertyDescriptor, hr = (e, t, n, r) => {
747
- for (var o = r > 1 ? void 0 : r ? ur(t, n) : t, i = e.length - 1, s; i >= 0; i--)
749
+ var dr = Object.getOwnPropertyDescriptor, ur = (e, t, n, r) => {
750
+ for (var o = r > 1 ? void 0 : r ? dr(t, n) : t, i = e.length - 1, s; i >= 0; i--)
748
751
  (s = e[i]) && (o = s(o) || o);
749
752
  return o;
750
753
  }, w = (e, t) => (n, r) => t(n, r, e);
751
- const pe = "custom-sort-dialog", gr = 560;
752
- let W = class extends Xe {
754
+ const pe = "custom-sort-dialog", hr = 560;
755
+ let W = class extends qe {
753
756
  constructor(e, t, n, r, o, i, s, a, l, u) {
754
757
  super(), this._commandService = e, this._menuManagerService = t, this._dialogService = n, this._layoutService = r, this._uiPartsService = o, this._sheetRenderService = i, this._localeService = s, this._sheetsSortUIService = a, this._injector = l, this._componentManager = u, this._initCommands(), this._initMenu(), this._initUI();
755
758
  }
756
759
  _initMenu() {
757
- this._menuManagerService.mergeMenu(dr);
760
+ this._menuManagerService.mergeMenu(lr);
758
761
  }
759
762
  _initCommands() {
760
763
  [
@@ -768,13 +771,13 @@ let W = class extends Xe {
768
771
  le,
769
772
  de,
770
773
  ue
771
- ].forEach((e) => this.disposeWithMe(this._commandService.registerCommand(e))), this.disposeWithMe(this._sheetRenderService.registerSkeletonChangingMutations(tt.id));
774
+ ].forEach((e) => this.disposeWithMe(this._commandService.registerCommand(e))), this.disposeWithMe(this._sheetRenderService.registerSkeletonChangingMutations(et.id));
772
775
  }
773
776
  _initUI() {
774
777
  this.disposeWithMe(
775
- this._uiPartsService.registerComponent(st.FILTER_PANEL_EMBED_POINT, () => ft(Kt, this._injector))
778
+ this._uiPartsService.registerComponent(it.FILTER_PANEL_EMBED_POINT, () => vt(Xt, this._injector))
776
779
  ), [
777
- ["CustomSortPanel", zt],
780
+ ["CustomSortPanel", Wt],
778
781
  [j, ee],
779
782
  [he, He],
780
783
  [ge, te],
@@ -784,7 +787,7 @@ let W = class extends Xe {
784
787
  this.disposeWithMe(
785
788
  this._componentManager.register(e, t)
786
789
  );
787
- }), this._sheetsSortUIService.customSortState$.pipe(pt(this.dispose$)).subscribe((e) => {
790
+ }), this._sheetsSortUIService.customSortState$.pipe(St(this.dispose$)).subscribe((e) => {
788
791
  e && e.show && e.location ? this._openCustomSortPanel(e.location) : e && !(e != null && e.show) && this._closePanel();
789
792
  });
790
793
  }
@@ -792,11 +795,11 @@ let W = class extends Xe {
792
795
  this._dialogService.open({
793
796
  id: pe,
794
797
  draggable: !0,
795
- width: gr,
796
- title: { title: `${this._localeService.t("sheets-sort.general.sort-custom")}: ${nt(e.range)}` },
798
+ width: hr,
799
+ title: { title: `${this._localeService.t("sheets-sort.general.sort-custom")}: ${rt(e.range)}` },
797
800
  children: { label: "CustomSortPanel" },
798
801
  destroyOnClose: !0,
799
- defaultPosition: Cr(),
802
+ defaultPosition: gr(),
800
803
  preservePositionOnDestroy: !1,
801
804
  onClose: () => this._closePanel(),
802
805
  mask: !0
@@ -806,36 +809,36 @@ let W = class extends Xe {
806
809
  this._dialogService.close(pe), queueMicrotask(() => this._layoutService.focus());
807
810
  }
808
811
  };
809
- W = hr([
812
+ W = ur([
810
813
  w(0, _e),
811
- w(1, ht),
812
- w(2, gt),
813
- w(3, Ct),
814
- w(4, mt),
815
- w(5, R(it)),
814
+ w(1, ut),
815
+ w(2, ht),
816
+ w(3, gt),
817
+ w(4, Ct),
818
+ w(5, R(ot)),
816
819
  w(6, R(P)),
817
820
  w(7, R(g)),
818
821
  w(8, R(Ie)),
819
- w(9, R(vt))
822
+ w(9, R(mt))
820
823
  ], W);
821
- function Cr() {
824
+ function gr() {
822
825
  return { x: 0, y: 0 };
823
826
  }
824
- var mr = Object.defineProperty, vr = Object.getOwnPropertyDescriptor, fr = (e, t, n) => t in e ? mr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Sr = (e, t, n, r) => {
825
- for (var o = r > 1 ? void 0 : r ? vr(t, n) : t, i = e.length - 1, s; i >= 0; i--)
827
+ var Cr = Object.defineProperty, mr = Object.getOwnPropertyDescriptor, vr = (e, t, n) => t in e ? Cr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, fr = (e, t, n, r) => {
828
+ for (var o = r > 1 ? void 0 : r ? mr(t, n) : t, i = e.length - 1, s; i >= 0; i--)
826
829
  (s = e[i]) && (o = s(o) || o);
827
830
  return o;
828
- }, ye = (e, t) => (n, r) => t(n, r, e), je = (e, t, n) => fr(e, typeof t != "symbol" ? t + "" : t, n);
829
- const pr = "SHEET_SORT_UI_PLUGIN";
830
- let z = class extends Qe {
831
+ }, ye = (e, t) => (n, r) => t(n, r, e), je = (e, t, n) => vr(e, typeof t != "symbol" ? t + "" : t, n);
832
+ const Sr = "SHEET_SORT_UI_PLUGIN";
833
+ let z = class extends Je {
831
834
  constructor(e = Se, t, n) {
832
835
  super(), this._config = e, this._injector = t, this._configService = n;
833
- const { ...r } = et(
836
+ const { ...r } = Qe(
834
837
  {},
835
838
  Se,
836
839
  this._config
837
840
  );
838
- this._configService.setConfig(bt, r);
841
+ this._configService.setConfig(Et, r);
839
842
  }
840
843
  onStarting() {
841
844
  [
@@ -848,11 +851,11 @@ let z = class extends Qe {
848
851
  }
849
852
  };
850
853
  je(z, "type", Y.UNIVER_SHEET);
851
- je(z, "pluginName", pr);
852
- z = Sr([
853
- Ke(rt),
854
+ je(z, "pluginName", Sr);
855
+ z = fr([
856
+ Xe(tt),
854
857
  ye(1, R(Ie)),
855
- ye(2, Je)
858
+ ye(2, Ke)
856
859
  ], z);
857
860
  export {
858
861
  re as SortRangeAscCommand,