@zextras/carbonio-shell-ui 0.4.30 → 0.4.31
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 +8 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/it.json +2 -1
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.5a55abdb.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a6e5585c.chunk.js} +6 -3
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a6e5585c.chunk.js.map +1 -0
- package/dist/{src_workers_folder_ts.49c2d4cd.chunk.js → src_workers_folder_ts.a45903c6.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.49c2d4cd.chunk.js.map → src_workers_folder_ts.a45903c6.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.5b4d9a79.chunk.js → src_workers_tag_ts.eba7b2c3.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.5b4d9a79.chunk.js.map → src_workers_tag_ts.eba7b2c3.chunk.js.map} +1 -1
- package/dist/{style.6e120284.css → style.55e45449.css} +29 -29
- package/dist/{style.6e120284.css.map → style.55e45449.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_.5a55abdb.chunk.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.31](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.30...v0.4.31) (2022-07-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* changing editor block formats options ([06de72e](https://github.com/zextras/carbonio-shell-ui/commit/06de72e18b7c32a9af45bedd7a853a9026f67d99))
|
|
11
|
+
* using br instead of p in editor composer ([55cb801](https://github.com/zextras/carbonio-shell-ui/commit/55cb801b944178d5bae191214bfc3f97ef7c082a))
|
|
12
|
+
|
|
5
13
|
### [0.4.30](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.29...v0.4.30) (2022-07-21)
|
|
6
14
|
|
|
7
15
|
|
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.31"
|
|
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}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2" -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}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
|
|
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
|
+
3d96306a3d9ad2f3f7c73ba833362594c706f2e2
|
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/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "0.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "0.4.31",
|
|
6
|
+
"commit": "3d96306a3d9ad2f3f7c73ba833362594c706f2e2",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/it.json
CHANGED
|
@@ -262,7 +262,8 @@
|
|
|
262
262
|
"label_italian": "Italiano - {{value}}",
|
|
263
263
|
"label_turkish": "Turco - {{value}}",
|
|
264
264
|
"french": "Francese",
|
|
265
|
-
"label_french": "Francese - {{value}}"
|
|
265
|
+
"label_french": "Francese - {{value}}",
|
|
266
|
+
"vietnamese": "Vietnamita"
|
|
266
267
|
},
|
|
267
268
|
"timezone": {
|
|
268
269
|
"alaska": "{{value}} Alaska",
|
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/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/favicon.svg">
|
|
13
|
+
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/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/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/style.55e45449.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/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/" : (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,7 +13332,10 @@ 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
|
-
|
|
13335
|
+
valid_elements: 'br',
|
|
13336
|
+
force_br_newlines: true,
|
|
13337
|
+
force_p_newlines: false,
|
|
13338
|
+
forced_root_block: ''
|
|
13336
13339
|
},
|
|
13337
13340
|
onEditorChange: _onEditorChange
|
|
13338
13341
|
}, rest)));
|
|
@@ -15667,4 +15670,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
|
|
|
15667
15670
|
/***/ })
|
|
15668
15671
|
|
|
15669
15672
|
}]);
|
|
15670
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
15673
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a6e5585c.chunk.js.map
|