@zextras/carbonio-shell-ui 2.0.3 → 2.1.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 +9 -0
- package/dist/PKGBUILD +7 -7
- package/dist/carbonio.svg +10 -0
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/es.json +29 -29
- package/dist/i18n/it.json +1 -1
- package/dist/index.html +1 -1
- package/dist/{node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.30f3563f.chunk.js → node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.2d125e4c.chunk.js} +2 -2
- package/dist/{node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.30f3563f.chunk.js.map → node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.2d125e4c.chunk.js.map} +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.2f41c2dd.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.5340d914.chunk.js} +185 -97
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.5340d914.chunk.js.map +1 -0
- package/dist/{src_workers_tag_ts.a14c553d.chunk.js → src_workers_tag_ts.146b884f.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.a14c553d.chunk.js.map → src_workers_tag_ts.146b884f.chunk.js.map} +1 -1
- package/dist/{style.0db252b0.css → style.bca7bad0.css} +29 -29
- package/dist/{style.0db252b0.css.map → style.bca7bad0.css.map} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-dfe281.08462606.chunk.js → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-dfe281.faf8618b.chunk.js} +1 -1436
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-dfe281.08462606.chunk.js.map → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-dfe281.faf8618b.chunk.js.map} +1 -1
- package/dist/zapp-shell.bundle.js +1458 -17
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +1 -1
- package/types/loginConfig/index.d.ts +3 -2
- package/dist/carbonio-beta.svg +0 -44
- package/dist/carbonio-logo.png +0 -0
- package/dist/db1a38cf321d5b3025a3.png +0 -0
- package/dist/favicon.svg +0 -18
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.2f41c2dd.chunk.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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
|
+
## [2.1.0](https://github.com/zextras/carbonio-shell-ui/compare/v2.0.3...v2.1.0) (2023-03-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* move up board icon in primary bar ([5504915](https://github.com/zextras/carbonio-shell-ui/commit/5504915817a181fad5e0eb41c7a7fbc08a0fbda2)), closes [#221](https://github.com/zextras/carbonio-shell-ui/issues/221)
|
|
11
|
+
* **settings:** list delegated addresses of sendOfBehalfOf type ([3b29895](https://github.com/zextras/carbonio-shell-ui/commit/3b298953cc6cf8f868811db07fdef1b44754ef67)), closes [#227](https://github.com/zextras/carbonio-shell-ui/issues/227)
|
|
12
|
+
* **whitelabel:** use favicon loaded from configs as default for notifications ([e2ffcf6](https://github.com/zextras/carbonio-shell-ui/commit/e2ffcf66120db25dfbb1c8408d12f8eae0aa4470)), closes [#220](https://github.com/zextras/carbonio-shell-ui/issues/220)
|
|
13
|
+
|
|
5
14
|
### [2.0.3](https://github.com/zextras/carbonio-shell-ui/compare/v2.0.2...v2.0.3) (2023-03-17)
|
|
6
15
|
|
|
7
16
|
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="2.0
|
|
13
|
+
pkgver="2.1.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}/1c9353664b0314aeba156121603ccc0ee4ea8f32"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/1c9353664b0314aeba156121603ccc0ee4ea8f32" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/1c9353664b0314aeba156121603ccc0ee4ea8f32"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/1c9353664b0314aeba156121603ccc0ee4ea8f32"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/1c9353664b0314aeba156121603ccc0ee4ea8f32" -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}/1c9353664b0314aeba156121603ccc0ee4ea8f32"
|
|
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
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg viewBox="0 0 829 111" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M306.721 72.4395C303.837 66.8411 299.426 62.9393 295.863 61.3276V61.0732C305.364 56.7472 314.1 46.3987 314.1 35.0324C314.1 12.1301 294.421 1.52722 273.046 1.52722H221.134V21.6303H272.198H273.046C284.836 21.6303 291.198 26.3804 291.198 35.5414C291.198 42.4969 285.6 49.0283 272.198 49.1979H272.028C271.943 49.1979 271.858 49.1979 271.689 49.1979H221.134V68.368H262.782C275.251 68.368 281.274 72.1002 285.685 80.4129L300.359 108.744H325.636L306.721 72.4395Z"/>
|
|
3
|
+
<path d="M412.835 53.0995V52.9298C419.536 48.4342 422.844 41.0546 422.844 32.5723C422.844 16.0317 410.12 1.61176 385.437 1.61176H331.404V21.7149H384.164C396.209 21.7149 400.026 26.0409 400.026 32.8267C400.026 38.934 397.142 44.3627 384.164 44.3627H331.404V63.1086H386.539C400.45 63.1086 404.692 68.7918 404.692 76.0866C404.692 83.4662 401.129 88.6404 386.539 88.6404H331.404V108.744H386.539C412.156 108.744 427.509 96.6138 427.509 76.3411C427.509 64.7203 421.571 56.1531 412.835 53.0995Z"/>
|
|
4
|
+
<path d="M157.517 1.44238L117.057 88.1318L107.047 108.574H128.508L140.383 83.0424H192.295L204.17 108.574H225.206L175.16 1.44238H157.517ZM185.594 65.5688H147.423L148.696 63.8723L166.339 24.9384H166.593L184.321 63.8723L185.594 65.5688Z"/>
|
|
5
|
+
<path d="M102.891 91.0127C91.4395 103.397 76.0865 110.268 57.595 110.268C19.7638 110.268 0 87.7894 0 55.7262C0 23.5782 20.6121 0.0821533 57.7647 0.0821533C77.0195 0.0821533 91.5243 6.18943 102.806 18.9129L87.2832 34.4356C80.3276 25.0202 70.6578 20.1004 57.7647 20.1004C33.3356 20.1004 22.9871 35.199 22.9871 55.7262C22.9871 75.4901 32.657 90.0797 57.6798 90.0797C70.573 90.0797 80.6669 85.0751 87.7073 75.9142L102.891 91.0127Z"/>
|
|
6
|
+
<path d="M661.451 108.828H642.451L594.017 49.6212L586.044 36.9826H585.789V108.828H563.226V1.27197H582.226L631.254 60.4786L638.719 72.6932H638.973V1.27197H661.536V108.828H661.451Z"/>
|
|
7
|
+
<path d="M702.506 108.828H679.943V1.27197H702.506V108.828Z"/>
|
|
8
|
+
<path d="M773.419 110.185C737.199 110.185 718.029 87.7921 718.029 55.7289C718.029 23.7505 737.114 0 773.419 0C809.893 0 828.808 23.7505 828.808 55.7289C828.723 87.7073 809.129 110.185 773.419 110.185ZM773.419 20.1031C750.601 20.1031 741.016 34.9472 741.016 55.7289C741.016 75.7472 750.601 89.9975 773.419 89.9975C796.49 89.9975 805.821 75.832 805.821 55.7289C805.821 35.541 796.49 20.1031 773.419 20.1031Z"/>
|
|
9
|
+
<path d="M494.35 110.27C458.13 110.27 438.96 87.8769 438.96 55.8137C438.96 23.8354 458.045 0.0848389 494.35 0.0848389C530.824 0.0848389 549.739 23.8354 549.739 55.8137C549.739 87.8769 530.06 110.27 494.35 110.27ZM494.35 20.2728C471.532 20.2728 461.947 35.1168 461.947 55.8986C461.947 75.9168 471.532 90.1672 494.35 90.1672C517.422 90.1672 526.752 76.0017 526.752 55.8986C526.752 35.7106 517.507 20.2728 494.35 20.2728Z"/>
|
|
10
|
+
</svg>
|
package/dist/commit
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1c9353664b0314aeba156121603ccc0ee4ea8f32
|
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/1c9353664b0314aeba156121603ccc0ee4ea8f32/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "2.0
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "2.1.0",
|
|
6
|
+
"commit": "1c9353664b0314aeba156121603ccc0ee4ea8f32",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/es.json
CHANGED
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"reload": "\t¿Recargar Carbonio ahora para mostrar el nuevo idioma?\nDe lo contrario el cambio se aplicará con el próximo inicio de sesión"
|
|
98
98
|
},
|
|
99
99
|
"snackbar": {
|
|
100
|
-
"error": "Algo
|
|
100
|
+
"error": "Algo salió mal. Intenta nuevamente"
|
|
101
101
|
},
|
|
102
102
|
"module": {
|
|
103
103
|
"app": {
|
|
@@ -127,13 +127,13 @@
|
|
|
127
127
|
"delete": "Eliminar",
|
|
128
128
|
"delete_permanently": "Eliminar permanentemente",
|
|
129
129
|
"email_address": "Dirección de e-mail",
|
|
130
|
-
"filter_folders": "
|
|
130
|
+
"filter_folders": "Filtrar carpetas",
|
|
131
131
|
"folders": "Carpetas",
|
|
132
|
-
"go_back": "
|
|
132
|
+
"go_back": "Atrás",
|
|
133
133
|
"inbox": "Bandeja de entrada",
|
|
134
134
|
"logout": "Cerrar sesión",
|
|
135
135
|
"new_folder": "Nueva carpeta",
|
|
136
|
-
"no_results": "No se
|
|
136
|
+
"no_results": "No se encontraron resultados",
|
|
137
137
|
"password": "Contraseña",
|
|
138
138
|
"primary": "Primario",
|
|
139
139
|
"remove": "Eliminar",
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
"account_type": "Tipo de cuenta",
|
|
145
145
|
"account_username": "Nombre de usuario",
|
|
146
146
|
"accounts_list": "Cuentas",
|
|
147
|
-
"add_delegate": "Nuevo
|
|
147
|
+
"add_delegate": "Nuevo Delegado",
|
|
148
148
|
"add_external_account": "Añadir cuenta externa",
|
|
149
149
|
"add_new_email": "Agregar dirección de e-mail",
|
|
150
150
|
"add_persona": "Nueva Persona",
|
|
151
151
|
"delegates": "Delegados",
|
|
152
152
|
"add_recovery_email": "Añadir e-mail de recuperación",
|
|
153
153
|
"change_pop": "Cambiar puerto POP",
|
|
154
|
-
"choose_account": "
|
|
154
|
+
"choose_account": "Elige una cuenta",
|
|
155
155
|
"choose_folder": "Seleccionar carpeta",
|
|
156
156
|
"download_messages": "Descargar mensajes en:",
|
|
157
157
|
"edit_permissions": "Editar permisos",
|
|
@@ -167,12 +167,12 @@
|
|
|
167
167
|
"when_replying": "Al responder o reenviar mensajes a:",
|
|
168
168
|
"button": "Botón",
|
|
169
169
|
"delete_after_download": "Eliminar mensajes del servidor después de descargar",
|
|
170
|
-
"permanent_delete_title": "¿
|
|
171
|
-
"save_delegate_folder": "Guardar una copia de los mensajes enviados en la carpeta Enviados del
|
|
170
|
+
"permanent_delete_title": "¿Seguro que quieres eliminar esta Persona?",
|
|
171
|
+
"save_delegate_folder": "Guardar una copia de los mensajes enviados en la carpeta Enviados del Delegado",
|
|
172
172
|
"unsaved_changes_line1": "¿Seguro que quieres salir de esta página sin guardar?",
|
|
173
173
|
"use_persona": "Usar esta Persona",
|
|
174
|
-
"use_personas_line1": "Las Personas sirven para cambiar rápidamente entre diferentes perfiles al enviar
|
|
175
|
-
"use_personas_line2": "Por ejemplo, si envías
|
|
174
|
+
"use_personas_line1": "Las Personas sirven para cambiar rápidamente entre diferentes perfiles al enviar correos.",
|
|
175
|
+
"use_personas_line2": "Por ejemplo, si envías correos desde diferentes perfiles, crea una Persona para cambiar facilmente entre ellos.",
|
|
176
176
|
"click_to_copy": "Clic para copiar",
|
|
177
177
|
"documentation": "Documentación",
|
|
178
178
|
"dont_save": "No guardar copia de los mensajes enviados",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"pop3": "POP3",
|
|
187
187
|
"pop_port": "Puerto POP",
|
|
188
188
|
"save_and_leave": "Guardar",
|
|
189
|
-
"save_both_folders": "Guardar una copia de los mensajes enviados en mi carpeta Enviados y en la del
|
|
189
|
+
"save_both_folders": "Guardar una copia de los mensajes enviados en mi carpeta Enviados y en la del Delegado",
|
|
190
190
|
"save_to_my_sent_folder": "Guardar una copia de los mensajes enviados solo en mi carpeta Enviados",
|
|
191
191
|
"set_reply_to_field": "Habilitar el campo \"Responder a:\" en los mensajes",
|
|
192
192
|
"settings_sent_messages": "Ajustes de mensajes enviados",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"pacific_marquesas": "{{value}} Marquesas",
|
|
292
292
|
"pacific_midway": "{{value}} Samoa",
|
|
293
293
|
"pacific_tongatapu": "{{value}} Nukualofa",
|
|
294
|
-
"utc": "{{value}}
|
|
294
|
+
"utc": "{{value}} Tiempo Coordinado Universal",
|
|
295
295
|
"africa_algiers": "{{value}} África centro-occidental",
|
|
296
296
|
"africa_juba": "{{value}} Juba",
|
|
297
297
|
"africa_sao_tome": "{{value}} Santo Tomé",
|
|
@@ -338,8 +338,8 @@
|
|
|
338
338
|
"pacific_norfolk": "{{value}} Norfolk"
|
|
339
339
|
},
|
|
340
340
|
"locale": {
|
|
341
|
-
"label_chinese": "
|
|
342
|
-
"label_portuguese_brazil": "
|
|
341
|
+
"label_chinese": "Chinese (China) - {{value}}",
|
|
342
|
+
"label_portuguese_brazil": "Portuguese - {{value}}",
|
|
343
343
|
"thai": "Tailandés",
|
|
344
344
|
"English": "Inglés",
|
|
345
345
|
"chinese_china": "Chino (China)",
|
|
@@ -348,18 +348,18 @@
|
|
|
348
348
|
"hindi": "Hindi",
|
|
349
349
|
"italian": "Italiano",
|
|
350
350
|
"japanese": "Japonés",
|
|
351
|
-
"label_dutch": "
|
|
352
|
-
"label_english": "
|
|
353
|
-
"label_german": "
|
|
351
|
+
"label_dutch": "Dutch - {{value}}",
|
|
352
|
+
"label_english": "English - {{value}}",
|
|
353
|
+
"label_german": "German - {{value}}",
|
|
354
354
|
"label_hindi": "Hindi - {{value}}",
|
|
355
|
-
"label_italian": "
|
|
356
|
-
"label_japanese": "
|
|
357
|
-
"label_portuguese": "
|
|
358
|
-
"label_romanian": "
|
|
359
|
-
"label_russian": "
|
|
360
|
-
"label_spanish": "
|
|
361
|
-
"label_thai": "
|
|
362
|
-
"label_turkish": "
|
|
355
|
+
"label_italian": "Italian - {{value}}",
|
|
356
|
+
"label_japanese": "Japanese - {{value}}",
|
|
357
|
+
"label_portuguese": "Portuguese - {{value}}",
|
|
358
|
+
"label_romanian": "Romanian - {{value}}",
|
|
359
|
+
"label_russian": "Russian - {{value}}",
|
|
360
|
+
"label_spanish": "Spanish - {{value}}",
|
|
361
|
+
"label_thai": "Thai - {{value}}",
|
|
362
|
+
"label_turkish": "Turkish - {{value}}",
|
|
363
363
|
"portuguese": "Portugués",
|
|
364
364
|
"portuguese_brazil": "Portugués (Brasil)",
|
|
365
365
|
"romanian": "Rumano",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"spanish": "Español",
|
|
368
368
|
"turkish": "Turco",
|
|
369
369
|
"french": "Francés",
|
|
370
|
-
"label_french": "
|
|
370
|
+
"label_french": "French - {{value}}",
|
|
371
371
|
"vietnamese": "Vietnamita",
|
|
372
372
|
"polish": "Polaco"
|
|
373
373
|
},
|
|
@@ -384,11 +384,11 @@
|
|
|
384
384
|
"other": "Otro",
|
|
385
385
|
"behaviors": "Funcionamiento",
|
|
386
386
|
"error": "Ocurrió un error mientras se enviaba el comentario",
|
|
387
|
-
"hint": "Recuerda definir el
|
|
387
|
+
"hint": "Recuerda definir el tema utilizando los módulos y los selectores de área macro antes de escribir los comentarios. Gracias por la colaboración.",
|
|
388
388
|
"missing_features": "Funcionalidades faltantes",
|
|
389
389
|
"report_something": "¿Quieres reportar algo?",
|
|
390
390
|
"select_a_module": "Selecciona un módulo",
|
|
391
|
-
"select_a_topic": "Selecciona el
|
|
391
|
+
"select_a_topic": "Selecciona el tema",
|
|
392
392
|
"send": "ENVIAR",
|
|
393
393
|
"success": "Gracias por tus comentarios",
|
|
394
394
|
"user_interface": "Interfaz de usuario",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"explanation": "Envíanos tus comentarios sobre la experiencia con Zextras Carbonio. Tu opinión es importante para que podamos mejorar el producto."
|
|
397
397
|
},
|
|
398
398
|
"messages": {
|
|
399
|
-
"permanent_delete_title": "¿Seguro que quieres eliminarlo
|
|
399
|
+
"permanent_delete_title": "¿Seguro que quieres eliminarlo de forma permanente?",
|
|
400
400
|
"permanent_delete_body": "Al eliminar esta Persona ya no se podrá recuperar. ¿Continuar?"
|
|
401
401
|
},
|
|
402
402
|
"share": {
|
package/dist/i18n/it.json
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"delete_permanently": "Elimina definitivamente",
|
|
147
147
|
"delete_after_download": "Elimina il messaggio dal server dopo che è stato scaricato",
|
|
148
148
|
"documentation": "Documentazione",
|
|
149
|
-
"email_address": "Indirizzo e-
|
|
149
|
+
"email_address": "Indirizzo e-mail",
|
|
150
150
|
"filter_folders": "Filtra cartelle",
|
|
151
151
|
"folders": "Cartelle",
|
|
152
152
|
"go_back": "Indietro",
|
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/1c9353664b0314aeba156121603ccc0ee4ea8f32/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/1c9353664b0314aeba156121603ccc0ee4ea8f32/style.bca7bad0.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|
|
@@ -624,7 +624,7 @@ onmessage = function onmessage(_ref3) {
|
|
|
624
624
|
/******/
|
|
625
625
|
/******/ /* webpack/runtime/publicPath */
|
|
626
626
|
/******/ (() => {
|
|
627
|
-
/******/ __webpack_require__.p = "/static/iris/carbonio-shell-ui/
|
|
627
|
+
/******/ __webpack_require__.p = "/static/iris/carbonio-shell-ui/1c9353664b0314aeba156121603ccc0ee4ea8f32/";
|
|
628
628
|
/******/ })();
|
|
629
629
|
/******/
|
|
630
630
|
/******/ /* webpack/runtime/importScripts chunk loading */
|
|
@@ -683,4 +683,4 @@ onmessage = function onmessage(_ref3) {
|
|
|
683
683
|
/******/
|
|
684
684
|
/******/ })()
|
|
685
685
|
;
|
|
686
|
-
//# sourceMappingURL=node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.
|
|
686
|
+
//# sourceMappingURL=node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.2d125e4c.chunk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.30f3563f.chunk.js","mappings":"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","sources":["webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/internals/add-to-unscopables.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/internals/create-html.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/internals/string-html-forced.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/modules/es.object.assign.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/modules/es.string.link.js","webpack://@zextras/carbonio-shell-ui/./src/utils/utils.ts","webpack://@zextras/carbonio-shell-ui/./src/workers/folder.ts","webpack://@zextras/carbonio-shell-ui/webpack/bootstrap","webpack://@zextras/carbonio-shell-ui/webpack/runtime/chunk loaded","webpack://@zextras/carbonio-shell-ui/webpack/runtime/compat get default export","webpack://@zextras/carbonio-shell-ui/webpack/runtime/define property getters","webpack://@zextras/carbonio-shell-ui/webpack/runtime/ensure chunk","webpack://@zextras/carbonio-shell-ui/webpack/runtime/get javascript chunk filename","webpack://@zextras/carbonio-shell-ui/webpack/runtime/get mini-css chunk filename","webpack://@zextras/carbonio-shell-ui/webpack/runtime/global","webpack://@zextras/carbonio-shell-ui/webpack/runtime/hasOwnProperty shorthand","webpack://@zextras/carbonio-shell-ui/webpack/runtime/make namespace object","webpack://@zextras/carbonio-shell-ui/webpack/runtime/publicPath","webpack://@zextras/carbonio-shell-ui/webpack/runtime/importScripts chunk loading","webpack://@zextras/carbonio-shell-ui/webpack/runtime/startup chunk dependencies","webpack://@zextras/carbonio-shell-ui/webpack/before-startup","webpack://@zextras/carbonio-shell-ui/webpack/startup","webpack://@zextras/carbonio-shell-ui/webpack/after-startup"],"sourcesContent":["var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n defineProperty(ArrayPrototype, UNSCOPABLES, {\n configurable: true,\n value: create(null)\n });\n}\n\n// add a key to Array.prototype[@@unscopables]\nmodule.exports = function (key) {\n ArrayPrototype[UNSCOPABLES][key] = true;\n};\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar toString = require('../internals/to-string');\n\nvar quot = /\"/g;\nvar replace = uncurryThis(''.replace);\n\n// `CreateHTML` abstract operation\n// https://tc39.es/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = toString(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + replace(toString(value), quot, '"') + '\"';\n return p1 + '>' + S + '</' + tag + '>';\n};\n","var fails = require('../internals/fails');\n\n// check the existence of a method, lowercase\n// of a tag and escaping quotes in arguments\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n var test = ''[METHOD_NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n });\n};\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\n// eslint-disable-next-line es/no-object-assign -- required for testing\n$({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.link` method\n// https://tc39.es/ecma262/#sec-string.prototype.link\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {\n link: function link(url) {\n return createHTML(this, 'a', 'href', url);\n }\n});\n","/*\n * SPDX-FileCopyrightText: 2023 Zextras <https://www.zextras.com>\n *\n * SPDX-License-Identifier: AGPL-3.0-only\n */\nexport const testFolderIsChecked = ({ string }: { string: string | undefined }): boolean =>\n\t/#/.test(string || '');\n","/*\n * SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com>\n *\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\nimport {\n\tBaseFolder,\n\tUserFolder,\n\tFolderMessage,\n\tFolders,\n\tLinkFolder,\n\tLinkFolderFields,\n\tRoots,\n\tSearches,\n\tSearchFolderFields,\n\tSoapFolder,\n\tSoapLink,\n\tSoapNotify,\n\tSoapSearchFolder,\n\tFolder\n} from '../../types';\nimport { testFolderIsChecked } from '../utils/utils';\n\nconst IM_LOGS = '14';\nconst ROOT_NAME = 'USER_ROOT';\nconst DEFAULT_ROOT = 'USER';\n\nconst folders: Folders = {};\nconst roots: Roots = {};\nconst searches: Searches = {};\n\nconst omit = ({\n\t// eslint-disable-next-line @typescript-eslint/no-unused-vars\n\tlink: _1,\n\t// eslint-disable-next-line @typescript-eslint/no-unused-vars\n\tfolder: _2,\n\t// eslint-disable-next-line @typescript-eslint/no-unused-vars\n\tsearch: _3,\n\t...obj\n}: Partial<SoapFolder>): Partial<SoapFolder> => obj;\n\nconst hasId = (f: SoapFolder, id: string): boolean => f.id.split(':').includes(id);\nconst normalize = (f: SoapFolder, p?: Folder): BaseFolder => ({\n\tid: f.id,\n\tuuid: f.uuid,\n\tname: f.name,\n\tabsFolderPath: f.absFolderPath,\n\tl: f.l,\n\tluuid: f.luuid,\n\tchecked: testFolderIsChecked({ string: f.f }),\n\tf: f.f,\n\tcolor: f.color || p?.color,\n\trgb: f.rgb,\n\tu: f.u,\n\ti4u: f.i4u,\n\tview: f.view,\n\trev: f.rev,\n\tms: f.ms,\n\tmd: f.md,\n\tn: f.n,\n\ti4n: f.i4n,\n\ts: f.s,\n\ti4ms: f.i4ms,\n\ti4next: f.i4next,\n\turl: f.url,\n\tactivesyncdisabled: !!f.activesyncdisabled,\n\twebOfflineSyncDays: f.webOfflineSyncDays,\n\tperm: f.perm,\n\trecursive: !!f.recursive,\n\trest: f.rest,\n\tdeletable: !!f.deletable,\n\tmeta: f.meta,\n\tacl: f.acl,\n\tretentionPolicy: f.retentionPolicy\n});\n\nconst normalizeSearch = (s: SoapSearchFolder): BaseFolder & SearchFolderFields => ({\n\t...normalize(s),\n\tquery: s.query,\n\tsortBy: s.sortBy,\n\ttypes: s.types\n});\n\nconst normalizeLink = (l: SoapLink, p?: Folder): BaseFolder & LinkFolderFields => ({\n\t...normalize(l, p),\n\towner: l.owner,\n\tzid: l.zid,\n\trid: l.rid,\n\truuid: l.ruuid,\n\toname: l.oname,\n\treminder: !!l.reminder,\n\tbroken: !!l.broken\n});\n\nconst processSearch = (soapSearch: SoapSearchFolder, parent: Folder): void => {\n\tconst search = {\n\t\t...normalizeSearch(soapSearch),\n\t\tparent,\n\t\tisLink: parent?.isLink\n\t};\n\tsearches[search.id] = search;\n};\n\nconst processLink = (soapLink: SoapLink, depth: number, parent?: Folder): LinkFolder => {\n\tconst link = {\n\t\t...normalizeLink(soapLink, parent),\n\t\tisLink: true,\n\t\tchildren: [],\n\t\tparent,\n\t\tdepth\n\t} as LinkFolder;\n\t// eslint-disable-next-line no-param-reassign\n\tfolders[soapLink.id] = link;\n\tif (link.oname === ROOT_NAME) {\n\t\troots[link.owner ?? 'unknown'] = link;\n\t}\n\tsoapLink?.folder?.forEach((f) => {\n\t\tif (!hasId(f, IM_LOGS)) {\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-use-before-define\n\t\t\tconst child = processFolder(f, depth + 1, link);\n\t\t\tlink.children.push(child);\n\t\t}\n\t});\n\tsoapLink?.link?.forEach((l) => {\n\t\tif (!hasId(l, IM_LOGS)) {\n\t\t\tconst child = processLink(l, depth + 1, link);\n\t\t\tlink.children.push(child);\n\t\t}\n\t});\n\tsoapLink?.search?.forEach((s) => {\n\t\tprocessSearch(s, link);\n\t});\n\n\treturn link;\n};\n\nconst processFolder = (soapFolder: SoapFolder, depth: number, parent?: Folder): UserFolder => {\n\tconst folder: UserFolder = {\n\t\t...normalize(soapFolder, parent),\n\t\tisLink: false,\n\t\tchildren: [],\n\t\tparent,\n\t\tdepth\n\t};\n\tfolders[soapFolder.id] = folder;\n\tif (folder.name === ROOT_NAME) {\n\t\troots[DEFAULT_ROOT] = folder;\n\t}\n\tsoapFolder?.folder?.forEach((f) => {\n\t\tif (!hasId(f, IM_LOGS)) {\n\t\t\tconst child = processFolder(f, depth + 1, folder);\n\t\t\tfolder.children.push(child);\n\t\t}\n\t});\n\tsoapFolder?.link?.forEach((l) => {\n\t\tif (!hasId(l, IM_LOGS)) {\n\t\t\tconst child = processLink(l, depth + 1, folder);\n\t\t\tfolder.children.push(child);\n\t\t}\n\t});\n\tsoapFolder?.search?.forEach((s) => {\n\t\tprocessSearch(s, folder);\n\t});\n\treturn folder;\n};\n\nconst handleFolderRefresh = (soapFolders: Array<SoapFolder>): UserFolder =>\n\tprocessFolder(soapFolders[0], 0);\n\nexport const handleFolderCreated = (created: Array<SoapFolder>): void =>\n\tcreated.forEach((val: SoapFolder) => {\n\t\tif (val.id && val.l) {\n\t\t\tconst parent = folders[val.l];\n\t\t\tconst folder: UserFolder = {\n\t\t\t\t...normalize(val, parent),\n\t\t\t\tisLink: false,\n\t\t\t\tchildren: [],\n\t\t\t\tparent,\n\t\t\t\tdepth: parent?.depth ? parent.depth + 1 : 0\n\t\t\t};\n\t\t\tfolders[val.id] = folder;\n\t\t\tparent.children.push(folder);\n\t\t}\n\t});\nexport const handleLinkCreated = (created: Array<SoapLink>): void =>\n\tcreated.forEach((val: SoapLink) => {\n\t\tif (val.id && val.l) {\n\t\t\tconst parent = folders[val.l];\n\t\t\tconst folder: LinkFolder = {\n\t\t\t\t...normalizeLink(val, parent),\n\t\t\t\tisLink: true,\n\t\t\t\tchildren: [],\n\t\t\t\tparent,\n\t\t\t\tdepth: parent?.depth ? parent.depth + 1 : 0\n\t\t\t};\n\t\t\tfolders[val.id] = folder;\n\t\t\tparent.children.push(folder);\n\t\t}\n\t});\nexport const handleFolderModified = (modified: Array<Partial<UserFolder>>): void =>\n\tmodified.forEach((val: Partial<SoapFolder>): void => {\n\t\tif (val.id) {\n\t\t\tconst folder = folders[val.id];\n\t\t\tif (folder) {\n\t\t\t\tObject.assign(folder, omit(val));\n\t\t\t\tif (typeof val.f !== 'undefined') {\n\t\t\t\t\tfolder.checked = testFolderIsChecked({ string: val.f });\n\t\t\t\t}\n\t\t\t\tif (val.l) {\n\t\t\t\t\tconst oldParent = folders[val.id].parent;\n\t\t\t\t\tconst newParent = folders[val.l];\n\t\t\t\t\tif (oldParent) {\n\t\t\t\t\t\toldParent.children = oldParent.children.filter((f) => f.id !== val.id);\n\t\t\t\t\t\tnewParent.children.push(folder);\n\t\t\t\t\t}\n\t\t\t\t\tfolder.parent = newParent;\n\t\t\t\t}\n\t\t\t\tfolders[val.id] = folder;\n\t\t\t}\n\t\t}\n\t});\nexport const handleFolderDeleted = (deleted: string[]): void =>\n\tdeleted.forEach((val) => {\n\t\tconst folder = folders[val];\n\t\tif (folder) {\n\t\t\tif (folder.parent) {\n\t\t\t\tfolder.parent.children = folder.parent.children.filter((f) => f.id !== val);\n\t\t\t}\n\t\t\tdelete folders[val];\n\t\t\tdelete roots[val];\n\t\t\tdelete searches[val];\n\t\t}\n\t});\nexport const handleFolderNotify = (notify: SoapNotify): void => {\n\thandleFolderCreated(notify.created?.folder ?? []);\n\thandleLinkCreated(notify.created?.link ?? []);\n\thandleFolderModified(notify.modified?.folder ?? notify.modified?.link ?? []);\n\thandleFolderDeleted(notify.deleted ?? []);\n};\nonmessage = ({ data }: FolderMessage): void => {\n\tif (data.op === 'refresh' && data.folder) {\n\t\thandleFolderRefresh(data.folder);\n\t}\n\tif (data.op === 'notify') {\n\t\thandleFolderNotify(data.notify);\n\t}\n\tpostMessage({ folders, roots, searches });\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// the startup function\n__webpack_require__.x = () => {\n\t// Load entry module and return exports\n\t// This entry module depends on other loaded chunks and execution need to be delayed\n\tvar __webpack_exports__ = __webpack_require__.O(undefined, [\"vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-b9dcc3\"], () => (__webpack_require__(\"./src/workers/folder.ts\")))\n\t__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n\treturn __webpack_exports__;\n};\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks and sibling chunks for the entrypoint\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".\" + {\"vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2\":\"864f2daf\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\":\"bf459aec\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-b9dcc3\":\"8c1b9aac\"}[chunkId] + \".chunk.js\";\n};","// This function allow to reference async chunks and sibling chunks for the entrypoint\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"/static/iris/carbonio-shell-ui/cf9063afe38a1e6fa22e11caf8f429873ad18de9/\";","// no baseURI\n\n// object to store loaded chunks\n// \"1\" means \"already loaded\"\nvar installedChunks = {\n\t\"node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts\": 1\n};\n\n// importScripts chunk loading\nvar installChunk = (data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\tfor(var moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) runtime(__webpack_require__);\n\twhile(chunkIds.length)\n\t\tinstalledChunks[chunkIds.pop()] = 1;\n\tparentChunkLoadingFunction(data);\n};\n__webpack_require__.f.i = (chunkId, promises) => {\n\t// \"1\" is the signal for \"already loaded\"\n\tif(!installedChunks[chunkId]) {\n\t\tif(true) { // all chunks have JS\n\t\t\timportScripts(__webpack_require__.p + __webpack_require__.u(chunkId));\n\t\t}\n\t}\n};\n\nvar chunkLoadingGlobal = self[\"webpackChunk_zextras_carbonio_shell_ui\"] = self[\"webpackChunk_zextras_carbonio_shell_ui\"] || [];\nvar parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);\nchunkLoadingGlobal.push = installChunk;\n\n// no HMR\n\n// no HMR manifest","var next = __webpack_require__.x;\n__webpack_require__.x = () => {\n\treturn Promise.all([\"vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-b9dcc3\"].map(__webpack_require__.e, __webpack_require__)).then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":["testFolderIsChecked","string","test","IM_LOGS","ROOT_NAME","DEFAULT_ROOT","folders","roots","searches","omit","_1","link","_2","folder","_3","search","obj","hasId","f","id","split","includes","normalize","p","uuid","name","absFolderPath","l","luuid","checked","color","rgb","u","i4u","view","rev","ms","md","n","i4n","s","i4ms","i4next","url","activesyncdisabled","webOfflineSyncDays","perm","recursive","rest","deletable","meta","acl","retentionPolicy","normalizeSearch","query","sortBy","types","normalizeLink","owner","zid","rid","ruuid","oname","reminder","broken","processSearch","soapSearch","parent","isLink","processLink","soapLink","depth","children","forEach","child","processFolder","push","soapFolder","handleFolderRefresh","soapFolders","handleFolderCreated","created","val","handleLinkCreated","handleFolderModified","modified","Object","assign","oldParent","newParent","filter","handleFolderDeleted","deleted","handleFolderNotify","notify","onmessage","data","op","postMessage"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.2d125e4c.chunk.js","mappings":"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","sources":["webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/internals/add-to-unscopables.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/internals/create-html.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/internals/string-html-forced.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/modules/es.object.assign.js","webpack://@zextras/carbonio-shell-ui/./node_modules/core-js/modules/es.string.link.js","webpack://@zextras/carbonio-shell-ui/./src/utils/utils.ts","webpack://@zextras/carbonio-shell-ui/./src/workers/folder.ts","webpack://@zextras/carbonio-shell-ui/webpack/bootstrap","webpack://@zextras/carbonio-shell-ui/webpack/runtime/chunk loaded","webpack://@zextras/carbonio-shell-ui/webpack/runtime/compat get default export","webpack://@zextras/carbonio-shell-ui/webpack/runtime/define property getters","webpack://@zextras/carbonio-shell-ui/webpack/runtime/ensure chunk","webpack://@zextras/carbonio-shell-ui/webpack/runtime/get javascript chunk filename","webpack://@zextras/carbonio-shell-ui/webpack/runtime/get mini-css chunk filename","webpack://@zextras/carbonio-shell-ui/webpack/runtime/global","webpack://@zextras/carbonio-shell-ui/webpack/runtime/hasOwnProperty shorthand","webpack://@zextras/carbonio-shell-ui/webpack/runtime/make namespace object","webpack://@zextras/carbonio-shell-ui/webpack/runtime/publicPath","webpack://@zextras/carbonio-shell-ui/webpack/runtime/importScripts chunk loading","webpack://@zextras/carbonio-shell-ui/webpack/runtime/startup chunk dependencies","webpack://@zextras/carbonio-shell-ui/webpack/before-startup","webpack://@zextras/carbonio-shell-ui/webpack/startup","webpack://@zextras/carbonio-shell-ui/webpack/after-startup"],"sourcesContent":["var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n defineProperty(ArrayPrototype, UNSCOPABLES, {\n configurable: true,\n value: create(null)\n });\n}\n\n// add a key to Array.prototype[@@unscopables]\nmodule.exports = function (key) {\n ArrayPrototype[UNSCOPABLES][key] = true;\n};\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar toString = require('../internals/to-string');\n\nvar quot = /\"/g;\nvar replace = uncurryThis(''.replace);\n\n// `CreateHTML` abstract operation\n// https://tc39.es/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = toString(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + replace(toString(value), quot, '"') + '\"';\n return p1 + '>' + S + '</' + tag + '>';\n};\n","var fails = require('../internals/fails');\n\n// check the existence of a method, lowercase\n// of a tag and escaping quotes in arguments\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n var test = ''[METHOD_NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n });\n};\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\n// eslint-disable-next-line es/no-object-assign -- required for testing\n$({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.link` method\n// https://tc39.es/ecma262/#sec-string.prototype.link\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {\n link: function link(url) {\n return createHTML(this, 'a', 'href', url);\n }\n});\n","/*\n * SPDX-FileCopyrightText: 2023 Zextras <https://www.zextras.com>\n *\n * SPDX-License-Identifier: AGPL-3.0-only\n */\nexport const testFolderIsChecked = ({ string }: { string: string | undefined }): boolean =>\n\t/#/.test(string || '');\n","/*\n * SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com>\n *\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\nimport {\n\tBaseFolder,\n\tUserFolder,\n\tFolderMessage,\n\tFolders,\n\tLinkFolder,\n\tLinkFolderFields,\n\tRoots,\n\tSearches,\n\tSearchFolderFields,\n\tSoapFolder,\n\tSoapLink,\n\tSoapNotify,\n\tSoapSearchFolder,\n\tFolder\n} from '../../types';\nimport { testFolderIsChecked } from '../utils/utils';\n\nconst IM_LOGS = '14';\nconst ROOT_NAME = 'USER_ROOT';\nconst DEFAULT_ROOT = 'USER';\n\nconst folders: Folders = {};\nconst roots: Roots = {};\nconst searches: Searches = {};\n\nconst omit = ({\n\t// eslint-disable-next-line @typescript-eslint/no-unused-vars\n\tlink: _1,\n\t// eslint-disable-next-line @typescript-eslint/no-unused-vars\n\tfolder: _2,\n\t// eslint-disable-next-line @typescript-eslint/no-unused-vars\n\tsearch: _3,\n\t...obj\n}: Partial<SoapFolder>): Partial<SoapFolder> => obj;\n\nconst hasId = (f: SoapFolder, id: string): boolean => f.id.split(':').includes(id);\nconst normalize = (f: SoapFolder, p?: Folder): BaseFolder => ({\n\tid: f.id,\n\tuuid: f.uuid,\n\tname: f.name,\n\tabsFolderPath: f.absFolderPath,\n\tl: f.l,\n\tluuid: f.luuid,\n\tchecked: testFolderIsChecked({ string: f.f }),\n\tf: f.f,\n\tcolor: f.color || p?.color,\n\trgb: f.rgb,\n\tu: f.u,\n\ti4u: f.i4u,\n\tview: f.view,\n\trev: f.rev,\n\tms: f.ms,\n\tmd: f.md,\n\tn: f.n,\n\ti4n: f.i4n,\n\ts: f.s,\n\ti4ms: f.i4ms,\n\ti4next: f.i4next,\n\turl: f.url,\n\tactivesyncdisabled: !!f.activesyncdisabled,\n\twebOfflineSyncDays: f.webOfflineSyncDays,\n\tperm: f.perm,\n\trecursive: !!f.recursive,\n\trest: f.rest,\n\tdeletable: !!f.deletable,\n\tmeta: f.meta,\n\tacl: f.acl,\n\tretentionPolicy: f.retentionPolicy\n});\n\nconst normalizeSearch = (s: SoapSearchFolder): BaseFolder & SearchFolderFields => ({\n\t...normalize(s),\n\tquery: s.query,\n\tsortBy: s.sortBy,\n\ttypes: s.types\n});\n\nconst normalizeLink = (l: SoapLink, p?: Folder): BaseFolder & LinkFolderFields => ({\n\t...normalize(l, p),\n\towner: l.owner,\n\tzid: l.zid,\n\trid: l.rid,\n\truuid: l.ruuid,\n\toname: l.oname,\n\treminder: !!l.reminder,\n\tbroken: !!l.broken\n});\n\nconst processSearch = (soapSearch: SoapSearchFolder, parent: Folder): void => {\n\tconst search = {\n\t\t...normalizeSearch(soapSearch),\n\t\tparent,\n\t\tisLink: parent?.isLink\n\t};\n\tsearches[search.id] = search;\n};\n\nconst processLink = (soapLink: SoapLink, depth: number, parent?: Folder): LinkFolder => {\n\tconst link = {\n\t\t...normalizeLink(soapLink, parent),\n\t\tisLink: true,\n\t\tchildren: [],\n\t\tparent,\n\t\tdepth\n\t} as LinkFolder;\n\t// eslint-disable-next-line no-param-reassign\n\tfolders[soapLink.id] = link;\n\tif (link.oname === ROOT_NAME) {\n\t\troots[link.owner ?? 'unknown'] = link;\n\t}\n\tsoapLink?.folder?.forEach((f) => {\n\t\tif (!hasId(f, IM_LOGS)) {\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-use-before-define\n\t\t\tconst child = processFolder(f, depth + 1, link);\n\t\t\tlink.children.push(child);\n\t\t}\n\t});\n\tsoapLink?.link?.forEach((l) => {\n\t\tif (!hasId(l, IM_LOGS)) {\n\t\t\tconst child = processLink(l, depth + 1, link);\n\t\t\tlink.children.push(child);\n\t\t}\n\t});\n\tsoapLink?.search?.forEach((s) => {\n\t\tprocessSearch(s, link);\n\t});\n\n\treturn link;\n};\n\nconst processFolder = (soapFolder: SoapFolder, depth: number, parent?: Folder): UserFolder => {\n\tconst folder: UserFolder = {\n\t\t...normalize(soapFolder, parent),\n\t\tisLink: false,\n\t\tchildren: [],\n\t\tparent,\n\t\tdepth\n\t};\n\tfolders[soapFolder.id] = folder;\n\tif (folder.name === ROOT_NAME) {\n\t\troots[DEFAULT_ROOT] = folder;\n\t}\n\tsoapFolder?.folder?.forEach((f) => {\n\t\tif (!hasId(f, IM_LOGS)) {\n\t\t\tconst child = processFolder(f, depth + 1, folder);\n\t\t\tfolder.children.push(child);\n\t\t}\n\t});\n\tsoapFolder?.link?.forEach((l) => {\n\t\tif (!hasId(l, IM_LOGS)) {\n\t\t\tconst child = processLink(l, depth + 1, folder);\n\t\t\tfolder.children.push(child);\n\t\t}\n\t});\n\tsoapFolder?.search?.forEach((s) => {\n\t\tprocessSearch(s, folder);\n\t});\n\treturn folder;\n};\n\nconst handleFolderRefresh = (soapFolders: Array<SoapFolder>): UserFolder =>\n\tprocessFolder(soapFolders[0], 0);\n\nexport const handleFolderCreated = (created: Array<SoapFolder>): void =>\n\tcreated.forEach((val: SoapFolder) => {\n\t\tif (val.id && val.l) {\n\t\t\tconst parent = folders[val.l];\n\t\t\tconst folder: UserFolder = {\n\t\t\t\t...normalize(val, parent),\n\t\t\t\tisLink: false,\n\t\t\t\tchildren: [],\n\t\t\t\tparent,\n\t\t\t\tdepth: parent?.depth ? parent.depth + 1 : 0\n\t\t\t};\n\t\t\tfolders[val.id] = folder;\n\t\t\tparent.children.push(folder);\n\t\t}\n\t});\nexport const handleLinkCreated = (created: Array<SoapLink>): void =>\n\tcreated.forEach((val: SoapLink) => {\n\t\tif (val.id && val.l) {\n\t\t\tconst parent = folders[val.l];\n\t\t\tconst folder: LinkFolder = {\n\t\t\t\t...normalizeLink(val, parent),\n\t\t\t\tisLink: true,\n\t\t\t\tchildren: [],\n\t\t\t\tparent,\n\t\t\t\tdepth: parent?.depth ? parent.depth + 1 : 0\n\t\t\t};\n\t\t\tfolders[val.id] = folder;\n\t\t\tparent.children.push(folder);\n\t\t}\n\t});\nexport const handleFolderModified = (modified: Array<Partial<UserFolder>>): void =>\n\tmodified.forEach((val: Partial<SoapFolder>): void => {\n\t\tif (val.id) {\n\t\t\tconst folder = folders[val.id];\n\t\t\tif (folder) {\n\t\t\t\tObject.assign(folder, omit(val));\n\t\t\t\tif (typeof val.f !== 'undefined') {\n\t\t\t\t\tfolder.checked = testFolderIsChecked({ string: val.f });\n\t\t\t\t}\n\t\t\t\tif (val.l) {\n\t\t\t\t\tconst oldParent = folders[val.id].parent;\n\t\t\t\t\tconst newParent = folders[val.l];\n\t\t\t\t\tif (oldParent) {\n\t\t\t\t\t\toldParent.children = oldParent.children.filter((f) => f.id !== val.id);\n\t\t\t\t\t\tnewParent.children.push(folder);\n\t\t\t\t\t}\n\t\t\t\t\tfolder.parent = newParent;\n\t\t\t\t}\n\t\t\t\tfolders[val.id] = folder;\n\t\t\t}\n\t\t}\n\t});\nexport const handleFolderDeleted = (deleted: string[]): void =>\n\tdeleted.forEach((val) => {\n\t\tconst folder = folders[val];\n\t\tif (folder) {\n\t\t\tif (folder.parent) {\n\t\t\t\tfolder.parent.children = folder.parent.children.filter((f) => f.id !== val);\n\t\t\t}\n\t\t\tdelete folders[val];\n\t\t\tdelete roots[val];\n\t\t\tdelete searches[val];\n\t\t}\n\t});\nexport const handleFolderNotify = (notify: SoapNotify): void => {\n\thandleFolderCreated(notify.created?.folder ?? []);\n\thandleLinkCreated(notify.created?.link ?? []);\n\thandleFolderModified(notify.modified?.folder ?? notify.modified?.link ?? []);\n\thandleFolderDeleted(notify.deleted ?? []);\n};\nonmessage = ({ data }: FolderMessage): void => {\n\tif (data.op === 'refresh' && data.folder) {\n\t\thandleFolderRefresh(data.folder);\n\t}\n\tif (data.op === 'notify') {\n\t\thandleFolderNotify(data.notify);\n\t}\n\tpostMessage({ folders, roots, searches });\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// the startup function\n__webpack_require__.x = () => {\n\t// Load entry module and return exports\n\t// This entry module depends on other loaded chunks and execution need to be delayed\n\tvar __webpack_exports__ = __webpack_require__.O(undefined, [\"vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-b9dcc3\"], () => (__webpack_require__(\"./src/workers/folder.ts\")))\n\t__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n\treturn __webpack_exports__;\n};\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks and sibling chunks for the entrypoint\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".\" + {\"vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2\":\"864f2daf\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\":\"bf459aec\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-b9dcc3\":\"8c1b9aac\"}[chunkId] + \".chunk.js\";\n};","// This function allow to reference async chunks and sibling chunks for the entrypoint\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"/static/iris/carbonio-shell-ui/1c9353664b0314aeba156121603ccc0ee4ea8f32/\";","// no baseURI\n\n// object to store loaded chunks\n// \"1\" means \"already loaded\"\nvar installedChunks = {\n\t\"node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts\": 1\n};\n\n// importScripts chunk loading\nvar installChunk = (data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\tfor(var moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) runtime(__webpack_require__);\n\twhile(chunkIds.length)\n\t\tinstalledChunks[chunkIds.pop()] = 1;\n\tparentChunkLoadingFunction(data);\n};\n__webpack_require__.f.i = (chunkId, promises) => {\n\t// \"1\" is the signal for \"already loaded\"\n\tif(!installedChunks[chunkId]) {\n\t\tif(true) { // all chunks have JS\n\t\t\timportScripts(__webpack_require__.p + __webpack_require__.u(chunkId));\n\t\t}\n\t}\n};\n\nvar chunkLoadingGlobal = self[\"webpackChunk_zextras_carbonio_shell_ui\"] = self[\"webpackChunk_zextras_carbonio_shell_ui\"] || [];\nvar parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);\nchunkLoadingGlobal.push = installChunk;\n\n// no HMR\n\n// no HMR manifest","var next = __webpack_require__.x;\n__webpack_require__.x = () => {\n\treturn Promise.all([\"vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-b9dcc3\"].map(__webpack_require__.e, __webpack_require__)).then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":["testFolderIsChecked","string","test","IM_LOGS","ROOT_NAME","DEFAULT_ROOT","folders","roots","searches","omit","_1","link","_2","folder","_3","search","obj","hasId","f","id","split","includes","normalize","p","uuid","name","absFolderPath","l","luuid","checked","color","rgb","u","i4u","view","rev","ms","md","n","i4n","s","i4ms","i4next","url","activesyncdisabled","webOfflineSyncDays","perm","recursive","rest","deletable","meta","acl","retentionPolicy","normalizeSearch","query","sortBy","types","normalizeLink","owner","zid","rid","ruuid","oname","reminder","broken","processSearch","soapSearch","parent","isLink","processLink","soapLink","depth","children","forEach","child","processFolder","push","soapFolder","handleFolderRefresh","soapFolders","handleFolderCreated","created","val","handleLinkCreated","handleFolderModified","modified","Object","assign","oldParent","newParent","filter","handleFolderDeleted","deleted","handleFolderNotify","notify","onmessage","data","op","postMessage"],"sourceRoot":""}
|