@univerjs/sheets-ui 0.6.0-nightly.202502111606 → 0.6.0-nightly.202502131606

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.
Files changed (69) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +46 -44
  3. package/lib/es/facade.js +88 -97
  4. package/lib/es/index.js +6565 -6564
  5. package/lib/types/common/keys.d.ts +1 -1
  6. package/lib/types/components/border-panel/border-line/icons/BorderDashDot.d.ts +1 -1
  7. package/lib/types/components/border-panel/border-line/icons/BorderDashDotDot.d.ts +1 -1
  8. package/lib/types/components/border-panel/border-line/icons/BorderDashed.d.ts +1 -1
  9. package/lib/types/components/border-panel/border-line/icons/BorderDotted.d.ts +1 -1
  10. package/lib/types/components/border-panel/border-line/icons/BorderHair.d.ts +1 -1
  11. package/lib/types/components/border-panel/border-line/icons/BorderMedium.d.ts +1 -1
  12. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDot.d.ts +1 -1
  13. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDotDot.d.ts +1 -1
  14. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashed.d.ts +1 -1
  15. package/lib/types/components/border-panel/border-line/icons/BorderThick.d.ts +1 -1
  16. package/lib/types/components/border-panel/border-line/icons/BorderThin.d.ts +1 -1
  17. package/lib/types/components/color-picker/index.d.ts +1 -1
  18. package/lib/types/components/color-picker/interface.d.ts +1 -1
  19. package/lib/types/components/const.d.ts +1 -1
  20. package/lib/types/components/font-family/index.d.ts +1 -1
  21. package/lib/types/components/font-family/interface.d.ts +1 -1
  22. package/lib/types/components/font-size/index.d.ts +1 -1
  23. package/lib/types/components/font-size/interface.d.ts +1 -1
  24. package/lib/types/components/menu-item-input/index.d.ts +1 -1
  25. package/lib/types/consts/plugin-name.d.ts +1 -1
  26. package/lib/types/consts/ui-name.d.ts +1 -1
  27. package/lib/types/controllers/clipboard/const.d.ts +1 -1
  28. package/lib/types/controllers/editor/utils/{isEmbeddingFormulaEditor.d.ts → is-embedding-formula-editor.d.ts} +1 -1
  29. package/lib/types/controllers/editor/utils/{isRangeSelector.d.ts → is-range-selector.d.ts} +1 -1
  30. package/lib/types/controllers/utils/cell-tools.d.ts +1 -1
  31. package/lib/types/facade/f-event.d.ts +3 -2
  32. package/lib/types/facade/f-univer.d.ts +4 -6
  33. package/lib/types/facade/index.d.ts +1 -1
  34. package/lib/types/index.d.ts +4 -4
  35. package/lib/types/locale/zh-CN.d.ts +1 -1
  36. package/lib/types/services/editor-bridge.service.d.ts +2 -0
  37. package/lib/types/views/cell-alert/index.d.ts +1 -1
  38. package/lib/types/views/clipboard/ClipboardPopupMenu.d.ts +1 -1
  39. package/lib/types/views/count-bar/CountBar.d.ts +1 -1
  40. package/lib/types/views/count-bar/ZoomSlider.d.ts +1 -1
  41. package/lib/types/views/count-bar/index.d.ts +1 -1
  42. package/lib/types/views/defined-name/DefinedName.d.ts +1 -1
  43. package/lib/types/views/defined-name/DefinedNameContainer.d.ts +1 -1
  44. package/lib/types/views/defined-name/DefinedNameOverlay.d.ts +1 -1
  45. package/lib/types/views/defined-name/component-name.d.ts +1 -1
  46. package/lib/types/views/editor-container/index.d.ts +1 -1
  47. package/lib/types/views/formula-bar/FormulaBar.d.ts +1 -1
  48. package/lib/types/views/formula-bar/index.d.ts +1 -1
  49. package/lib/types/views/mobile/sheet-bar/MobileSheetBar.d.ts +1 -1
  50. package/lib/types/views/operate-container/index.d.ts +1 -1
  51. package/lib/types/views/permission/error-msg-dialog/index.d.ts +1 -1
  52. package/lib/types/views/permission/error-msg-dialog/interface.d.ts +1 -1
  53. package/lib/types/views/permission/extensions/protect-background-img.d.ts +1 -1
  54. package/lib/types/views/permission/index.d.ts +1 -1
  55. package/lib/types/views/permission/panel-list/constant.d.ts +1 -1
  56. package/lib/types/views/permission/panel-list/index.d.ts +1 -1
  57. package/lib/types/views/permission/permission-dialog/index.d.ts +1 -1
  58. package/lib/types/views/permission/user-dialog/constant.d.ts +1 -1
  59. package/lib/types/views/permission/user-dialog/index.d.ts +1 -1
  60. package/lib/types/views/sheet-bar/SheetBar.d.ts +1 -1
  61. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarTabs.d.ts +1 -1
  62. package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/animate.d.ts +1 -1
  63. package/lib/types/views/sheet-container/SheetContainer.d.ts +1 -1
  64. package/lib/types/views/status-bar/CopyableStatisticItem.d.ts +1 -1
  65. package/lib/types/views/status-bar/StatusBar.d.ts +1 -1
  66. package/lib/umd/facade.js +1 -1
  67. package/lib/umd/index.js +45 -43
  68. package/package.json +15 -15
  69. /package/lib/types/hooks/{useHighlightRange.d.ts → use-highlight-range.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,4 +1,5 @@
1
- import { IEventBase, IRange, RichTextValue, FEventName } from '@univerjs/core';
1
+ import { IRange, RichTextValue } from '@univerjs/core';
2
+ import { IEventBase, FEventName } from '@univerjs/core/facade';
2
3
  import { DeviceInputEventType, SpreadsheetSkeleton } from '@univerjs/engine-render';
3
4
  import { CommandListenerSkeletonChange } from '@univerjs/sheets';
4
5
  import { FRange, FWorkbook, FWorksheet } from '@univerjs/sheets/facade';
@@ -658,7 +659,7 @@ export interface IFSheetsUIEventParamConfig {
658
659
  BeforeSheetZoomChange: ISheetZoomEvent;
659
660
  SheetSkeletonChanged: ISheetSkeletonChangedEvent;
660
661
  }
661
- declare module '@univerjs/core' {
662
+ declare module '@univerjs/core/facade' {
662
663
  interface FEventName extends IFSheetsUIEventNameMixin {
663
664
  }
664
665
  interface IEventParamConfig extends IFSheetsUIEventParamConfig {
@@ -1,5 +1,6 @@
1
- import { IDisposable, Injector, FUniver } from '@univerjs/core';
1
+ import { IDisposable, Injector } from '@univerjs/core';
2
2
  import { IColumnsHeaderCfgParam, IRowsHeaderCfgParam, SheetExtension } from '@univerjs/engine-render';
3
+ import { FUniver } from '@univerjs/core/facade';
3
4
  import { FSheetHooks } from '@univerjs/sheets/facade';
4
5
  /**
5
6
  * @ignore
@@ -53,10 +54,7 @@ export interface IFUniverSheetsUIMixin {
53
54
  }
54
55
  export declare class FUniverSheetsUIMixin extends FUniver implements IFUniverSheetsUIMixin {
55
56
  private _initSheetUIEvent;
56
- /**
57
- * @ignore
58
- */
59
- _initObserverListener(injector: Injector): void;
57
+ private _initObserverListener;
60
58
  /**
61
59
  * @ignore
62
60
  */
@@ -89,7 +87,7 @@ export declare class FUniverSheetsUIMixin extends FUniver implements IFUniverShe
89
87
  */
90
88
  getSheetHooks(): FSheetHooks;
91
89
  }
92
- declare module '@univerjs/core' {
90
+ declare module '@univerjs/core/facade' {
93
91
  interface FUniver extends IFUniverSheetsUIMixin {
94
92
  }
95
93
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ export { SheetUIController } from './controllers/sheet-ui.controller';
32
32
  export { whenFormulaEditorActivated, whenSheetEditorFocused } from './controllers/shortcuts/utils';
33
33
  export { getCoordByCell, getCoordByOffset, getSheetObject, getTransformCoord, } from './controllers/utils/component-tools';
34
34
  export { matchedSelectionByRowColIndex as checkInHeaderRanges } from './controllers/utils/selections-tools';
35
- export { useHighlightRange } from './hooks/useHighlightRange';
35
+ export { useHighlightRange } from './hooks/use-highlight-range';
36
36
  export { UniverSheetsMobileUIPlugin } from './mobile-plugin';
37
37
  export { UniverSheetsUIPlugin } from './plugin';
38
38
  export { AutoFillService, IAutoFillService } from './services/auto-fill/auto-fill.service';
@@ -84,8 +84,8 @@ export { type IUniverSheetsUIConfig } from './controllers/config.schema';
84
84
  export { getCellRealRange } from './common/utils';
85
85
  export { FONT_FAMILY_COMPONENT, FONT_FAMILY_ITEM_COMPONENT } from './components/font-family/interface';
86
86
  export { FONT_SIZE_COMPONENT } from './components/font-size/interface';
87
- export { EMBEDDING_FORMULA_EDITOR, isEmbeddingFormulaEditor } from './controllers/editor/utils/isEmbeddingFormulaEditor';
88
- export { isRangeSelector, RANGE_SELECTOR_SYMBOLS } from './controllers/editor/utils/isRangeSelector';
87
+ export { EMBEDDING_FORMULA_EDITOR, isEmbeddingFormulaEditor } from './controllers/editor/utils/is-embedding-formula-editor';
88
+ export { isRangeSelector, RANGE_SELECTOR_SYMBOLS } from './controllers/editor/utils/is-range-selector';
89
89
  export { menuSchema as SheetsUIMenuSchema } from './controllers/menu.schema';
90
90
  export { SheetCellEditorResizeService } from './services/editor/cell-editor-resize.service';
91
91
  export { FormatPainterStatus, IFormatPainterService } from './services/format-painter/format-painter.service';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -50,6 +50,7 @@ export interface IEditorBridgeService {
50
50
  getEditCellState(): Readonly<Nullable<IEditorBridgeServiceParam>>;
51
51
  getEditCellLayout(): Readonly<Nullable<ICellEditorLayout>>;
52
52
  getEditLocation(): Readonly<Nullable<ICellEditorState>>;
53
+ updateEditLocation(row: number, col: number): void;
53
54
  getLatestEditCellState(): Readonly<Nullable<IEditorBridgeServiceParam>>;
54
55
  /**
55
56
  * @deprecated do not use it directly, use command SetCellEditVisibleOperation as instead.
@@ -112,6 +113,7 @@ export declare class EditorBridgeService extends Disposable implements IEditorBr
112
113
  getEditCellState(): Readonly<Nullable<IEditorBridgeServiceParam>>;
113
114
  getEditCellLayout(): Readonly<Nullable<ICellEditorLayout>>;
114
115
  getEditLocation(): Readonly<Nullable<ICellEditorState>>;
116
+ updateEditLocation(row: number, column: number): void;
115
117
  getLatestEditCellState(): {
116
118
  position: {
117
119
  startX: number;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
- import { default as React } from 'react';
2
1
  import { IFunctionNames } from '@univerjs/engine-formula';
2
+ import { default as React } from 'react';
3
3
  export interface IStatisticItem {
4
4
  name: IFunctionNames;
5
5
  value: number;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023-present DreamNum Inc.
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.