@zextras/carbonio-shell-ui 5.0.1 → 5.0.2
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 +2 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/fr.json +1 -1
- package/dist/i18n/pl.json +1 -1
- package/dist/index.html +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.ee0b5c42.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf034326.chunk.js} +6 -6
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.ee0b5c42.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf034326.chunk.js.map} +1 -1
- package/dist/{src_workers_folder_ts.5313b581.chunk.js → src_workers_folder_ts.a4d8d3f0.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.5313b581.chunk.js.map → src_workers_folder_ts.a4d8d3f0.chunk.js.map} +1 -1
- package/dist/{style.79d80d75.css → style.7a7a3470.css} +29 -29
- package/dist/{style.79d80d75.css.map → style.7a7a3470.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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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
|
+
### [5.0.2](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.1...v5.0.2) (2023-12-11)
|
|
6
|
+
|
|
5
7
|
### [5.0.1](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.0...v5.0.1) (2023-12-06)
|
|
6
8
|
|
|
7
9
|
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="5.0.
|
|
13
|
+
pkgver="5.0.2"
|
|
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}/529d97b7f2ac385f0036766b233969818688426f"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/529d97b7f2ac385f0036766b233969818688426f" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/529d97b7f2ac385f0036766b233969818688426f"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/529d97b7f2ac385f0036766b233969818688426f"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/529d97b7f2ac385f0036766b233969818688426f" -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}/529d97b7f2ac385f0036766b233969818688426f"
|
|
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
|
+
529d97b7f2ac385f0036766b233969818688426f
|
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/529d97b7f2ac385f0036766b233969818688426f/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "5.0.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "5.0.2",
|
|
6
|
+
"commit": "529d97b7f2ac385f0036766b233969818688426f",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/fr.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"no_results": "Aucun résultat trouvé",
|
|
19
19
|
"password": "Mot de passe",
|
|
20
20
|
"primary": "Primaire",
|
|
21
|
-
"remove": "
|
|
21
|
+
"remove": "enlever",
|
|
22
22
|
"advanced_settings": "Paramètres avancés",
|
|
23
23
|
"delete": "Effacer",
|
|
24
24
|
"delete_permanently": "Supprimer définitivement",
|
package/dist/i18n/pl.json
CHANGED
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"label_polish": "Polski - {{value}}",
|
|
243
243
|
"label_vietnamese": "Wietnamski - {{value}}"
|
|
244
244
|
},
|
|
245
|
-
"new_tab": "Nowa
|
|
245
|
+
"new_tab": "Nowa karta",
|
|
246
246
|
"timezone": {
|
|
247
247
|
"africa_algiers": "{{value}} Zachodnio-środkowa Afryka",
|
|
248
248
|
"africa_cairo": "{{value}} Egipt",
|
package/dist/index.html
CHANGED
|
@@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
16
16
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
17
17
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
18
18
|
<meta http-equiv="Expires" content="0" />
|
|
19
|
-
<script defer src="/static/iris/carbonio-shell-ui/
|
|
19
|
+
<script defer src="/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/style.7a7a3470.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|
|
@@ -11355,7 +11355,7 @@ const defaultI18nInitOptions = {
|
|
|
11355
11355
|
console.warn(`Missing translation with key '${key}'`);
|
|
11356
11356
|
},
|
|
11357
11357
|
backend: {
|
|
11358
|
-
loadPath: `${"/static/iris/carbonio-shell-ui/
|
|
11358
|
+
loadPath: `${"/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/"}/i18n/{{lng}}.json`
|
|
11359
11359
|
}
|
|
11360
11360
|
};
|
|
11361
11361
|
const useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_6__.create)()(set => ({
|
|
@@ -11389,7 +11389,7 @@ const useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_6__.create)()(set => ({
|
|
|
11389
11389
|
...defaultI18nInitOptions,
|
|
11390
11390
|
lng: locale,
|
|
11391
11391
|
backend: {
|
|
11392
|
-
loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_4__.SHELL_APP_ID ? `${"/static/iris/carbonio-shell-ui/
|
|
11392
|
+
loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_4__.SHELL_APP_ID ? `${"/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/"}/i18n/{{lng}}.json` : `${(0,lodash__WEBPACK_IMPORTED_MODULE_2__.dropRight)(app.js_entrypoint.split('/')).join('/')}/i18n/{{lng}}.json`
|
|
11393
11393
|
}
|
|
11394
11394
|
});
|
|
11395
11395
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -11586,8 +11586,8 @@ const Composer = _ref => {
|
|
|
11586
11586
|
});
|
|
11587
11587
|
}, [inlineLabel, onFileClick, onFileSelect, t]);
|
|
11588
11588
|
const editorInitConfig = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(() => ({
|
|
11589
|
-
content_css: `${"/static/iris/carbonio-shell-ui/
|
|
11590
|
-
language_url: `${"/static/iris/carbonio-shell-ui/
|
|
11589
|
+
content_css: `${"/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/"}/tinymce/skins/content/default/content.css`,
|
|
11590
|
+
language_url: `${"/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/"}tinymce/langs/${language}.js`,
|
|
11591
11591
|
language,
|
|
11592
11592
|
setup: setupCallback,
|
|
11593
11593
|
min_height: 350,
|
|
@@ -12109,7 +12109,7 @@ const useLoginConfigStore = (0,zustand__WEBPACK_IMPORTED_MODULE_0__.create)()(()
|
|
|
12109
12109
|
// setup defaults for fields which does not depend on dark mode
|
|
12110
12110
|
carbonioWebUiTitle: 'Carbonio Client',
|
|
12111
12111
|
// default to png because this icon is used also in notification, and svg are not supported there
|
|
12112
|
-
carbonioWebUiFavicon: `${"/static/iris/carbonio-shell-ui/
|
|
12112
|
+
carbonioWebUiFavicon: `${"/static/iris/carbonio-shell-ui/529d97b7f2ac385f0036766b233969818688426f/"}favicon.png`
|
|
12113
12113
|
}));
|
|
12114
12114
|
|
|
12115
12115
|
/***/ }),
|
|
@@ -13505,4 +13505,4 @@ module.exports = __webpack_require__.p + "20d012c938e8d0dcc703.mp3";
|
|
|
13505
13505
|
/***/ })
|
|
13506
13506
|
|
|
13507
13507
|
}]);
|
|
13508
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
13508
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf034326.chunk.js.map
|