@zextras/carbonio-shell-ui 0.4.35-devel.1663226168134 → 0.4.36-devel.1663256619330
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 +3 -13
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bbcb182a.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.60be81d6.chunk.js} +2 -2
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bbcb182a.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.60be81d6.chunk.js.map} +1 -1
- package/dist/{src_workers_folder_ts.9cd86e41.chunk.js → src_workers_folder_ts.76b24a89.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.9cd86e41.chunk.js.map → src_workers_folder_ts.76b24a89.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.7bc53bb4.chunk.js → src_workers_tag_ts.0246dedf.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.7bc53bb4.chunk.js.map → src_workers_tag_ts.0246dedf.chunk.js.map} +1 -1
- package/dist/{style.b815e0e8.css → style.e9a9a336.css} +29 -29
- package/dist/{style.b815e0e8.css.map → style.e9a9a336.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
|
+
### [0.4.36](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.35...v0.4.36) (2022-09-15)
|
|
6
|
+
|
|
5
7
|
### [0.4.35](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.34...v0.4.35) (2022-09-14)
|
|
6
8
|
|
|
7
9
|
### [0.4.34](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.33...v0.4.34) (2022-08-31)
|
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.36-devel.1663256619330"
|
|
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}/355f97545097cd8b6a685502e1ef6a0b1d920a34"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/355f97545097cd8b6a685502e1ef6a0b1d920a34" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/355f97545097cd8b6a685502e1ef6a0b1d920a34"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/355f97545097cd8b6a685502e1ef6a0b1d920a34"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/355f97545097cd8b6a685502e1ef6a0b1d920a34" -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}/355f97545097cd8b6a685502e1ef6a0b1d920a34"
|
|
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
|
+
355f97545097cd8b6a685502e1ef6a0b1d920a34
|
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/355f97545097cd8b6a685502e1ef6a0b1d920a34/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "0.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "0.4.36-devel.1663256619330",
|
|
6
|
+
"commit": "355f97545097cd8b6a685502e1ef6a0b1d920a34",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/fr.json
CHANGED
|
@@ -166,27 +166,16 @@
|
|
|
166
166
|
"error": "Quelque chose s'est mal passé, veuillez recommencer"
|
|
167
167
|
},
|
|
168
168
|
"timezone": {
|
|
169
|
-
"argentina": "{{value}} Argentina",
|
|
170
169
|
"atlantic_time_canada": "{{value}} Heure de l'Atlantique (Canada)",
|
|
171
|
-
"bangkok_hanoi_jakarta": "{{value}} Bangkok, Hanoï, Jakarta",
|
|
172
170
|
"britain_ireland_portugal": "{{value}} Grande-Bretagne, Irlande, Portugal",
|
|
173
|
-
"casablanca": "{{value}} Casablanca",
|
|
174
171
|
"chita": "{{value}} Tchita",
|
|
175
|
-
"damascus": "{{value}} Damas",
|
|
176
172
|
"egypt": "{{value}} Egypte",
|
|
177
|
-
"gmt_11": "{{value}} GMT-11",
|
|
178
173
|
"hawaii": "{{value}} Hawaii",
|
|
179
|
-
"irkutsk_rtz_7": "{{value}} Irkutsk (RTZ 7)",
|
|
180
174
|
"kabul": "{{value}} Kabul",
|
|
181
|
-
"krasnoyarsk_rtz_6": "{{value}} Krasnoïarsk (RTZ 6)",
|
|
182
175
|
"manaus": "{{value}} Manaus",
|
|
183
|
-
"nairobi": "{{value}} Nairobi",
|
|
184
176
|
"pacific_south_america": "{{value}} Pacifique Amérique du Sud",
|
|
185
|
-
"sarajevo_skopje_warsaw_zagreb": "{{value}} Sarajevo, Skopje, Varsovie, Zagreb",
|
|
186
177
|
"tehran": "{{value}} Téhéran",
|
|
187
|
-
"west_central_africa": "{{value}} Afrique du Centre-Ouest",
|
|
188
178
|
"beijing_chongqing_hong_kong_urumqi": "{{value}} Pékin, Chongqing, Hong Kong, Urumqi",
|
|
189
|
-
"mid_atlantic": "{{value}} Mid-Atlantique",
|
|
190
179
|
"africa_cairo": "{{value}} Égypte",
|
|
191
180
|
"africa_harare": "{{value}} Harare, Pretoria",
|
|
192
181
|
"africa_juba": "{{value}} Juba",
|
|
@@ -364,7 +353,8 @@
|
|
|
364
353
|
"turkish": "Turc",
|
|
365
354
|
"french": "Français",
|
|
366
355
|
"label_french": "Français - {{value}}",
|
|
367
|
-
"vietnamese": "Vietnamienne"
|
|
356
|
+
"vietnamese": "Vietnamienne",
|
|
357
|
+
"polish": "Polonais"
|
|
368
358
|
},
|
|
369
359
|
"module": {
|
|
370
360
|
"app": {
|
|
@@ -398,7 +388,7 @@
|
|
|
398
388
|
"permanent_delete_body": "Si vous supprimez définitivement cette identité, vous ne pourrez pas la récupérer. Continuer ?"
|
|
399
389
|
},
|
|
400
390
|
"share": {
|
|
401
|
-
"is_contained_in": "
|
|
391
|
+
"is_contained_in": "Dans le dossier"
|
|
402
392
|
},
|
|
403
393
|
"passwords_recovery_settings": {
|
|
404
394
|
"title": "Paramètres du compte de récupération de mot de passe"
|
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/355f97545097cd8b6a685502e1ef6a0b1d920a34/favicon.svg">
|
|
13
|
+
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/355f97545097cd8b6a685502e1ef6a0b1d920a34/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/355f97545097cd8b6a685502e1ef6a0b1d920a34/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/355f97545097cd8b6a685502e1ef6a0b1d920a34/style.e9a9a336.css" rel="stylesheet"></head>
|
|
23
23
|
|
|
24
24
|
<body>
|
|
25
25
|
<div id="app"></div>
|
|
@@ -13192,7 +13192,7 @@ defaultI18n.use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_6__["default"]) //
|
|
|
13192
13192
|
console.warn("Missing translation with key '".concat(key, "'"));
|
|
13193
13193
|
},
|
|
13194
13194
|
backend: {
|
|
13195
|
-
loadPath: "".concat("/static/iris/carbonio-shell-ui/
|
|
13195
|
+
loadPath: "".concat("/static/iris/carbonio-shell-ui/355f97545097cd8b6a685502e1ef6a0b1d920a34/", "/i18n/{{lng}}.json")
|
|
13196
13196
|
}
|
|
13197
13197
|
});
|
|
13198
13198
|
var addI18n = function addI18n(apps) {
|
|
@@ -15922,4 +15922,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
|
|
|
15922
15922
|
/***/ })
|
|
15923
15923
|
|
|
15924
15924
|
}]);
|
|
15925
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
15925
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.60be81d6.chunk.js.map
|