@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +46 -44
- package/lib/es/facade.js +88 -97
- package/lib/es/index.js +6565 -6564
- package/lib/types/common/keys.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDashDot.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDashDotDot.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDashed.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderDotted.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderHair.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMedium.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDot.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDotDot.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderMediumDashed.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderThick.d.ts +1 -1
- package/lib/types/components/border-panel/border-line/icons/BorderThin.d.ts +1 -1
- package/lib/types/components/color-picker/index.d.ts +1 -1
- package/lib/types/components/color-picker/interface.d.ts +1 -1
- package/lib/types/components/const.d.ts +1 -1
- package/lib/types/components/font-family/index.d.ts +1 -1
- package/lib/types/components/font-family/interface.d.ts +1 -1
- package/lib/types/components/font-size/index.d.ts +1 -1
- package/lib/types/components/font-size/interface.d.ts +1 -1
- package/lib/types/components/menu-item-input/index.d.ts +1 -1
- package/lib/types/consts/plugin-name.d.ts +1 -1
- package/lib/types/consts/ui-name.d.ts +1 -1
- package/lib/types/controllers/clipboard/const.d.ts +1 -1
- package/lib/types/controllers/editor/utils/{isEmbeddingFormulaEditor.d.ts → is-embedding-formula-editor.d.ts} +1 -1
- package/lib/types/controllers/editor/utils/{isRangeSelector.d.ts → is-range-selector.d.ts} +1 -1
- package/lib/types/controllers/utils/cell-tools.d.ts +1 -1
- package/lib/types/facade/f-event.d.ts +3 -2
- package/lib/types/facade/f-univer.d.ts +4 -6
- package/lib/types/facade/index.d.ts +1 -1
- package/lib/types/index.d.ts +4 -4
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/services/editor-bridge.service.d.ts +2 -0
- package/lib/types/views/cell-alert/index.d.ts +1 -1
- package/lib/types/views/clipboard/ClipboardPopupMenu.d.ts +1 -1
- package/lib/types/views/count-bar/CountBar.d.ts +1 -1
- package/lib/types/views/count-bar/ZoomSlider.d.ts +1 -1
- package/lib/types/views/count-bar/index.d.ts +1 -1
- package/lib/types/views/defined-name/DefinedName.d.ts +1 -1
- package/lib/types/views/defined-name/DefinedNameContainer.d.ts +1 -1
- package/lib/types/views/defined-name/DefinedNameOverlay.d.ts +1 -1
- package/lib/types/views/defined-name/component-name.d.ts +1 -1
- package/lib/types/views/editor-container/index.d.ts +1 -1
- package/lib/types/views/formula-bar/FormulaBar.d.ts +1 -1
- package/lib/types/views/formula-bar/index.d.ts +1 -1
- package/lib/types/views/mobile/sheet-bar/MobileSheetBar.d.ts +1 -1
- package/lib/types/views/operate-container/index.d.ts +1 -1
- package/lib/types/views/permission/error-msg-dialog/index.d.ts +1 -1
- package/lib/types/views/permission/error-msg-dialog/interface.d.ts +1 -1
- package/lib/types/views/permission/extensions/protect-background-img.d.ts +1 -1
- package/lib/types/views/permission/index.d.ts +1 -1
- package/lib/types/views/permission/panel-list/constant.d.ts +1 -1
- package/lib/types/views/permission/panel-list/index.d.ts +1 -1
- package/lib/types/views/permission/permission-dialog/index.d.ts +1 -1
- package/lib/types/views/permission/user-dialog/constant.d.ts +1 -1
- package/lib/types/views/permission/user-dialog/index.d.ts +1 -1
- package/lib/types/views/sheet-bar/SheetBar.d.ts +1 -1
- package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarTabs.d.ts +1 -1
- package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/animate.d.ts +1 -1
- package/lib/types/views/sheet-container/SheetContainer.d.ts +1 -1
- package/lib/types/views/status-bar/CopyableStatisticItem.d.ts +1 -1
- package/lib/types/views/status-bar/StatusBar.d.ts +1 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +45 -43
- package/package.json +15 -15
- /package/lib/types/hooks/{useHighlightRange.d.ts → use-highlight-range.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-ui",
|
|
3
|
-
"version": "0.6.0-nightly.
|
|
3
|
+
"version": "0.6.0-nightly.202502131606",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal ui-plugin-sheets",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -59,29 +59,29 @@
|
|
|
59
59
|
"rxjs": ">=7.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@univerjs/icons": "^0.2.
|
|
62
|
+
"@univerjs/icons": "^0.2.15",
|
|
63
63
|
"@univerjs/protocol": "0.1.43",
|
|
64
64
|
"clsx": "^2.1.1",
|
|
65
|
-
"@univerjs/core": "0.6.0-nightly.
|
|
66
|
-
"@univerjs/design": "0.6.0-nightly.
|
|
67
|
-
"@univerjs/docs": "0.6.0-nightly.
|
|
68
|
-
"@univerjs/engine-
|
|
69
|
-
"@univerjs/engine-numfmt": "0.6.0-nightly.
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
65
|
+
"@univerjs/core": "0.6.0-nightly.202502131606",
|
|
66
|
+
"@univerjs/design": "0.6.0-nightly.202502131606",
|
|
67
|
+
"@univerjs/docs-ui": "0.6.0-nightly.202502131606",
|
|
68
|
+
"@univerjs/engine-render": "0.6.0-nightly.202502131606",
|
|
69
|
+
"@univerjs/engine-numfmt": "0.6.0-nightly.202502131606",
|
|
70
|
+
"@univerjs/sheets": "0.6.0-nightly.202502131606",
|
|
71
|
+
"@univerjs/ui": "0.6.0-nightly.202502131606",
|
|
72
|
+
"@univerjs/telemetry": "0.6.0-nightly.202502131606",
|
|
73
|
+
"@univerjs/engine-formula": "0.6.0-nightly.202502131606",
|
|
74
|
+
"@univerjs/docs": "0.6.0-nightly.202502131606"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"less": "^4.2.2",
|
|
78
|
-
"postcss": "^8.5.
|
|
78
|
+
"postcss": "^8.5.2",
|
|
79
79
|
"react": "18.3.1",
|
|
80
80
|
"rxjs": "^7.8.1",
|
|
81
81
|
"tailwindcss": "^3.4.17",
|
|
82
82
|
"typescript": "^5.7.3",
|
|
83
|
-
"vite": "^6.0
|
|
84
|
-
"vitest": "^3.0.
|
|
83
|
+
"vite": "^6.1.0",
|
|
84
|
+
"vitest": "^3.0.5",
|
|
85
85
|
"@univerjs-infra/shared": "0.6.0-alpha.0"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
File without changes
|