@zextras/carbonio-shell-ui 5.0.2 → 5.0.3
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/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/index.html +1 -1
- package/dist/{PKGBUILD → package/PKGBUILD} +13 -31
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf034326.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.79b74884.chunk.js} +6 -6
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf034326.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.79b74884.chunk.js.map} +1 -1
- package/dist/{src_workers_folder_ts.a4d8d3f0.chunk.js → src_workers_folder_ts.24eb7081.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.a4d8d3f0.chunk.js.map → src_workers_folder_ts.24eb7081.chunk.js.map} +1 -1
- package/dist/{style.7a7a3470.css → style.e0226a66.css} +29 -29
- package/dist/{style.7a7a3470.css.map → style.e0226a66.css.map} +1 -1
- package/dist/{vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.46159311.chunk.js → vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.9e1c2e92.chunk.js} +3710 -3575
- package/dist/{vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.46159311.chunk.js.map → vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.9e1c2e92.chunk.js.map} +1 -1
- package/dist/{pacur.json → yap.json} +2 -2
- package/dist/zapp-shell.bundle.js +2 -2
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +3 -3
- package/types/exports/index.d.ts +2 -2
- package/types/integrations/index.d.ts +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.3](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.2...v5.0.3) (2023-12-29)
|
|
6
|
+
|
|
5
7
|
### [5.0.2](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.1...v5.0.2) (2023-12-11)
|
|
6
8
|
|
|
7
9
|
### [5.0.1](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.0...v5.0.1) (2023-12-06)
|
package/dist/commit
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
411c2d38ee98c8e03aa5830a23d22fe79775504f
|
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/411c2d38ee98c8e03aa5830a23d22fe79775504f/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "5.0.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "5.0.3",
|
|
6
|
+
"commit": "411c2d38ee98c8e03aa5830a23d22fe79775504f",
|
|
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/411c2d38ee98c8e03aa5830a23d22fe79775504f/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/style.e0226a66.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|
|
@@ -5,59 +5,41 @@
|
|
|
5
5
|
# this could lead to a loading issue if a user is loading the page exactly during the
|
|
6
6
|
# upgrade, but so far there is nothing we can do about it (we would need to coordinate multiple nginx).
|
|
7
7
|
|
|
8
|
-
targets=(
|
|
9
|
-
"centos"
|
|
10
|
-
"ubuntu"
|
|
11
|
-
)
|
|
12
8
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="5.0.
|
|
9
|
+
pkgver="5.0.3"
|
|
14
10
|
pkgrel="1"
|
|
15
11
|
pkgdesc="The Zextras Carbonio web client"
|
|
16
|
-
pkgdesclong=(
|
|
17
|
-
"The Zextras Carbonio web client"
|
|
18
|
-
)
|
|
19
12
|
maintainer="Zextras (packages@zextras.com)"
|
|
20
|
-
arch="
|
|
21
|
-
license=("
|
|
13
|
+
arch=("x86_64")
|
|
14
|
+
license=("AGPL-3.0-only")
|
|
15
|
+
copyright=("2022, Zextras <https://www.zextras.com>")
|
|
22
16
|
section="admin"
|
|
23
17
|
priority="optional"
|
|
24
|
-
url="https://
|
|
18
|
+
url="https://github.com/zextras"
|
|
25
19
|
depends=(
|
|
26
20
|
"carbonio-nginx"
|
|
27
21
|
"jq"
|
|
28
22
|
)
|
|
29
23
|
|
|
30
|
-
build() {
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
preinst() {
|
|
34
|
-
}
|
|
35
|
-
|
|
36
24
|
package() {
|
|
37
25
|
cd "${srcdir}"
|
|
38
|
-
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
39
|
-
cp -a
|
|
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}/
|
|
26
|
+
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
|
|
27
|
+
cp -a ../../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
|
|
28
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
|
|
29
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
|
|
30
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f" -type d -exec chmod a+x "{}" \;
|
|
43
31
|
}
|
|
44
32
|
|
|
45
33
|
postinst() {
|
|
46
34
|
# copy the index.html to the current directory, no redirect is needed
|
|
47
|
-
mkdir -p "/opt/zextras/web/iris
|
|
35
|
+
mkdir -p "/opt/zextras/web/iris/carbonio-shell-ui/current"
|
|
48
36
|
|
|
49
37
|
# not every package has a index.html
|
|
50
|
-
cd "/opt/zextras/web/iris
|
|
51
|
-
find . -name "*.html" -exec cp --parents "{}" /opt/zextras/web/iris
|
|
38
|
+
cd "/opt/zextras/web/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f"
|
|
39
|
+
find . -name "*.html" -exec cp --parents "{}" /opt/zextras/web/iris/carbonio-shell-ui/current/ \;
|
|
52
40
|
|
|
53
41
|
# re-generate the component list, for every component
|
|
54
42
|
# depth should be 3 since the path should be iris/NAME/COMMIT/component.json
|
|
55
43
|
find /opt/zextras/web/iris/ -maxdepth 3 -mindepth 3 -type f -name component.json -print |\
|
|
56
44
|
xargs jq -s '{"components":.}' > /opt/zextras/web/iris/components.json
|
|
57
45
|
}
|
|
58
|
-
|
|
59
|
-
prerm() {
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
postrm() {
|
|
63
|
-
}
|
|
@@ -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/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}/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/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}/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/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}/tinymce/skins/content/default/content.css`,
|
|
11590
|
+
language_url: `${"/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}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/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}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_.79b74884.chunk.js.map
|