@mescius/spread-sheets 17.0.4 → 17.0.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/README.md +8 -1
- package/dist/gc.spread.sheets.all.min.js +2 -2
- package/dist/gc.spread.sheets.d.ts +11 -6
- package/package.json +1 -1
- package/styles/gc.spread.sheets.css +2 -1
- package/styles/gc.spread.sheets.excel2013darkGray.css +2 -1
- package/styles/gc.spread.sheets.excel2013lightGray.css +2 -1
- package/styles/gc.spread.sheets.excel2013white.css +2 -1
- package/styles/gc.spread.sheets.excel2016black.css +2 -1
- package/styles/gc.spread.sheets.excel2016colorful.css +2 -1
- package/styles/gc.spread.sheets.excel2016darkGray.css +2 -1
package/README.md
CHANGED
@@ -44,7 +44,9 @@ You can ask any question about SpreadJS using the [SpreadJS Forum](https://devel
|
|
44
44
|
```sh
|
45
45
|
npm install @mescius/spread-sheets
|
46
46
|
```
|
47
|
-
|
47
|
+
日本語版での動作保証は日本語版サイトで公開しているバージョンのみとなります。また、日本語版を使用する場合は、日本語版のソフトウェア使用許諾契約書が適用されます。日本語版のソフトウェア使用許諾契約書は以下をご覧ください。
|
48
|
+
- [ソフトウェア使用許諾契約書](https://docs.mescius.jp/license/spread/spread-js-developmentlicense.pdf)
|
49
|
+
- [配布ライセンス使用許諾契約書](https://docs.mescius.jp/license/spread/spread-js-distributionlicense.pdf)
|
48
50
|
|
49
51
|
## ドキュメント
|
50
52
|
製品の各種ドキュメントは、下記をご参照ください。
|
@@ -54,3 +56,8 @@ npm install @mescius/spread-sheets
|
|
54
56
|
## 製品情報
|
55
57
|
製品の詳細や価格、ライセンスについては、下記をご参照ください。
|
56
58
|
[https://developer.mescius.jp/spreadjs](https://developer.mescius.jp/spreadjs)
|
59
|
+
|
60
|
+
## サポート
|
61
|
+
ヘルプやデモに加え、ナレッジベースでは製品の技術情報を公開しております。また、サブスクリプションをご契約中のお客様は、E-mailによる技術サポートをご利用いただけます。
|
62
|
+
- [サポート&サービス](https://developer.mescius.jp/support)
|
63
|
+
- [サブスクリプションサービス利用規約](https://docs.mescius.jp/license/spread/spread-js-subscriptionservice.pdf)
|