@grapecity-software/spread-sheets-designer 17.0.2
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/README.md +13 -0
- package/dist/gc.spread.sheets.designer.all.min.js +1 -0
- package/dist/gc.spread.sheets.designer.d.ts +12965 -0
- package/index.d.ts +3 -0
- package/index.js +1 -0
- package/package.json +28 -0
- package/styles/gc.spread.sheets.designer.min.css +1 -0
package/index.d.ts
ADDED
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./dist/gc.spread.sheets.designer.all.min.js');
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@grapecity-software/spread-sheets-designer",
|
|
3
|
+
"version": "17.0.2",
|
|
4
|
+
"main": "index.js",
|
|
5
|
+
"description":"SpreadJS Designer Component present as a control that could be embedded into your web application easily, and also provided flexible, customizable configuration to achieve your business logic.",
|
|
6
|
+
"scripts": {},
|
|
7
|
+
"keywords": [
|
|
8
|
+
"spread-sheets",
|
|
9
|
+
"javascript spreadsheet",
|
|
10
|
+
"javascript excel",
|
|
11
|
+
"excel io",
|
|
12
|
+
"sheets",
|
|
13
|
+
"sheet",
|
|
14
|
+
"designer",
|
|
15
|
+
"javascript",
|
|
16
|
+
"excel",
|
|
17
|
+
"grapecity software",
|
|
18
|
+
"spreadjs",
|
|
19
|
+
"spreadjs designer"
|
|
20
|
+
],
|
|
21
|
+
"dependencies": {},
|
|
22
|
+
"author": {
|
|
23
|
+
"email": "info.xa@grapecity.com",
|
|
24
|
+
"name": "GrapeCity Software inc"
|
|
25
|
+
},
|
|
26
|
+
"homepage": "http://www.grapecity.com.cn/",
|
|
27
|
+
"license": "Commercial"
|
|
28
|
+
}
|