@zextras/carbonio-shell-ui 3.4.2 → 3.4.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/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/it.json +1 -1
- package/dist/i18n/pt.json +24 -14
- package/dist/i18n/tr.json +1 -1
- package/dist/index.html +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.529f12e8.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b3482d24.chunk.js} +6 -6
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.529f12e8.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b3482d24.chunk.js.map} +1 -1
- package/dist/{src_workers_folder_ts.d0a1da65.chunk.js → src_workers_folder_ts.a9e77248.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.d0a1da65.chunk.js.map → src_workers_folder_ts.a9e77248.chunk.js.map} +1 -1
- package/dist/{style.c0f92a24.css → style.0b2be052.css} +29 -29
- package/dist/{style.c0f92a24.css.map → style.0b2be052.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
|
+
### [3.4.3](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.2...v3.4.3) (2023-10-09)
|
|
6
|
+
|
|
5
7
|
### [3.4.2](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.1...v3.4.2) (2023-09-29)
|
|
6
8
|
|
|
7
9
|
### [3.4.1](https://github.com/zextras/carbonio-shell-ui/compare/v3.4.0...v3.4.1) (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.3"
|
|
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}/8e13476e036a2045aa5388ab2ebfefeb2fafb128"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/8e13476e036a2045aa5388ab2ebfefeb2fafb128" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/8e13476e036a2045aa5388ab2ebfefeb2fafb128"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/8e13476e036a2045aa5388ab2ebfefeb2fafb128"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/8e13476e036a2045aa5388ab2ebfefeb2fafb128" -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}/8e13476e036a2045aa5388ab2ebfefeb2fafb128"
|
|
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
|
+
8e13476e036a2045aa5388ab2ebfefeb2fafb128
|
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/8e13476e036a2045aa5388ab2ebfefeb2fafb128/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "3.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "3.4.3",
|
|
6
|
+
"commit": "8e13476e036a2045aa5388ab2ebfefeb2fafb128",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/it.json
CHANGED
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
"confirmButtonLabel": "ricarica",
|
|
432
432
|
"secondaryButtonLabel": "pagina di login",
|
|
433
433
|
"body": "Si sono verificati alcuni problemi tecnici durante l'elaborazione della tua richiesta. Ricarica la pagina o torna alla pagina di login.",
|
|
434
|
-
"title": "Qualcosa è andato storto
|
|
434
|
+
"title": "Qualcosa è andato storto…"
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
}
|
package/dist/i18n/pt.json
CHANGED
|
@@ -74,6 +74,14 @@
|
|
|
74
74
|
"include_search_in_spam_folder": "Incluir a pasta Spam nas pesquisas",
|
|
75
75
|
"include_search_in_trash_folder": "Incluir itens excluídos nas pesquisas"
|
|
76
76
|
}
|
|
77
|
+
},
|
|
78
|
+
"account": {
|
|
79
|
+
"delegates": {
|
|
80
|
+
"multiple_rights": "{{rights.0}} e {{rights.1}}",
|
|
81
|
+
"right_sendas": "Enviar como",
|
|
82
|
+
"right_sendonbehalfof": "Enviar em nome de"
|
|
83
|
+
},
|
|
84
|
+
"new_identity": "Nova Persona {{number}}"
|
|
77
85
|
}
|
|
78
86
|
},
|
|
79
87
|
"new": "Novo",
|
|
@@ -125,20 +133,20 @@
|
|
|
125
133
|
"address": "Endereço",
|
|
126
134
|
"email_address": "Endereço de e-mail",
|
|
127
135
|
"filter_folders": "Filtrar pastas",
|
|
128
|
-
"logout": "
|
|
136
|
+
"logout": "Sair",
|
|
129
137
|
"new_folder": "Nova pasta",
|
|
130
138
|
"save": "Guardar",
|
|
131
139
|
"secondary": "Secundário",
|
|
132
140
|
"advanced_settings": "Configurações avançadas",
|
|
133
|
-
"delete": "
|
|
134
|
-
"delete_permanently": "
|
|
141
|
+
"delete": "Apagar",
|
|
142
|
+
"delete_permanently": "Apagar permanentemente",
|
|
135
143
|
"folders": "Pastas",
|
|
136
144
|
"go_back": "Voltar",
|
|
137
145
|
"inbox": "Caixa de entrada",
|
|
138
146
|
"no_results": "Não foram encontrados resultados",
|
|
139
|
-
"password": "Senha",
|
|
147
|
+
"password": "Senha de Acesso",
|
|
140
148
|
"primary": "Primário",
|
|
141
|
-
"remove": "
|
|
149
|
+
"remove": "Remover",
|
|
142
150
|
"account_menu": "Menu da conta",
|
|
143
151
|
"account_name": "Nome da conta",
|
|
144
152
|
"account_type": "Tipo de conta",
|
|
@@ -156,15 +164,15 @@
|
|
|
156
164
|
"download_messages": "Descarregar as mensagens para:",
|
|
157
165
|
"edit_permissions": "Editar as permissões",
|
|
158
166
|
"email_server": "Servidor de e-mail (ex. \"mail.example.com”)",
|
|
159
|
-
"passwords_recovery_settings": "Configurações de recuperação de
|
|
167
|
+
"passwords_recovery_settings": "Configurações de recuperação da senha de acesso",
|
|
160
168
|
"pop3": "POP3",
|
|
161
169
|
"persona_name": "Nome da Identidade",
|
|
162
|
-
"permanent_delete_title": "Confirma que deseja
|
|
170
|
+
"permanent_delete_title": "Confirma que deseja apagar permanentemente esta Indentidade?",
|
|
163
171
|
"persona": "Identidade",
|
|
164
172
|
"reply_to_field_example": "ex. João da Silva",
|
|
165
173
|
"button": "Botão",
|
|
166
174
|
"click_to_copy": "Clique para copiar",
|
|
167
|
-
"delete_after_download": "
|
|
175
|
+
"delete_after_download": "Apagar mensagens do servidor após o download",
|
|
168
176
|
"save_both_folders": "Guardar uma cópia das mensagens na minha pasta de mensagens Enviadas e na dos delegados",
|
|
169
177
|
"settings_sent_messages": "Configurações de mensagens enviadas",
|
|
170
178
|
"unsaved_changes_line2": "As alterações não gravadas serão perdidas",
|
|
@@ -371,7 +379,9 @@
|
|
|
371
379
|
"french": "Francês",
|
|
372
380
|
"label_french": "French - {{value}}",
|
|
373
381
|
"vietnamese": "Vietnamita",
|
|
374
|
-
"polish": "Polaco"
|
|
382
|
+
"polish": "Polaco",
|
|
383
|
+
"label_polish": "Polaco - {{value}}",
|
|
384
|
+
"label_vietnamese": "Vietnamita - {{value}}"
|
|
375
385
|
},
|
|
376
386
|
"board": {
|
|
377
387
|
"close_tab": "Fechar separador",
|
|
@@ -380,7 +390,7 @@
|
|
|
380
390
|
"hide": "Minimizar janela",
|
|
381
391
|
"reduce": "Redefinir janela",
|
|
382
392
|
"show_tabs": "Mostrar tudo",
|
|
383
|
-
"open_app": "Abrir na
|
|
393
|
+
"open_app": "Abrir na aplicação",
|
|
384
394
|
"from_app": "De {{app}}",
|
|
385
395
|
"reset_size": {
|
|
386
396
|
"disabled": "A janela já está na posição original",
|
|
@@ -403,14 +413,14 @@
|
|
|
403
413
|
"write_here": "Escreva o seu feedback aqui"
|
|
404
414
|
},
|
|
405
415
|
"messages": {
|
|
406
|
-
"permanent_delete_title": "Confirma que deseja
|
|
407
|
-
"permanent_delete_body": "Se
|
|
416
|
+
"permanent_delete_title": "Confirma que deseja apagar permanentemente este elemento?",
|
|
417
|
+
"permanent_delete_body": "Se apagar permanentemente esta Identidade, não poderá recuperá-la. Deseja continuar?"
|
|
408
418
|
},
|
|
409
419
|
"share": {
|
|
410
420
|
"is_contained_in": "Na pasta"
|
|
411
421
|
},
|
|
412
422
|
"passwords_recovery_settings": {
|
|
413
|
-
"title": "Configurações de recuperação de
|
|
423
|
+
"title": "Configurações de recuperação da senha de acesso"
|
|
414
424
|
},
|
|
415
425
|
"primary_account": {
|
|
416
426
|
"title": "Conta principal"
|
|
@@ -421,7 +431,7 @@
|
|
|
421
431
|
"confirmButtonLabel": "Atualize",
|
|
422
432
|
"body": "Ocorreu um problema durante o processamento de sua solicitação. Actualize a página ou volte para a página de login.",
|
|
423
433
|
"secondaryButtonLabel": "Página de login",
|
|
424
|
-
"title": "
|
|
434
|
+
"title": "Ocorreu um erro…"
|
|
425
435
|
}
|
|
426
436
|
}
|
|
427
437
|
}
|
package/dist/i18n/tr.json
CHANGED
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"modal": {
|
|
431
431
|
"confirmButtonLabel": "yenile",
|
|
432
432
|
"secondaryButtonLabel": "giriş sayfası",
|
|
433
|
-
"title": "Bir hata oluştu
|
|
433
|
+
"title": "Bir hata oluştu…",
|
|
434
434
|
"body": "İsteğiniz işlenirken bazı teknik sorunlar oluştu. Lütfen sayfayı yeniden yüklemeyi deneyin veya kullanıcı giriş sayfasına geri gidin."
|
|
435
435
|
}
|
|
436
436
|
}
|
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/8e13476e036a2045aa5388ab2ebfefeb2fafb128/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/8e13476e036a2045aa5388ab2ebfefeb2fafb128/style.0b2be052.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/8e13476e036a2045aa5388ab2ebfefeb2fafb128/"}/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/8e13476e036a2045aa5388ab2ebfefeb2fafb128/"}/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/8e13476e036a2045aa5388ab2ebfefeb2fafb128/"}/tinymce/skins/content/default/content.css`,
|
|
11584
|
+
language_url: `${"/static/iris/carbonio-shell-ui/8e13476e036a2045aa5388ab2ebfefeb2fafb128/"}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/8e13476e036a2045aa5388ab2ebfefeb2fafb128/"}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_.b3482d24.chunk.js.map
|