@elice/material-pdf 1.250428.0 → 1.250514.0
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/cjs/components/material-pdf/locales/en.json.js +1 -1
- package/cjs/components/material-pdf/locales/ja.json.js +1 -1
- package/cjs/components/material-pdf/locales/ko.json.js +1 -1
- package/cjs/components/material-pdf/locales/th.json.js +1 -1
- package/es/components/material-pdf/locales/en.json.js +1 -1
- package/es/components/material-pdf/locales/ja.json.js +1 -1
- package/es/components/material-pdf/locales/ko.json.js +1 -1
- package/es/components/material-pdf/locales/th.json.js +1 -1
- package/package.json +3 -3
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var messageEn = {"pdf.status.loading":"
|
|
5
|
+
var messageEn = {"pdf.status.loading":"{_termLibraryLecturePage} loading...","pdf.status.error":"Error occurred while loading {_termLibraryLecturePage}","pdf.fullScreen":"Full Screen","pdf.download":"Download {_termLibraryLecturePage}"};
|
|
6
6
|
|
|
7
7
|
exports.default = messageEn;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var ja = {"pdf.status.loading":"
|
|
5
|
+
var ja = {"pdf.status.loading":"{_termLibraryLecturePage} 読み込み中...","pdf.status.error":"{_termLibraryLecturePage} 読み込み中にエラーが発生しました。","pdf.fullScreen":"フルスクリーン","pdf.download":"{_termLibraryLecturePage} ダウンロード"};
|
|
6
6
|
|
|
7
7
|
exports.default = ja;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var messageKo = {"pdf.status.loading":"{
|
|
5
|
+
var messageKo = {"pdf.status.loading":"{_termLibraryLecturePage} 로딩 중...","pdf.status.error":"{_termLibraryLecturePage}를 가져오는 중 문제가 발생하였습니다.","pdf.fullScreen":"화면 맞춤","pdf.download":"{_termLibraryLecturePage} 다운로드"};
|
|
6
6
|
|
|
7
7
|
exports.default = messageKo;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var th = {"pdf.status.loading":"{
|
|
5
|
+
var th = {"pdf.status.loading":"{_termLibraryLecturePage} กำลังโหลด...","pdf.status.error":"เกิดข้อผิดพลาดในการดึงข้อมูล {_termLibraryLecturePage}","pdf.fullScreen":"เต็มหน้าจอ","pdf.download":"ดาวน์โหลด {_termLibraryLecturePage}"};
|
|
6
6
|
|
|
7
7
|
exports.default = th;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var messageEn = {"pdf.status.loading":"
|
|
1
|
+
var messageEn = {"pdf.status.loading":"{_termLibraryLecturePage} loading...","pdf.status.error":"Error occurred while loading {_termLibraryLecturePage}","pdf.fullScreen":"Full Screen","pdf.download":"Download {_termLibraryLecturePage}"};
|
|
2
2
|
|
|
3
3
|
export { messageEn as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var ja = {"pdf.status.loading":"
|
|
1
|
+
var ja = {"pdf.status.loading":"{_termLibraryLecturePage} 読み込み中...","pdf.status.error":"{_termLibraryLecturePage} 読み込み中にエラーが発生しました。","pdf.fullScreen":"フルスクリーン","pdf.download":"{_termLibraryLecturePage} ダウンロード"};
|
|
2
2
|
|
|
3
3
|
export { ja as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var messageKo = {"pdf.status.loading":"{
|
|
1
|
+
var messageKo = {"pdf.status.loading":"{_termLibraryLecturePage} 로딩 중...","pdf.status.error":"{_termLibraryLecturePage}를 가져오는 중 문제가 발생하였습니다.","pdf.fullScreen":"화면 맞춤","pdf.download":"{_termLibraryLecturePage} 다운로드"};
|
|
2
2
|
|
|
3
3
|
export { messageKo as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var th = {"pdf.status.loading":"{
|
|
1
|
+
var th = {"pdf.status.loading":"{_termLibraryLecturePage} กำลังโหลด...","pdf.status.error":"เกิดข้อผิดพลาดในการดึงข้อมูล {_termLibraryLecturePage}","pdf.fullScreen":"เต็มหน้าจอ","pdf.download":"ดาวน์โหลด {_termLibraryLecturePage}"};
|
|
2
2
|
|
|
3
3
|
export { th as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-pdf",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.250514.0",
|
|
4
4
|
"description": "User view and editing components of Elice material PDF",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
|
|
49
49
|
"@elice/intl": "0.241127.0",
|
|
50
50
|
"@elice/markdown": "1.241015.0",
|
|
51
|
-
"@elice/material-shared-types": "1.
|
|
52
|
-
"@elice/material-shared-utils": "1.
|
|
51
|
+
"@elice/material-shared-types": "1.250514.0",
|
|
52
|
+
"@elice/material-shared-utils": "1.250514.0",
|
|
53
53
|
"@elice/types": "1.241220.0",
|
|
54
54
|
"@types/classnames": "^2.3.1",
|
|
55
55
|
"@types/react": "~17.0.9",
|