@mescius/wijmo.xlsx 5.20252.43-nightly.d20251211.t163151 → 5.20252.44-rc
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/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +4 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20252.
|
|
3
|
+
* Wijmo Library 5.20252.44
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -6206,6 +6206,9 @@ export interface IWorkbookFont {
|
|
|
6206
6206
|
* Gets or sets a value indicating whether this font is underlined.
|
|
6207
6207
|
*/
|
|
6208
6208
|
underline?: boolean;
|
|
6209
|
+
/**
|
|
6210
|
+
* Whether to strike through.
|
|
6211
|
+
*/
|
|
6209
6212
|
strikethrough?: boolean;
|
|
6210
6213
|
/**
|
|
6211
6214
|
* Gets or sets the font color.
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.xlsx",
|
|
3
|
-
"version": "5.20252.
|
|
3
|
+
"version": "5.20252.44-rc",
|
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
5
|
"author": "MESCIUS inc",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@mescius/wijmo": "5.20252.
|
|
10
|
+
"@mescius/wijmo": "5.20252.44-rc"
|
|
11
11
|
},
|
|
12
12
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
13
13
|
"bugs": {
|