@univerjs-pro/sheets-pivot-ui 0.2.14 → 0.3.0-alpha.0

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,8 @@
1
- import { SheetsPivotTableAdaptorModel } from '@univerjs-pro/sheets-pivot';
2
1
  import { Disposable, ICommandService, Injector, IPermissionService, IUniverInstanceService } from '@univerjs/core';
2
+ import { IRangeSelectorService } from '@univerjs/docs-ui';
3
3
  import { SheetsSelectionsService } from '@univerjs/sheets';
4
- import { IDialogService, IRangeSelectorService, ISidebarService } from '@univerjs/ui';
4
+ import { IDialogService, ISidebarService } from '@univerjs/ui';
5
+ import { SheetsPivotTableAdaptorModel } from '@univerjs-pro/sheets-pivot';
5
6
  export declare class SheetsPivotTablePanelController extends Disposable {
6
7
  private readonly _sheetsSelectionsService;
7
8
  private readonly _univerInstanceService;
@@ -1,5 +1,5 @@
1
- import { default as React } from 'react';
2
1
  import { IPivotTableConfig, IUnitRangeNameWithSubUnitId } from '@univerjs-pro/sheets-pivot';
2
+ import { default as React } from 'react';
3
3
  interface IPivotSourceRangeProps {
4
4
  sourceRangeInfo: IUnitRangeNameWithSubUnitId;
5
5
  pivotTableId: string;
@@ -1,6 +1,6 @@
1
1
  import { IRange } from '@univerjs/core';
2
- import { default as React } from 'react';
3
2
  import { PositionType } from '@univerjs-pro/sheets-pivot';
3
+ import { default as React } from 'react';
4
4
  export interface IPivotTableRangeSelectorReturns {
5
5
  sourceRange: IRange;
6
6
  sourceSheetName: string;