@zextras/carbonio-shell-ui 3.4.1 → 3.4.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/index.html +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.ce7f43a1.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.529f12e8.chunk.js} +6 -6
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.ce7f43a1.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.529f12e8.chunk.js.map} +1 -1
- package/dist/{src_workers_folder_ts.6cf5e29d.chunk.js → src_workers_folder_ts.d0a1da65.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.6cf5e29d.chunk.js.map → src_workers_folder_ts.d0a1da65.chunk.js.map} +1 -1
- package/dist/{style.2543faa6.css → style.c0f92a24.css} +29 -29
- package/dist/{style.2543faa6.css.map → style.c0f92a24.css.map} +1 -1
- package/dist/{vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.de183bda.chunk.js → vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.4d179dee.chunk.js} +275 -355
- package/dist/{vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.de183bda.chunk.js.map → vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.4d179dee.chunk.js.map} +1 -1
- package/dist/zapp-shell.bundle.js +2 -2
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +2 -2
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
|
+
### [3.4.2](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.1...v3.4.2) (2023-09-29)
|
|
6
|
+
|
|
5
7
|
### [3.4.1](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.0...v3.4.1) (2023-09-28)
|
|
6
8
|
|
|
7
9
|
## [3.4.0](https://github.com/zextras/carbonio-shell-ui/compare/v3.3.1...v3.4.0) (2023-09-28)
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="3.4.
|
|
13
|
+
pkgver="3.4.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}/43181f07f91e1a036b0f9238185cb22eaf1cce96"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/43181f07f91e1a036b0f9238185cb22eaf1cce96" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/43181f07f91e1a036b0f9238185cb22eaf1cce96"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/43181f07f91e1a036b0f9238185cb22eaf1cce96"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/43181f07f91e1a036b0f9238185cb22eaf1cce96" -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}/43181f07f91e1a036b0f9238185cb22eaf1cce96"
|
|
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
|
+
43181f07f91e1a036b0f9238185cb22eaf1cce96
|
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/43181f07f91e1a036b0f9238185cb22eaf1cce96/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "3.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "3.4.2",
|
|
6
|
+
"commit": "43181f07f91e1a036b0f9238185cb22eaf1cce96",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
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/43181f07f91e1a036b0f9238185cb22eaf1cce96/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/43181f07f91e1a036b0f9238185cb22eaf1cce96/style.c0f92a24.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|
|
@@ -11349,7 +11349,7 @@ const defaultI18nInitOptions = {
|
|
|
11349
11349
|
console.warn(`Missing translation with key '${key}'`);
|
|
11350
11350
|
},
|
|
11351
11351
|
backend: {
|
|
11352
|
-
loadPath: `${"/static/iris/carbonio-shell-ui/
|
|
11352
|
+
loadPath: `${"/static/iris/carbonio-shell-ui/43181f07f91e1a036b0f9238185cb22eaf1cce96/"}/i18n/{{lng}}.json`
|
|
11353
11353
|
}
|
|
11354
11354
|
};
|
|
11355
11355
|
const useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_6__.create)()(set => ({
|
|
@@ -11383,7 +11383,7 @@ const useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_6__.create)()(set => ({
|
|
|
11383
11383
|
...defaultI18nInitOptions,
|
|
11384
11384
|
lng: locale,
|
|
11385
11385
|
backend: {
|
|
11386
|
-
loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_4__.SHELL_APP_ID ? `${"/static/iris/carbonio-shell-ui/
|
|
11386
|
+
loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_4__.SHELL_APP_ID ? `${"/static/iris/carbonio-shell-ui/43181f07f91e1a036b0f9238185cb22eaf1cce96/"}/i18n/{{lng}}.json` : `${(0,lodash__WEBPACK_IMPORTED_MODULE_2__.dropRight)(app.js_entrypoint.split('/')).join('/')}/i18n/{{lng}}.json`
|
|
11387
11387
|
}
|
|
11388
11388
|
});
|
|
11389
11389
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -11580,8 +11580,8 @@ const Composer = _ref => {
|
|
|
11580
11580
|
});
|
|
11581
11581
|
}, [inlineLabel, onFileClick, onFileSelect, t]);
|
|
11582
11582
|
const editorInitConfig = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(() => ({
|
|
11583
|
-
content_css: `${"/static/iris/carbonio-shell-ui/
|
|
11584
|
-
language_url: `${"/static/iris/carbonio-shell-ui/
|
|
11583
|
+
content_css: `${"/static/iris/carbonio-shell-ui/43181f07f91e1a036b0f9238185cb22eaf1cce96/"}/tinymce/skins/content/default/content.css`,
|
|
11584
|
+
language_url: `${"/static/iris/carbonio-shell-ui/43181f07f91e1a036b0f9238185cb22eaf1cce96/"}tinymce/langs/${language}.js`,
|
|
11585
11585
|
language,
|
|
11586
11586
|
setup: setupCallback,
|
|
11587
11587
|
min_height: 350,
|
|
@@ -12103,7 +12103,7 @@ const useLoginConfigStore = (0,zustand__WEBPACK_IMPORTED_MODULE_0__.create)()(()
|
|
|
12103
12103
|
// setup defaults for fields which does not depend on dark mode
|
|
12104
12104
|
carbonioWebUiTitle: 'Carbonio Client',
|
|
12105
12105
|
// default to png because this icon is used also in notification, and svg are not supported there
|
|
12106
|
-
carbonioWebUiFavicon: `${"/static/iris/carbonio-shell-ui/
|
|
12106
|
+
carbonioWebUiFavicon: `${"/static/iris/carbonio-shell-ui/43181f07f91e1a036b0f9238185cb22eaf1cce96/"}favicon.png`
|
|
12107
12107
|
}));
|
|
12108
12108
|
|
|
12109
12109
|
/***/ }),
|
|
@@ -13498,4 +13498,4 @@ module.exports = __webpack_require__.p + "20d012c938e8d0dcc703.mp3";
|
|
|
13498
13498
|
/***/ })
|
|
13499
13499
|
|
|
13500
13500
|
}]);
|
|
13501
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
13501
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.529f12e8.chunk.js.map
|