@zextras/carbonio-shell-ui 0.4.31 → 0.4.33
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/dist/CHANGELOG.md +9 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/de.json +2 -1
- package/dist/i18n/hi.json +2 -1
- package/dist/i18n/id.json +2 -1
- package/dist/i18n/ja.json +2 -1
- package/dist/i18n/nl.json +2 -1
- package/dist/i18n/pt_BR.json +2 -1
- package/dist/i18n/th.json +2 -1
- package/dist/i18n/zh_Hans.json +2 -1
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a6e5585c.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.eb90f67c.chunk.js} +3 -6
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.eb90f67c.chunk.js.map +1 -0
- package/dist/{src_workers_folder_ts.a45903c6.chunk.js → src_workers_folder_ts.674dd50d.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.a45903c6.chunk.js.map → src_workers_folder_ts.674dd50d.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.eba7b2c3.chunk.js → src_workers_tag_ts.172f2d78.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.eba7b2c3.chunk.js.map → src_workers_tag_ts.172f2d78.chunk.js.map} +1 -1
- package/dist/{style.55e45449.css → style.28962493.css} +29 -29
- package/dist/{style.55e45449.css.map → style.28962493.css.map} +1 -1
- package/dist/zapp-shell.bundle.js +2 -2
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +1 -1
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a6e5585c.chunk.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.4.33](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.32...v0.4.33) (2022-08-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* keep html format when replying to an email ([4920c37](https://github.com/zextras/carbonio-shell-ui/commit/4920c372d0179b16b4f8850813d7d935ae6bd980))
|
|
11
|
+
|
|
12
|
+
### [0.4.32](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.31...v0.4.32) (2022-08-01)
|
|
13
|
+
|
|
5
14
|
### [0.4.31](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.30...v0.4.31) (2022-07-28)
|
|
6
15
|
|
|
7
16
|
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="0.4.
|
|
13
|
+
pkgver="0.4.33"
|
|
14
14
|
pkgrel="1"
|
|
15
15
|
pkgdesc="The Zextras Carbonio web client"
|
|
16
16
|
pkgdesclong=(
|
|
@@ -35,11 +35,11 @@ preinst() {
|
|
|
35
35
|
|
|
36
36
|
package() {
|
|
37
37
|
cd "${srcdir}"
|
|
38
|
-
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
39
|
-
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
40
|
-
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
41
|
-
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
42
|
-
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
38
|
+
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/daeacf03e35d4c11de6eee52e4b407e4972dbf1e"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/daeacf03e35d4c11de6eee52e4b407e4972dbf1e" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/daeacf03e35d4c11de6eee52e4b407e4972dbf1e"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/daeacf03e35d4c11de6eee52e4b407e4972dbf1e"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/daeacf03e35d4c11de6eee52e4b407e4972dbf1e" -type d -exec chmod a+x "{}" \;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
postinst() {
|
|
@@ -47,7 +47,7 @@ postinst() {
|
|
|
47
47
|
mkdir -p "/opt/zextras/web/iris/${pkgname}/current"
|
|
48
48
|
|
|
49
49
|
# not every package has a index.html
|
|
50
|
-
cd "/opt/zextras/web/iris/${pkgname}/
|
|
50
|
+
cd "/opt/zextras/web/iris/${pkgname}/daeacf03e35d4c11de6eee52e4b407e4972dbf1e"
|
|
51
51
|
find . -name "*.html" -exec cp --parents "{}" /opt/zextras/web/iris/${pkgname}/current/ \;
|
|
52
52
|
|
|
53
53
|
# re-generate the component list, for every component
|
package/dist/commit
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
daeacf03e35d4c11de6eee52e4b407e4972dbf1e
|
package/dist/component.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbonio-shell-ui",
|
|
3
|
-
"js_entrypoint": "/static/iris/carbonio-shell-ui/
|
|
3
|
+
"js_entrypoint": "/static/iris/carbonio-shell-ui/daeacf03e35d4c11de6eee52e4b407e4972dbf1e/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "0.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "0.4.33",
|
|
6
|
+
"commit": "daeacf03e35d4c11de6eee52e4b407e4972dbf1e",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/de.json
CHANGED
|
@@ -472,7 +472,8 @@
|
|
|
472
472
|
"label_japanese": "Japanisch - {{value}}",
|
|
473
473
|
"label_turkish": "Türkisch - {{value}}",
|
|
474
474
|
"french": "Französisch",
|
|
475
|
-
"label_french": "Französisch - {{value}}"
|
|
475
|
+
"label_french": "Französisch - {{value}}",
|
|
476
|
+
"vietnamese": "Vietnamesisch"
|
|
476
477
|
},
|
|
477
478
|
"feedback": {
|
|
478
479
|
"other": "Andere",
|
package/dist/i18n/hi.json
CHANGED
|
@@ -246,7 +246,8 @@
|
|
|
246
246
|
"thai": "थाई",
|
|
247
247
|
"turkish": "तुर्की",
|
|
248
248
|
"french": "फ्रेंच",
|
|
249
|
-
"label_french": "फ्रेंच - {{value}}"
|
|
249
|
+
"label_french": "फ्रेंच - {{value}}",
|
|
250
|
+
"vietnamese": "वियतनामी"
|
|
250
251
|
},
|
|
251
252
|
"timezone": {
|
|
252
253
|
"amsterdam_berlin_bern_rome_stockholm_vienna": "{{value}} एम्स्टर्डैम, बर्लिन, बर्न, रॉम, स्टॉकहोम, विएना",
|
package/dist/i18n/id.json
CHANGED
|
@@ -238,7 +238,8 @@
|
|
|
238
238
|
"thai": "Thailand",
|
|
239
239
|
"turkish": "Turki",
|
|
240
240
|
"french": "Prancis",
|
|
241
|
-
"label_french": "Prancis - {{value}}"
|
|
241
|
+
"label_french": "Prancis - {{value}}",
|
|
242
|
+
"vietnamese": "Vietnam"
|
|
242
243
|
},
|
|
243
244
|
"timezone": {
|
|
244
245
|
"atlantic_time_canada": "{{value}} Waktu Atlantik (Kanada)",
|
package/dist/i18n/ja.json
CHANGED
package/dist/i18n/nl.json
CHANGED
package/dist/i18n/pt_BR.json
CHANGED
package/dist/i18n/th.json
CHANGED
|
@@ -246,7 +246,8 @@
|
|
|
246
246
|
"portuguese": "ภาษาโปรตุเกส",
|
|
247
247
|
"turkish": "ภาษาตุรกี",
|
|
248
248
|
"label_french": "ฝรั่งเศส - {{value}}",
|
|
249
|
-
"french": "ภาษาฝรั่งเศส"
|
|
249
|
+
"french": "ภาษาฝรั่งเศส",
|
|
250
|
+
"vietnamese": "ภาษาเวียดนาม"
|
|
250
251
|
},
|
|
251
252
|
"timezone": {
|
|
252
253
|
"alaska": "{{value}} อลาสก้า",
|
package/dist/i18n/zh_Hans.json
CHANGED
package/dist/index.html
CHANGED
|
@@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
9
9
|
|
|
10
10
|
<head>
|
|
11
11
|
<title>Carbonio Client</title>
|
|
12
|
-
<link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/
|
|
13
|
-
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/
|
|
12
|
+
<link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/daeacf03e35d4c11de6eee52e4b407e4972dbf1e/favicon.svg">
|
|
13
|
+
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/daeacf03e35d4c11de6eee52e4b407e4972dbf1e/favicon.png">
|
|
14
14
|
<meta charset="utf-8">
|
|
15
15
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
16
16
|
<meta name="viewport" content="minimum-scale=1.0, initial-scale=1.0, width=device-width, shrink-to-fit=no">
|
|
@@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
19
19
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
20
20
|
<meta http-equiv="Expires" content="0" />
|
|
21
21
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
|
22
|
-
<script defer src="/static/iris/carbonio-shell-ui/
|
|
22
|
+
<script defer src="/static/iris/carbonio-shell-ui/daeacf03e35d4c11de6eee52e4b407e4972dbf1e/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/daeacf03e35d4c11de6eee52e4b407e4972dbf1e/style.28962493.css" rel="stylesheet"></head>
|
|
23
23
|
|
|
24
24
|
<body>
|
|
25
25
|
<div id="app"></div>
|
|
@@ -2050,7 +2050,7 @@ var I18nFactory = /*#__PURE__*/function () {
|
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
2052
|
var newI18n = i18next__WEBPACK_IMPORTED_MODULE_7__["default"].createInstance();
|
|
2053
|
-
var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/
|
|
2053
|
+
var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/daeacf03e35d4c11de6eee52e4b407e4972dbf1e/" : (0,lodash__WEBPACK_IMPORTED_MODULE_9__.dropRight)(appPkgDescription.js_entrypoint.split('/')).join('/');
|
|
2054
2054
|
newI18n // load translation using http -> see /public/locales (i.e. https://github.com/i18next/react-i18next/tree/master/example/react/public/locales)
|
|
2055
2055
|
// learn more: https://github.com/i18next/i18next-http-backend
|
|
2056
2056
|
.use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_8__["default"]) // detect user language
|
|
@@ -13332,10 +13332,7 @@ var Composer = function Composer(_ref) {
|
|
|
13332
13332
|
quickbars_selection_toolbar: inline ? 'bold italic underline | forecolor backcolor | removeformat | quicklink' : 'quicklink',
|
|
13333
13333
|
contextmenu: inline ? '' : '',
|
|
13334
13334
|
toolbar_mode: 'wrap',
|
|
13335
|
-
|
|
13336
|
-
force_br_newlines: true,
|
|
13337
|
-
force_p_newlines: false,
|
|
13338
|
-
forced_root_block: ''
|
|
13335
|
+
forced_root_block: false
|
|
13339
13336
|
},
|
|
13340
13337
|
onEditorChange: _onEditorChange
|
|
13341
13338
|
}, rest)));
|
|
@@ -15670,4 +15667,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
|
|
|
15670
15667
|
/***/ })
|
|
15671
15668
|
|
|
15672
15669
|
}]);
|
|
15673
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
15670
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.eb90f67c.chunk.js.map
|