igniteui-webcomponents-excel 6.0.1 → 6.0.2-beta.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/bundles/igniteui-webcomponents-excel.umd.js +0 -1
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +0 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +0 -1
- package/fesm2015/igniteui-webcomponents-excel.js +0 -1
- package/fesm5/igniteui-webcomponents-excel.js +0 -1
- package/package.json +38 -38
|
@@ -96206,7 +96206,6 @@ export let FormulaParser = /*@__PURE__*/ (() => {
|
|
|
96206
96206
|
case '″':
|
|
96207
96207
|
case '‵':
|
|
96208
96208
|
case '※':
|
|
96209
|
-
case '、':
|
|
96210
96209
|
case '。':
|
|
96211
96210
|
case '〃':
|
|
96212
96211
|
case '・':
|
|
@@ -114955,7 +114955,6 @@ var FormulaParser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114955
114955
|
case '″':
|
|
114956
114956
|
case '‵':
|
|
114957
114957
|
case '※':
|
|
114958
|
-
case '、':
|
|
114959
114958
|
case '。':
|
|
114960
114959
|
case '〃':
|
|
114961
114960
|
case '・':
|
|
@@ -154277,7 +154277,6 @@ let FormulaParser = /*@__PURE__*/ (() => {
|
|
|
154277
154277
|
case '″':
|
|
154278
154278
|
case '‵':
|
|
154279
154279
|
case '※':
|
|
154280
|
-
case '、':
|
|
154281
154280
|
case '。':
|
|
154282
154281
|
case '〃':
|
|
154283
154282
|
case '・':
|
|
@@ -182075,7 +182075,6 @@ var FormulaParser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
182075
182075
|
case '″':
|
|
182076
182076
|
case '‵':
|
|
182077
182077
|
case '※':
|
|
182078
|
-
case '、':
|
|
182079
182078
|
case '。':
|
|
182080
182079
|
case '〃':
|
|
182081
182080
|
case '・':
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "igniteui-webcomponents-excel",
|
|
3
|
+
"version": "6.0.2-beta.1",
|
|
4
|
+
"description": "Ignite UI Web Components excel component for creating, loading and saving Microsoft Excel workbooks for modern web apps.",
|
|
5
|
+
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-excel",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"webcomponents",
|
|
8
|
+
"excel",
|
|
9
|
+
"workbook",
|
|
10
|
+
"worksheet",
|
|
11
|
+
"dashboard",
|
|
12
|
+
"data",
|
|
13
|
+
"infragistics"
|
|
14
|
+
],
|
|
15
|
+
"license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"jszip": "^3.1.5",
|
|
18
|
+
"pako": "^1.0.6",
|
|
19
|
+
"tslib": "^2.3.1"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"igniteui-webcomponents-core": "6.0.2-beta.1"
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false,
|
|
25
|
+
"typings": "igniteui-webcomponents-excel.d.ts",
|
|
26
|
+
"es2015": "fesm2015/igniteui-webcomponents-excel.js",
|
|
27
|
+
"esm2015": "esm2015/igniteui-webcomponents-excel.js",
|
|
28
|
+
"esm5": "esm5/igniteui-webcomponents-excel.js",
|
|
29
|
+
"fesm2015": "fesm2015/igniteui-webcomponents-excel.js",
|
|
30
|
+
"fesm5": "fesm5/igniteui-webcomponents-excel.js",
|
|
31
|
+
"main": "bundles/igniteui-webcomponents-excel.umd.js",
|
|
32
|
+
"module": "fesm5/igniteui-webcomponents-excel.js",
|
|
33
|
+
"maintainers": [
|
|
34
|
+
{
|
|
35
|
+
"name": "igniteui",
|
|
36
|
+
"email": "igniteui@infragistics.com"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
39
|
}
|