realreport 1.3.0 → 1.3.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/README.md +9 -2
- package/dist/README.md +9 -2
- package/dist/realreport.css +3 -0
- package/dist/realreport.d.ts +2 -2
- package/dist/realreport.es.js +1 -1
- package/dist/realreport.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
# RealReport
|
|
2
2
|
|
|
3
3
|
[RealReport](https://real-report.com)는 Javascript 리포팅 라이브러리입니다.
|
|
4
|
-
|
|
4
|
+
e
|
|
5
5
|
RealReport 사용하려면 반드시 제품 [라이선스](https://real-report.com/license)가 필요합니다. 라이선스를 발급 받고 제품을 다운로드하는 더 자세한 방법은 [라이선스 발급](https://real-report.com/license) 페이지를 참조하세요.
|
|
6
6
|
|
|
7
|
+
## 배포
|
|
8
|
+
|
|
9
|
+
### examples 배포 구조
|
|
10
|
+
|
|
11
|
+
<img width="871" alt="image" src="https://user-images.githubusercontent.com/6207238/181147115-33cc9432-2770-4514-9def-92e6d09390f6.png">
|
|
12
|
+
|
|
13
|
+
|
|
7
14
|
## JavaScript 설치
|
|
8
15
|
|
|
9
16
|
### 다운로드
|
|
@@ -109,4 +116,4 @@ RealReport의 강력한 내보내기 기능중 하나인 PDF 내보내기 기능
|
|
|
109
116
|
</html>
|
|
110
117
|
```
|
|
111
118
|
|
|
112
|
-
## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
|
|
119
|
+
## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
|
package/dist/README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
# RealReport
|
|
2
2
|
|
|
3
3
|
[RealReport](https://real-report.com)는 Javascript 리포팅 라이브러리입니다.
|
|
4
|
-
|
|
4
|
+
e
|
|
5
5
|
RealReport 사용하려면 반드시 제품 [라이선스](https://real-report.com/license)가 필요합니다. 라이선스를 발급 받고 제품을 다운로드하는 더 자세한 방법은 [라이선스 발급](https://real-report.com/license) 페이지를 참조하세요.
|
|
6
6
|
|
|
7
|
+
## 배포
|
|
8
|
+
|
|
9
|
+
### examples 배포 구조
|
|
10
|
+
|
|
11
|
+
<img width="871" alt="image" src="https://user-images.githubusercontent.com/6207238/181147115-33cc9432-2770-4514-9def-92e6d09390f6.png">
|
|
12
|
+
|
|
13
|
+
|
|
7
14
|
## JavaScript 설치
|
|
8
15
|
|
|
9
16
|
### 다운로드
|
|
@@ -109,4 +116,4 @@ RealReport의 강력한 내보내기 기능중 하나인 PDF 내보내기 기능
|
|
|
109
116
|
</html>
|
|
110
117
|
```
|
|
111
118
|
|
|
112
|
-
## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
|
|
119
|
+
## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
|
package/dist/realreport.css
CHANGED