@univerjs/sheets-ui 0.15.1-insiders.20260117-8ce4a01 → 0.15.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-ui",
3
- "version": "0.15.1-insiders.20260117-8ce4a01",
3
+ "version": "0.15.1",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal ui-plugin-sheets",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -66,15 +66,15 @@
66
66
  "dependencies": {
67
67
  "@univerjs/icons": "^1.1.1",
68
68
  "@univerjs/protocol": "0.1.48",
69
- "@univerjs/core": "0.15.1-insiders.20260117-8ce4a01",
70
- "@univerjs/design": "0.15.1-insiders.20260117-8ce4a01",
71
- "@univerjs/docs": "0.15.1-insiders.20260117-8ce4a01",
72
- "@univerjs/engine-formula": "0.15.1-insiders.20260117-8ce4a01",
73
- "@univerjs/docs-ui": "0.15.1-insiders.20260117-8ce4a01",
74
- "@univerjs/engine-render": "0.15.1-insiders.20260117-8ce4a01",
75
- "@univerjs/telemetry": "0.15.1-insiders.20260117-8ce4a01",
76
- "@univerjs/sheets": "0.15.1-insiders.20260117-8ce4a01",
77
- "@univerjs/ui": "0.15.1-insiders.20260117-8ce4a01"
69
+ "@univerjs/design": "0.15.1",
70
+ "@univerjs/core": "0.15.1",
71
+ "@univerjs/docs": "0.15.1",
72
+ "@univerjs/docs-ui": "0.15.1",
73
+ "@univerjs/engine-formula": "0.15.1",
74
+ "@univerjs/engine-render": "0.15.1",
75
+ "@univerjs/sheets": "0.15.1",
76
+ "@univerjs/ui": "0.15.1",
77
+ "@univerjs/telemetry": "0.15.1"
78
78
  },
79
79
  "devDependencies": {
80
80
  "postcss": "^8.5.6",
@@ -84,8 +84,8 @@
84
84
  "typescript": "^5.9.3",
85
85
  "vite": "^7.3.1",
86
86
  "vitest": "^4.0.16",
87
- "@univerjs/themes": "0.15.1-insiders.20260117-8ce4a01",
88
- "@univerjs-infra/shared": "0.15.1"
87
+ "@univerjs-infra/shared": "0.15.1",
88
+ "@univerjs/themes": "0.15.1"
89
89
  },
90
90
  "scripts": {
91
91
  "test": "vitest run",
@@ -1,25 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- /**
17
- * Context key indicating that pinch-to-zoom gesture is in progress on mobile.
18
- * Used to prevent selection operations during pinch zoom.
19
- */
20
- export declare const MOBILE_PINCH_ZOOMING = "MOBILE_PINCH_ZOOMING";
21
- /**
22
- * Context key indicating that selection is being expanded on mobile (dragging fill controls).
23
- * Used to prevent scroll/inertia/zoom operations during selection expansion.
24
- */
25
- export declare const MOBILE_EXPANDING_SELECTION = "MOBILE_EXPANDING_SELECTION";