@univerjs/sheets-ui 1.0.0-alpha.5 → 1.0.0-alpha.6
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/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +13 -13
package/lib/cjs/index.js
CHANGED
|
@@ -24063,7 +24063,7 @@ const useHighlightRange = (ranges = []) => {
|
|
|
24063
24063
|
//#endregion
|
|
24064
24064
|
//#region package.json
|
|
24065
24065
|
var name = "@univerjs/sheets-ui";
|
|
24066
|
-
var version = "1.0.0-alpha.
|
|
24066
|
+
var version = "1.0.0-alpha.6";
|
|
24067
24067
|
|
|
24068
24068
|
//#endregion
|
|
24069
24069
|
//#region src/views/cell-popup/config.ts
|
package/lib/es/index.js
CHANGED
|
@@ -24062,7 +24062,7 @@ const useHighlightRange = (ranges = []) => {
|
|
|
24062
24062
|
//#endregion
|
|
24063
24063
|
//#region package.json
|
|
24064
24064
|
var name = "@univerjs/sheets-ui";
|
|
24065
|
-
var version = "1.0.0-alpha.
|
|
24065
|
+
var version = "1.0.0-alpha.6";
|
|
24066
24066
|
|
|
24067
24067
|
//#endregion
|
|
24068
24068
|
//#region src/views/cell-popup/config.ts
|
package/lib/index.js
CHANGED
|
@@ -24062,7 +24062,7 @@ const useHighlightRange = (ranges = []) => {
|
|
|
24062
24062
|
//#endregion
|
|
24063
24063
|
//#region package.json
|
|
24064
24064
|
var name = "@univerjs/sheets-ui";
|
|
24065
|
-
var version = "1.0.0-alpha.
|
|
24065
|
+
var version = "1.0.0-alpha.6";
|
|
24066
24066
|
|
|
24067
24067
|
//#endregion
|
|
24068
24068
|
//#region src/views/cell-popup/config.ts
|