@zextras/carbonio-shell-ui 0.4.32 → 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 +7 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.8953f43f.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.2ed5570e.chunk.js → src_workers_folder_ts.674dd50d.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.2ed5570e.chunk.js.map → src_workers_folder_ts.674dd50d.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.f6401a8c.chunk.js → src_workers_tag_ts.172f2d78.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.f6401a8c.chunk.js.map → src_workers_tag_ts.172f2d78.chunk.js.map} +1 -1
- package/dist/{style.2ba8edba.css → style.28962493.css} +29 -29
- package/dist/{style.2ba8edba.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_.8953f43f.chunk.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
|
|
5
12
|
### [0.4.32](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.31...v0.4.32) (2022-08-01)
|
|
6
13
|
|
|
7
14
|
### [0.4.31](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.30...v0.4.31) (2022-07-28)
|
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/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
|