@univerjs/sheets-sort-ui 0.2.7 → 0.2.8

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,5 +1,4 @@
1
1
  import { ICommand } from '@univerjs/core';
2
-
3
2
  export declare const SortRangeAscCommand: ICommand;
4
3
  export declare const SortRangeAscExtCommand: ICommand;
5
4
  export declare const SortRangeDescCommand: ICommand;
@@ -2,7 +2,6 @@ import { ICommandService, Injector, LocaleService, RxDisposable } from '@univerj
2
2
  import { MenuConfig, UIPartsService, ComponentManager, IDialogService, ILayoutService, IMenuService } from '@univerjs/ui';
3
3
  import { SheetsRenderService } from '@univerjs/sheets-ui';
4
4
  import { SheetsSortUIService } from '../services/sheets-sort-ui.service';
5
-
6
5
  export interface IUniverSheetsSortUIConfig {
7
6
  menu: MenuConfig;
8
7
  }
@@ -1,6 +1,5 @@
1
1
  import { IMenuItem } from '@univerjs/ui';
2
2
  import { IAccessor } from '@univerjs/core';
3
-
4
3
  export declare const SHEETS_SORT_ASC_ICON = "AscendingSingle";
5
4
  export declare const SHEETS_SORT_ASC_EXT_ICON = "ExpandAscendingSingle";
6
5
  export declare const SHEETS_SORT_DESC_ICON = "DescendingSingle";
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,6 +1,5 @@
1
1
  import { Injector, LocaleService, Plugin, UniverInstanceType } from '@univerjs/core';
2
2
  import { IUniverSheetsSortUIConfig } from './controllers/sheets-sort-ui.controller';
3
-
4
3
  export declare class UniverSheetsSortUIPlugin extends Plugin {
5
4
  private readonly _config;
6
5
  protected readonly _injector: Injector;
@@ -2,7 +2,6 @@ import { IRange, Nullable, Disposable, ICommandService, ILogService, IUniverInst
2
2
  import { SheetsSelectionsService, ISheetRangeLocation } from '@univerjs/sheets';
3
3
  import { SheetsSortService } from '@univerjs/sheets-sort';
4
4
  import { IConfirmService } from '@univerjs/ui';
5
-
6
5
  export declare enum EXTEND_TYPE {
7
6
  KEEP = "keep",
8
7
  EXTEND = "extend",
@@ -1,7 +1,6 @@
1
1
  import { IRange, Nullable } from '@univerjs/core';
2
2
  import { default as React } from 'react';
3
3
  import { IOrderRule } from '@univerjs/sheets-sort';
4
-
5
4
  export interface ICustomSortPanelProps {
6
5
  range: IRange;
7
6
  onListChange: (value: IOrderRule[]) => void;
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { IRange } from '@univerjs/core';
3
-
4
3
  export interface IEmbedSortBtnProps {
5
4
  range: IRange;
6
5
  colIndex: number;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface IExtendConfirmProps {
4
3
  onChange: (value: string) => void;
5
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-sort-ui",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "private": false,
5
5
  "description": "Univer Sheets Sort UI",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -50,16 +50,16 @@
50
50
  "peerDependencies": {
51
51
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
52
52
  "rxjs": ">=7.0.0",
53
- "@univerjs/core": "0.2.7",
54
- "@univerjs/engine-formula": "0.2.7",
55
- "@univerjs/sheets": "0.2.7",
56
- "@univerjs/sheets-sort": "0.2.7",
57
- "@univerjs/sheets-ui": "0.2.7",
58
- "@univerjs/ui": "0.2.7",
59
- "@univerjs/design": "0.2.7"
53
+ "@univerjs/core": "0.2.8",
54
+ "@univerjs/design": "0.2.8",
55
+ "@univerjs/engine-formula": "0.2.8",
56
+ "@univerjs/sheets": "0.2.8",
57
+ "@univerjs/sheets-sort": "0.2.8",
58
+ "@univerjs/sheets-ui": "0.2.8",
59
+ "@univerjs/ui": "0.2.8"
60
60
  },
61
61
  "dependencies": {
62
- "@univerjs/icons": "^0.1.72",
62
+ "@univerjs/icons": "^0.1.73",
63
63
  "rc-virtual-list": "^3.14.5"
64
64
  },
65
65
  "devDependencies": {
@@ -68,16 +68,16 @@
68
68
  "react": "18.3.1",
69
69
  "rxjs": "^7.8.1",
70
70
  "typescript": "^5.5.4",
71
- "vite": "^5.3.5",
71
+ "vite": "^5.4.0",
72
72
  "vitest": "^2.0.5",
73
- "@univerjs/core": "0.2.7",
74
- "@univerjs/design": "0.2.7",
75
- "@univerjs/engine-render": "0.2.7",
76
- "@univerjs/shared": "0.2.7",
77
- "@univerjs/sheets": "0.2.7",
78
- "@univerjs/sheets-sort": "0.2.7",
79
- "@univerjs/ui": "0.2.7",
80
- "@univerjs/sheets-ui": "0.2.7"
73
+ "@univerjs/core": "0.2.8",
74
+ "@univerjs/design": "0.2.8",
75
+ "@univerjs/engine-render": "0.2.8",
76
+ "@univerjs/shared": "0.2.8",
77
+ "@univerjs/sheets": "0.2.8",
78
+ "@univerjs/sheets-sort": "0.2.8",
79
+ "@univerjs/sheets-ui": "0.2.8",
80
+ "@univerjs/ui": "0.2.8"
81
81
  },
82
82
  "univerSpace": {
83
83
  ".": {