@zextras/carbonio-shell-ui 3.4.3 → 4.0.0
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 +16 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/en-US.json +1 -0
- package/dist/i18n/hr.json +1 -0
- package/dist/i18n/hu.json +6 -0
- package/dist/index.html +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b3482d24.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.27befeea.chunk.js} +233 -232
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.27befeea.chunk.js.map +1 -0
- package/dist/{src_workers_folder_ts.a9e77248.chunk.js → src_workers_folder_ts.976abd87.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.a9e77248.chunk.js.map → src_workers_folder_ts.976abd87.chunk.js.map} +1 -1
- package/dist/{style.0b2be052.css → style.ee7c347f.css} +29 -29
- package/dist/{style.0b2be052.css.map → style.ee7c347f.css.map} +1 -1
- package/dist/{vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.4d179dee.chunk.js → vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.b25dfd0f.chunk.js} +6 -2
- package/dist/{vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.4d179dee.chunk.js.map → vendors-node_modules_tinymce_skins_ui_oxide_skin_min_css-node_modules_reduxjs_toolkit_dist_re-3b2651.b25dfd0f.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 +3 -3
- package/types/account/index.d.ts +1 -1
- package/types/apps/index.d.ts +3 -10
- package/types/exports/index.d.ts +3 -2
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b3482d24.chunk.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
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
|
+
## [4.0.0](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.3...v4.0.0) (2023-10-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* rename standalone to focus-mode
|
|
11
|
+
* replace standalone AppRoute field with focusMode field
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* discard changes of timezone, locale and dark mode reset initial values ([0b1abed](https://github.com/zextras/carbonio-shell-ui/commit/0b1abed0eca9fa8702878b57e973ca7ab01feee0)), closes [#346](https://github.com/zextras/carbonio-shell-ui/issues/346)
|
|
16
|
+
* improve accountStore update inside account setting onSave ([be7fc1b](https://github.com/zextras/carbonio-shell-ui/commit/be7fc1b072c3c6cb1d5ead8afa0730c0319d2d6b)), closes [#349](https://github.com/zextras/carbonio-shell-ui/issues/349)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* improve focus mode implementation ([c7d3132](https://github.com/zextras/carbonio-shell-ui/commit/c7d3132ef8ec4774ebcb3a7cc834492fe02deb07)), closes [#326](https://github.com/zextras/carbonio-shell-ui/issues/326)
|
|
20
|
+
|
|
5
21
|
### [3.4.3](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.2...v3.4.3) (2023-10-09)
|
|
6
22
|
|
|
7
23
|
### [3.4.2](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.1...v3.4.2) (2023-09-29)
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="
|
|
13
|
+
pkgver="4.0.0"
|
|
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}/6008169c44e8e49083f303ac0c80e6a90043cc89"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/6008169c44e8e49083f303ac0c80e6a90043cc89" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/6008169c44e8e49083f303ac0c80e6a90043cc89"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/6008169c44e8e49083f303ac0c80e6a90043cc89"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/6008169c44e8e49083f303ac0c80e6a90043cc89" -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}/6008169c44e8e49083f303ac0c80e6a90043cc89"
|
|
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
|
+
6008169c44e8e49083f303ac0c80e6a90043cc89
|
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/6008169c44e8e49083f303ac0c80e6a90043cc89/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "4.0.0",
|
|
6
|
+
"commit": "6008169c44e8e49083f303ac0c80e6a90043cc89",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
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/6008169c44e8e49083f303ac0c80e6a90043cc89/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/6008169c44e8e49083f303ac0c80e6a90043cc89/style.ee7c347f.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|