@univerjs/sheets-crosshair-highlight 0.5.5-nightly.202501221606 → 0.5.5-nightly.202501231606
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,8 @@
|
|
|
1
1
|
import { IEventBase, Injector, FUniver } from '@univerjs/core';
|
|
2
2
|
import { FWorkbook, FWorksheet } from '@univerjs/sheets/facade';
|
|
3
|
+
/**
|
|
4
|
+
* @ignore
|
|
5
|
+
*/
|
|
3
6
|
export interface IFSheetCrosshairHighlightEventMixin {
|
|
4
7
|
/**
|
|
5
8
|
* Triggered when the crosshair highlight is enabled or disabled.
|
|
@@ -54,14 +57,23 @@ export interface ICrosshairHighlightColorChangedEvent extends IEventBase {
|
|
|
54
57
|
*/
|
|
55
58
|
worksheet: FWorksheet;
|
|
56
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* @ignore
|
|
62
|
+
*/
|
|
57
63
|
export declare class FSheetCrosshairHighlightEventMixin implements IFSheetCrosshairHighlightEventMixin {
|
|
58
64
|
get CrosshairHighlightEnabledChanged(): 'CrosshairHighlightEnabledChanged';
|
|
59
65
|
get CrosshairHighlightColorChanged(): 'CrosshairHighlightColorChanged';
|
|
60
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* @ignore
|
|
69
|
+
*/
|
|
61
70
|
export interface ISheetCrosshairHighlightEventConfigs {
|
|
62
71
|
CrosshairHighlightEnabledChanged: ICrosshairHighlightEnabledChangedEvent;
|
|
63
72
|
CrosshairHighlightColorChanged: ICrosshairHighlightColorChangedEvent;
|
|
64
73
|
}
|
|
74
|
+
/**
|
|
75
|
+
* @ignore
|
|
76
|
+
*/
|
|
65
77
|
export interface IFUniverCrosshairHighlightMixin {
|
|
66
78
|
/**
|
|
67
79
|
* Enable or disable crosshair highlight.
|
|
@@ -106,6 +118,9 @@ export interface IFUniverCrosshairHighlightMixin {
|
|
|
106
118
|
*/
|
|
107
119
|
readonly CROSSHAIR_HIGHLIGHT_COLORS: string[];
|
|
108
120
|
}
|
|
121
|
+
/**
|
|
122
|
+
* @ignore
|
|
123
|
+
*/
|
|
109
124
|
export declare class FUniverCrosshairHighlightMixin extends FUniver implements IFUniverCrosshairHighlightMixin {
|
|
110
125
|
/**
|
|
111
126
|
* @ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-crosshair-highlight",
|
|
3
|
-
"version": "0.5.5-nightly.
|
|
3
|
+
"version": "0.5.5-nightly.202501231606",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/icons": "^0.2.
|
|
60
|
+
"@univerjs/icons": "^0.2.14",
|
|
61
61
|
"clsx": "^2.1.1",
|
|
62
|
-
"@univerjs/core": "0.5.5-nightly.
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/ui": "0.5.5-nightly.
|
|
66
|
-
"@univerjs/
|
|
62
|
+
"@univerjs/core": "0.5.5-nightly.202501231606",
|
|
63
|
+
"@univerjs/sheets": "0.5.5-nightly.202501231606",
|
|
64
|
+
"@univerjs/ui": "0.5.5-nightly.202501231606",
|
|
65
|
+
"@univerjs/sheets-ui": "0.5.5-nightly.202501231606",
|
|
66
|
+
"@univerjs/engine-render": "0.5.5-nightly.202501231606"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"less": "^4.2.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"react": "18.3.1",
|
|
72
72
|
"rxjs": "^7.8.1",
|
|
73
73
|
"tailwindcss": "^3.4.17",
|
|
74
|
-
"typescript": "^5.7.
|
|
74
|
+
"typescript": "^5.7.3",
|
|
75
75
|
"vite": "^6.0.7",
|
|
76
76
|
"vitest": "^2.1.8",
|
|
77
77
|
"@univerjs-infra/shared": "0.5.5"
|