@zextras/carbonio-shell-ui 3.2.1 → 3.2.2
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/de.json +39 -22
- package/dist/i18n/it.json +11 -1
- package/dist/i18n/pl.json +19 -3
- package/dist/i18n/tr.json +18 -2
- package/dist/index.html +1 -1
- package/dist/{node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.7c915337.chunk.js → node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.221ea47e.chunk.js} +2 -2
- package/dist/{node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.7c915337.chunk.js.map → node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.221ea47e.chunk.js.map} +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.2bf7e38d.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf050fbf.chunk.js} +6 -6
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.2bf7e38d.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf050fbf.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.33a07051.chunk.js → src_workers_tag_ts.b770bbd0.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.33a07051.chunk.js.map → src_workers_tag_ts.b770bbd0.chunk.js.map} +1 -1
- package/dist/{style.55866758.css → style.1176de2e.css} +29 -29
- package/dist/{style.55866758.css.map → style.1176de2e.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.2.2](https://github.com/zextras/carbonio-shell-ui/compare/v3.2.1...v3.2.2) (2023-07-17)
|
|
6
|
+
|
|
5
7
|
### [3.2.1](https://github.com/zextras/carbonio-shell-ui/compare/v3.2.0...v3.2.1) (2023-07-14)
|
|
6
8
|
|
|
7
9
|
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="3.2.
|
|
13
|
+
pkgver="3.2.2"
|
|
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}/3427ceb3116605cee189699986293b7d6ddb8dde"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/3427ceb3116605cee189699986293b7d6ddb8dde" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/3427ceb3116605cee189699986293b7d6ddb8dde"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/3427ceb3116605cee189699986293b7d6ddb8dde"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/3427ceb3116605cee189699986293b7d6ddb8dde" -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}/3427ceb3116605cee189699986293b7d6ddb8dde"
|
|
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
|
+
3427ceb3116605cee189699986293b7d6ddb8dde
|
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/3427ceb3116605cee189699986293b7d6ddb8dde/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "3.2.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "3.2.2",
|
|
6
|
+
"commit": "3427ceb3116605cee189699986293b7d6ddb8dde",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/de.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"new": "Neu",
|
|
3
3
|
"search": {
|
|
4
|
-
"app": "
|
|
4
|
+
"app": "Suche",
|
|
5
5
|
"module": "Module",
|
|
6
6
|
"active_input_label": "Trennen Sie Suchwörter mit einem Komma oder Leerzeichen",
|
|
7
7
|
"clear": "Sucheingabe löschen",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dark_mode": "Dunkler Modus",
|
|
47
47
|
"appearance": "Aussehen"
|
|
48
48
|
},
|
|
49
|
-
"general_tab": "
|
|
49
|
+
"general_tab": "Allgemeines",
|
|
50
50
|
"out_of_office": {
|
|
51
51
|
"labels": {
|
|
52
52
|
"end_date": "Enddatum",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"do_not_send_auto_replies": "Keine automatischen Antworten senden",
|
|
68
68
|
"external_senders": {
|
|
69
69
|
"do_not_send_to_external": "Keine automatische Antwortnachricht an externen Absender senden",
|
|
70
|
-
"send_custom_in_organisation": "Benutzerdefinierte Nachricht an Personen senden, die nicht zu
|
|
71
|
-
"send_custom_not_in_organisation": "Senden einer benutzerdefinierten Nachricht an Personen, die nicht in
|
|
70
|
+
"send_custom_in_organisation": "Benutzerdefinierte Nachricht an Personen senden, die nicht zu meinem Unternehmen gehören",
|
|
71
|
+
"send_custom_not_in_organisation": "Senden einer benutzerdefinierten Nachricht an Personen, die nicht in meinem Unternehmen und meinem Adressbuch sind",
|
|
72
72
|
"send_standard_auto_reply": "automatische Standardnachricht senden"
|
|
73
73
|
},
|
|
74
74
|
"headings": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"timezone_and_language": "Zeitzone und Sprache",
|
|
82
82
|
"accounts": "Konten",
|
|
83
|
-
"choose": "
|
|
83
|
+
"choose": "Auswählen",
|
|
84
84
|
"search_settings": {
|
|
85
85
|
"labels": {
|
|
86
86
|
"include_search_in_spam_folder": "Spam-Ordner in die Suche einbeziehen",
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"address": "Adresse",
|
|
126
126
|
"advanced_settings": "Erweiterte Einstellungen",
|
|
127
127
|
"delete": "Löschen",
|
|
128
|
-
"delete_permanently": "
|
|
129
|
-
"email_address": "E-Mail
|
|
128
|
+
"delete_permanently": "Permanent löschen",
|
|
129
|
+
"email_address": "E-Mail-Adresse",
|
|
130
130
|
"primary": "Primär",
|
|
131
131
|
"remove": "entfernen",
|
|
132
132
|
"save": "Speichern",
|
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
"no_results": "Keine Ergebnisse gefunden",
|
|
140
140
|
"password": "Passwort",
|
|
141
141
|
"secondary": "Sekundär",
|
|
142
|
-
"account_menu": "
|
|
143
|
-
"account_name": "
|
|
144
|
-
"account_type": "
|
|
145
|
-
"account_username": "
|
|
142
|
+
"account_menu": "Kontomenü",
|
|
143
|
+
"account_name": "Kontoname",
|
|
144
|
+
"account_type": "Kontotyp",
|
|
145
|
+
"account_username": "Kontobenutzername",
|
|
146
146
|
"accounts_list": "Liste der Konten",
|
|
147
147
|
"add_delegate": "Delegierten hinzufügen",
|
|
148
148
|
"add_external_account": "Externes Konto hinzufügen",
|
|
149
|
-
"add_new_email": "Neue E-Mail
|
|
149
|
+
"add_new_email": "Neue E-Mail-Adresse hinzufügen",
|
|
150
150
|
"add_persona": "Persona hinzufügen",
|
|
151
151
|
"add_recovery_email": "Wiederherstellungs-E-Mail hinzufügen",
|
|
152
152
|
"choose_folder": "Ordner auswählen",
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
"from_name": "Von: \"Name\"",
|
|
155
155
|
"imap": "IMAP",
|
|
156
156
|
"passwords_recovery_settings": "Passwortwiederherstellung Kontoeinstellungen",
|
|
157
|
-
"permanent_delete_title": "Sind Sie sicher, dass Sie diese Persona
|
|
158
|
-
"persona": "
|
|
157
|
+
"permanent_delete_title": "Sind Sie sicher, dass Sie diese Persona permanent löschen wollen?",
|
|
158
|
+
"persona": "Persona",
|
|
159
159
|
"save_delegate_folder": "Speichern einer Kopie der gesendeten Nachrichten im Ordner \"Gesendet\" des Delegierten",
|
|
160
160
|
"unsaved_changes_line2": "Alle nicht gespeicherten Änderungen gehen verloren",
|
|
161
161
|
"update_view": "Ansicht aktualisieren",
|
|
@@ -189,14 +189,16 @@
|
|
|
189
189
|
"persona_settings": "Persona-Einstellungen",
|
|
190
190
|
"pop3": "POP3",
|
|
191
191
|
"recipents": "Empfänger",
|
|
192
|
-
"recovery_email": "
|
|
193
|
-
"reply_to_field_example": "z.B.
|
|
192
|
+
"recovery_email": "Wiederherstellungs-E-Mail",
|
|
193
|
+
"reply_to_field_example": "z.B. Robert Schmidt",
|
|
194
194
|
"set_reply_to_field": "Setzen Sie das Feld \"Antwort an\" der E-Mail-Nachricht auf:",
|
|
195
195
|
"settings_sent_messages": "Einstellungen für gesendete Nachrichten",
|
|
196
196
|
"unsaved_changes": "Sie haben ungespeicherte Änderungen",
|
|
197
197
|
"folder_external_account": "Ordner: Neues externes Konto",
|
|
198
198
|
"add_inline_image": "Eingebundenes Bild hinzufügen",
|
|
199
|
-
"select_image": "Bild auswählen"
|
|
199
|
+
"select_image": "Bild auswählen",
|
|
200
|
+
"cannot_save_changes": "Einige Änderungen können nicht gespeichert werden",
|
|
201
|
+
"close": "Schließen"
|
|
200
202
|
},
|
|
201
203
|
"timezone": {
|
|
202
204
|
"america_anchorage": "{{value}} Alaska",
|
|
@@ -248,7 +250,7 @@
|
|
|
248
250
|
"asia_kathmandu": "{{value}} Katmandu",
|
|
249
251
|
"asia_kolkata": "{{value}} Chennai, Kolkata, Mumbai, Neu-Delhi",
|
|
250
252
|
"asia_krasnoyarsk": "{{value}} Krasnojarsk (RTZ 6)",
|
|
251
|
-
"asia_kuwait": "{{value}} Kuwait,
|
|
253
|
+
"asia_kuwait": "{{value}} Kuwait, Riyadh",
|
|
252
254
|
"asia_magadan": "{{value}} Magadan",
|
|
253
255
|
"asia_muscat": "{{value}} Abu Dhabi, Muskat",
|
|
254
256
|
"asia_pyongyang": "{{value}} Pjöngjang",
|
|
@@ -340,11 +342,16 @@
|
|
|
340
342
|
"board": {
|
|
341
343
|
"close_tab": "Reiter schließen",
|
|
342
344
|
"close_tabs": "Schließen Sie alle Ihre Tabs",
|
|
343
|
-
"enlarge": "
|
|
345
|
+
"enlarge": "Vergrößern",
|
|
344
346
|
"hide": "Ausblenden",
|
|
345
347
|
"reduce": "Verkleinern",
|
|
346
348
|
"show_tabs": "Andere Tabs anzeigen",
|
|
347
|
-
"open_app": "In der App öffnen"
|
|
349
|
+
"open_app": "In der App öffnen",
|
|
350
|
+
"from_app": "Von {{app}}",
|
|
351
|
+
"reset_size": {
|
|
352
|
+
"disabled": "Board bereits in der Standardposition",
|
|
353
|
+
"enabled": "Zur Standardposition und -größe zurückkehren"
|
|
354
|
+
}
|
|
348
355
|
},
|
|
349
356
|
"locale": {
|
|
350
357
|
"English": "Englisch",
|
|
@@ -382,7 +389,7 @@
|
|
|
382
389
|
},
|
|
383
390
|
"feedback": {
|
|
384
391
|
"other": "Andere",
|
|
385
|
-
"behaviors": "
|
|
392
|
+
"behaviors": "Verhalten",
|
|
386
393
|
"hint": "Denken Sie daran: Definieren Sie das Thema mit Hilfe von Modulen und Makrobereichs-Selektoren, bevor Sie Ihr Feedback schreiben. Vielen Dank für Ihre Hilfe.",
|
|
387
394
|
"missing_features": "Fehlende Merkmale",
|
|
388
395
|
"report_something": "Möchten Sie etwas melden?",
|
|
@@ -397,7 +404,7 @@
|
|
|
397
404
|
},
|
|
398
405
|
"messages": {
|
|
399
406
|
"permanent_delete_title": "Sind Sie sicher, dass Sie dieses Element dauerhaft löschen wollen?",
|
|
400
|
-
"permanent_delete_body": "Wenn Sie diese Persona
|
|
407
|
+
"permanent_delete_body": "Wenn Sie diese Persona permanent löschen, können Sie sie nicht mehr wiederherstellen. Weiter?"
|
|
401
408
|
},
|
|
402
409
|
"share": {
|
|
403
410
|
"is_contained_in": "Ist enthalten in"
|
|
@@ -407,5 +414,15 @@
|
|
|
407
414
|
},
|
|
408
415
|
"primary_account": {
|
|
409
416
|
"title": "Primäre Kontoeinstellungen"
|
|
417
|
+
},
|
|
418
|
+
"bootstrap": {
|
|
419
|
+
"failure": {
|
|
420
|
+
"modal": {
|
|
421
|
+
"confirmButtonLabel": "aktualisieren",
|
|
422
|
+
"secondaryButtonLabel": "Login-Seite",
|
|
423
|
+
"title": "Ein Fehler ist aufgetreten...",
|
|
424
|
+
"body": "Bei der Bearbeitung Ihrer Anfrage ist ein technisches Problem aufgetreten. Bitte aktualisieren Sie die Seite erneut oder kehren Sie zur Anmeldeseite zurück."
|
|
425
|
+
}
|
|
426
|
+
}
|
|
410
427
|
}
|
|
411
428
|
}
|
package/dist/i18n/it.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"from_app": "Da {{app}}"
|
|
123
123
|
},
|
|
124
124
|
"label": {
|
|
125
|
-
"cancel": "
|
|
125
|
+
"cancel": "Annulla",
|
|
126
126
|
"clear_search_query": "PULISCI RICERCA",
|
|
127
127
|
"edit_to_start_search": "Modifica la ricerca per iniziarne una nuova",
|
|
128
128
|
"out_of_office": "Fuori Ufficio",
|
|
@@ -408,5 +408,15 @@
|
|
|
408
408
|
},
|
|
409
409
|
"share": {
|
|
410
410
|
"is_contained_in": "È contenuto in"
|
|
411
|
+
},
|
|
412
|
+
"bootstrap": {
|
|
413
|
+
"failure": {
|
|
414
|
+
"modal": {
|
|
415
|
+
"confirmButtonLabel": "ricarica",
|
|
416
|
+
"secondaryButtonLabel": "pagina di login",
|
|
417
|
+
"body": "Si sono verificati alcuni problemi tecnici durante l'elaborazione della tua richiesta. Ricarica la pagina o torna alla pagina di login.",
|
|
418
|
+
"title": "Qualcosa è andato storto..."
|
|
419
|
+
}
|
|
420
|
+
}
|
|
411
421
|
}
|
|
412
422
|
}
|
package/dist/i18n/pl.json
CHANGED
|
@@ -180,17 +180,23 @@
|
|
|
180
180
|
"click_to_copy": "Kliknij, aby skopiować",
|
|
181
181
|
"folder_external_account": "Folder: Nowe konto spoza mojej domeny",
|
|
182
182
|
"add_inline_image": "Dodaj obrazek w tekście",
|
|
183
|
-
"select_image": "Wybierz obraz"
|
|
183
|
+
"select_image": "Wybierz obraz",
|
|
184
|
+
"cannot_save_changes": "Nie udało się zapisać niektórych zmian",
|
|
185
|
+
"close": "Zamknij"
|
|
184
186
|
},
|
|
185
187
|
"board": {
|
|
186
188
|
"close_tab": "Zamknij kartę",
|
|
187
189
|
"close_tabs": "Zamknij wszystkie karty",
|
|
188
|
-
"enlarge": "Powiększ
|
|
190
|
+
"enlarge": "Powiększ okienko",
|
|
189
191
|
"hide": "Ukryj okienko",
|
|
190
192
|
"reduce": "Zmniejsz okienko",
|
|
191
193
|
"show_tabs": "Pokaż inne karty",
|
|
192
194
|
"open_app": "Otwórz w aplikacji",
|
|
193
|
-
"from_app": "Z aplikacji {{app}}"
|
|
195
|
+
"from_app": "Z aplikacji {{app}}",
|
|
196
|
+
"reset_size": {
|
|
197
|
+
"enabled": "Przywróć do domyślnej pozycji i rozmiaru",
|
|
198
|
+
"disabled": "Okienko znajduje się już w domyślnej pozycji"
|
|
199
|
+
}
|
|
194
200
|
},
|
|
195
201
|
"locale": {
|
|
196
202
|
"italian": "Włoski",
|
|
@@ -408,5 +414,15 @@
|
|
|
408
414
|
},
|
|
409
415
|
"share": {
|
|
410
416
|
"is_contained_in": "Znajduje się w"
|
|
417
|
+
},
|
|
418
|
+
"bootstrap": {
|
|
419
|
+
"failure": {
|
|
420
|
+
"modal": {
|
|
421
|
+
"confirmButtonLabel": "odśwież",
|
|
422
|
+
"secondaryButtonLabel": "strona logowania",
|
|
423
|
+
"title": "Coś poszło nie tak...",
|
|
424
|
+
"body": "Wystąpiły problemy techniczne podczas przetwarzania Twojego żądania. Spróbuj odświeżyć stronę lub powróć do strony logowania."
|
|
425
|
+
}
|
|
426
|
+
}
|
|
411
427
|
}
|
|
412
428
|
}
|
package/dist/i18n/tr.json
CHANGED
|
@@ -119,7 +119,11 @@
|
|
|
119
119
|
"reduce": "Panoyu küçült",
|
|
120
120
|
"show_tabs": "Diğer sekmeleri göster",
|
|
121
121
|
"open_app": "Uygulamada aç",
|
|
122
|
-
"from_app": "Nereden: {{app}}"
|
|
122
|
+
"from_app": "Nereden: {{app}}",
|
|
123
|
+
"reset_size": {
|
|
124
|
+
"disabled": "Pano zaten varsayılan konumda",
|
|
125
|
+
"enabled": "Varsayılan konuma ve boyuta dön"
|
|
126
|
+
}
|
|
123
127
|
},
|
|
124
128
|
"label": {
|
|
125
129
|
"cancel": "İptal",
|
|
@@ -206,7 +210,9 @@
|
|
|
206
210
|
"click_to_copy": "Kopyalamak için tıklayın",
|
|
207
211
|
"folder_external_account": "Klasör: Yeni Dış Hesap",
|
|
208
212
|
"add_inline_image": "Resim ekle",
|
|
209
|
-
"select_image": "Resim seçin"
|
|
213
|
+
"select_image": "Resim seçin",
|
|
214
|
+
"cannot_save_changes": "Bazı değişiklikler kaydedilemedi",
|
|
215
|
+
"close": "Kapat"
|
|
210
216
|
},
|
|
211
217
|
"locale": {
|
|
212
218
|
"label_italian": "Italian - {{value}}",
|
|
@@ -408,5 +414,15 @@
|
|
|
408
414
|
},
|
|
409
415
|
"share": {
|
|
410
416
|
"is_contained_in": "Bulunduğu klasör"
|
|
417
|
+
},
|
|
418
|
+
"bootstrap": {
|
|
419
|
+
"failure": {
|
|
420
|
+
"modal": {
|
|
421
|
+
"confirmButtonLabel": "yenile",
|
|
422
|
+
"secondaryButtonLabel": "giriş sayfası",
|
|
423
|
+
"title": "Bir hata oluştu...",
|
|
424
|
+
"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."
|
|
425
|
+
}
|
|
426
|
+
}
|
|
411
427
|
}
|
|
412
428
|
}
|
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/3427ceb3116605cee189699986293b7d6ddb8dde/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/style.1176de2e.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|
|
@@ -683,7 +683,7 @@ onmessage = function onmessage(_ref3) {
|
|
|
683
683
|
/******/
|
|
684
684
|
/******/ /* webpack/runtime/publicPath */
|
|
685
685
|
/******/ (() => {
|
|
686
|
-
/******/ __webpack_require__.p = "/static/iris/carbonio-shell-ui/
|
|
686
|
+
/******/ __webpack_require__.p = "/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/";
|
|
687
687
|
/******/ })();
|
|
688
688
|
/******/
|
|
689
689
|
/******/ /* webpack/runtime/importScripts chunk loading */
|
|
@@ -742,4 +742,4 @@ onmessage = function onmessage(_ref3) {
|
|
|
742
742
|
/******/
|
|
743
743
|
/******/ })()
|
|
744
744
|
;
|
|
745
|
-
//# sourceMappingURL=node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.
|
|
745
|
+
//# sourceMappingURL=node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.221ea47e.chunk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.7c915337.chunk.js","mappings":";;;;;;;;;AAAA,sBAAsB,mBAAO,CAAC,6FAAgC;AAC9D,aAAa,mBAAO,CAAC,qFAA4B;AACjD,qBAAqB,gIAAgD;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnBA,kBAAkB,mBAAO,CAAC,qGAAoC;AAC9D,6BAA6B,mBAAO,CAAC,2GAAuC;AAC5E,eAAe,mBAAO,CAAC,6EAAwB;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACdA,YAAY,mBAAO,CAAC,qEAAoB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACTA,QAAQ,mBAAO,CAAC,uEAAqB;AACrC,aAAa,mBAAO,CAAC,qFAA4B;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACRa;AACb,QAAQ,mBAAO,CAAC,uEAAqB;AACrC,iBAAiB,mBAAO,CAAC,iFAA0B;AACnD,6BAA6B,mBAAO,CAAC,+FAAiC;AACtE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACXA;AACA;AACA;AACA;AACA;;AAEgC;AAczB,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAAC,IAAA;EAAA,IAAMC,MAAM,GAAAD,IAAA,CAANC,MAAM;EAAA,OAC3C,GAAG,CAACC,IAAI,CAACD,MAAM,IAAI,EAAE,CAAC;AAAA;AAEhB,SAASE,eAAeA,CAACC,MAA+B,EAAQ;EAAA,IAAAC,qBAAA;EACtE;EACA,IAAMC,OAAiB,GAAG,EAAE;EAC5BC,QAAQ,CAACC,IAAI,CAACC,SAAS,CAACC,OAAO,CAAC,UAACC,IAAI,EAAK;IACzC,IAAIA,IAAI,CAACC,UAAU,CAAC,gBAAgB,CAAC,EAAE;MACtCN,OAAO,CAACO,IAAI,CAACF,IAAI,CAAC;IACnB;EACD,CAAC,CAAC;EACF,CAAAN,qBAAA,GAAAE,QAAQ,CAACC,IAAI,CAACC,SAAS,EAACK,MAAM,CAAAC,KAAA,CAAAV,qBAAA,EAAIC,OAAO,CAAC;EAC1C,IAAIF,MAAM,EAAE;IACXG,QAAQ,CAACC,IAAI,CAACC,SAAS,CAACO,GAAG,kBAAAC,MAAA,CAAkBb,MAAM,EAAG;EACvD;AACD;AAEO,SAASc,yBAAyBA,CACxCC,OAAoB,EACpBC,GAA0B,EAC1BC,KAAyB,EAClB;EACP;EACAF,OAAO,CAACG,KAAK,CAACF,GAAG,CAAC,GAAGC,KAAK,KAAKE,SAAS,MAAAN,MAAA,CAAMI,KAAK,UAAO,EAAE;AAC7D;AAEO,SAASG,eAAeA,CAACC,KAAmC,EAAQ;EAC1EA,KAAK,CAACD,eAAe,EAAE;AACxB;AAEO,SAASE,uBAAuBA,CACtCC,WAAiB,EAC4B;EAC7C,OAAOC,MAA+B,GACnCD,CAAW,GACX7B,8CAAM,CACN6B,WAAW,EACX,UAACI,WAAW,EAAEV,KAAK,EAAED,GAAG,EAAK;IAC5BW,WAAW,CAACX,GAAG,CAAe,GAAGG,SAAS;IAC1C,OAAOQ,WAAW;EACnB,CAAC,EACD,CAAC,CAAC,CACD;AACL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC/DA;AACA;AACA;AACA;AACA;;AAkBqD;AAErD,IAAMC,OAAO,GAAG,IAAI;AACpB,IAAMC,SAAS,GAAG,WAAW;AAC7B,IAAMC,YAAY,GAAG,MAAM;AAE3B,IAAMC,OAAgB,GAAG,CAAC,CAAC;AAC3B,IAAMC,KAAY,GAAG,CAAC,CAAC;AACvB,IAAMC,QAAkB,GAAG,CAAC,CAAC;AAE7B,IAAMC,IAAI,GAAG,SAAPA,IAAIA,CAAAtC,IAAA;EAAA,IAEHuC,EAAE,GAAAvC,IAAA,CAARwC,IAAI;IAEIC,EAAE,GAAAzC,IAAA,CAAV0C,MAAM;IAEEC,EAAE,GAAA3C,IAAA,CAAV4C,MAAM;IACHC,GAAG,GAAAC,0FAAA,CAAA9C,IAAA,EAAA+C,SAAA;EAAA,OACyCF,GAAG;AAAA;AAEnD,IAAMG,KAAK,GAAG,SAARA,KAAKA,CAAIC,CAAa,EAAEC,EAAU;EAAA,OAAcD,CAAC,CAACC,EAAE,CAACC,KAAK,CAAC,GAAG,CAAC,CAACC,QAAQ,CAACF,EAAE,CAAC;AAAA;AAClF,IAAMG,SAAS,GAAG,SAAZA,SAASA,CAAIJ,CAAa,EAAEK,CAAU;EAAA,OAAkB;IAC7DJ,EAAE,EAAED,CAAC,CAACC,EAAE;IACRK,IAAI,EAAEN,CAAC,CAACM,IAAI;IACZC,IAAI,EAAEP,CAAC,CAACO,IAAI;IACZC,aAAa,EAAER,CAAC,CAACQ,aAAa;IAC9BC,CAAC,EAAET,CAAC,CAACS,CAAC;IACNC,KAAK,EAAEV,CAAC,CAACU,KAAK;IACdC,OAAO,EAAE7D,kEAAmB,CAAC;MAAEE,MAAM,EAAEgD,CAAC,CAACA;IAAE,CAAC,CAAC;IAC7CA,CAAC,EAAEA,CAAC,CAACA,CAAC;IACNY,KAAK,EAAEZ,CAAC,CAACY,KAAK,KAAIP,CAAC,aAADA,CAAC,uBAADA,CAAC,CAAEO,KAAK;IAC1BC,GAAG,EAAEb,CAAC,CAACa,GAAG;IACVC,CAAC,EAAEd,CAAC,CAACc,CAAC;IACNC,GAAG,EAAEf,CAAC,CAACe,GAAG;IACVC,IAAI,EAAEhB,CAAC,CAACgB,IAAI;IACZC,GAAG,EAAEjB,CAAC,CAACiB,GAAG;IACVC,EAAE,EAAElB,CAAC,CAACkB,EAAE;IACRC,EAAE,EAAEnB,CAAC,CAACmB,EAAE;IACRC,CAAC,EAAEpB,CAAC,CAACoB,CAAC;IACNC,GAAG,EAAErB,CAAC,CAACqB,GAAG;IACVC,CAAC,EAAEtB,CAAC,CAACsB,CAAC;IACNC,IAAI,EAAEvB,CAAC,CAACuB,IAAI;IACZC,MAAM,EAAExB,CAAC,CAACwB,MAAM;IAChBC,GAAG,EAAEzB,CAAC,CAACyB,GAAG;IACVC,kBAAkB,EAAE,CAAC,CAAC1B,CAAC,CAAC0B,kBAAkB;IAC1CC,kBAAkB,EAAE3B,CAAC,CAAC2B,kBAAkB;IACxCC,IAAI,EAAE5B,CAAC,CAAC4B,IAAI;IACZC,SAAS,EAAE,CAAC,CAAC7B,CAAC,CAAC6B,SAAS;IACxBC,IAAI,EAAE9B,CAAC,CAAC8B,IAAI;IACZC,SAAS,EAAE,CAAC,CAAC/B,CAAC,CAAC+B,SAAS;IACxBC,IAAI,EAAEhC,CAAC,CAACgC,IAAI;IACZC,GAAG,EAAEjC,CAAC,CAACiC,GAAG;IACVC,eAAe,EAAElC,CAAC,CAACkC;EACpB,CAAC;AAAA,CAAC;AAEF,IAAMC,eAAe,GAAG,SAAlBA,eAAeA,CAAIb,CAAmB;EAAA,OAAAc,aAAA,CAAAA,aAAA,KACxChC,SAAS,CAACkB,CAAC,CAAC;IACfe,KAAK,EAAEf,CAAC,CAACe,KAAK;IACdC,MAAM,EAAEhB,CAAC,CAACgB,MAAM;IAChBC,KAAK,EAAEjB,CAAC,CAACiB;EAAK;AAAA,CACb;AAEF,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAI/B,CAAW,EAAEJ,CAAU;EAAA,OAAA+B,aAAA,CAAAA,aAAA,KAC1ChC,SAAS,CAACK,CAAC,EAAEJ,CAAC,CAAC;IAClBoC,KAAK,EAAEhC,CAAC,CAACgC,KAAK;IACdC,GAAG,EAAEjC,CAAC,CAACiC,GAAG;IACVC,GAAG,EAAElC,CAAC,CAACkC,GAAG;IACVC,KAAK,EAAEnC,CAAC,CAACmC,KAAK;IACdC,KAAK,EAAEpC,CAAC,CAACoC,KAAK;IACdC,QAAQ,EAAE,CAAC,CAACrC,CAAC,CAACqC,QAAQ;IACtBC,MAAM,EAAE,CAAC,CAACtC,CAAC,CAACsC;EAAM;AAAA,CACjB;AAEF,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAIC,UAA4B,EAAEC,MAAc,EAAW;EAC7E,IAAMvD,MAAM,GAAAyC,aAAA,CAAAA,aAAA,KACRD,eAAe,CAACc,UAAU,CAAC;IAC9BC,MAAM,EAANA,MAAM;IACNC,MAAM,EAAED,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAEC;EAAM,EACtB;EACD/D,QAAQ,CAACO,MAAM,CAACM,EAAE,CAAC,GAAGN,MAAM;AAC7B,CAAC;AAED,IAAMyD,WAAW,GAAG,SAAdA,WAAWA,CAAIC,QAAkB,EAAEC,KAAa,EAAEJ,MAAe,EAAiB;EAAA,IAAAK,gBAAA,EAAAC,cAAA,EAAAC,gBAAA;EACvF,IAAMlE,IAAI,GAAA6C,aAAA,CAAAA,aAAA,KACNI,aAAa,CAACa,QAAQ,EAAEH,MAAM,CAAC;IAClCC,MAAM,EAAE,IAAI;IACZO,QAAQ,EAAE,EAAE;IACZR,MAAM,EAANA,MAAM;IACNI,KAAK,EAALA;EAAK,EACS;EACf;EACApE,OAAO,CAACmE,QAAQ,CAACpD,EAAE,CAAC,GAAGV,IAAI;EAC3B,IAAIA,IAAI,CAACsD,KAAK,KAAK7D,SAAS,EAAE;IAAA,IAAA2E,WAAA;IAC7BxE,KAAK,EAAAwE,WAAA,GAACpE,IAAI,CAACkD,KAAK,cAAAkB,WAAA,cAAAA,WAAA,GAAI,SAAS,CAAC,GAAGpE,IAAI;EACtC;EACA8D,QAAQ,aAARA,QAAQ,wBAAAE,gBAAA,GAARF,QAAQ,CAAE5D,MAAM,cAAA8D,gBAAA,uBAAhBA,gBAAA,CAAkB9F,OAAO,CAAC,UAACuC,CAAC,EAAK;IAChC,IAAI,CAACD,KAAK,CAACC,CAAC,EAAEjB,OAAO,CAAC,EAAE;MACvB;MACA,IAAM6E,KAAK,GAAGC,aAAa,CAAC7D,CAAC,EAAEsD,KAAK,GAAG,CAAC,EAAE/D,IAAI,CAAC;MAC/CA,IAAI,CAACmE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC1B;EACD,CAAC,CAAC;EACFP,QAAQ,aAARA,QAAQ,wBAAAG,cAAA,GAARH,QAAQ,CAAE9D,IAAI,cAAAiE,cAAA,uBAAdA,cAAA,CAAgB/F,OAAO,CAAC,UAACgD,CAAC,EAAK;IAC9B,IAAI,CAACV,KAAK,CAACU,CAAC,EAAE1B,OAAO,CAAC,EAAE;MACvB,IAAM6E,KAAK,GAAGR,WAAW,CAAC3C,CAAC,EAAE6C,KAAK,GAAG,CAAC,EAAE/D,IAAI,CAAC;MAC7CA,IAAI,CAACmE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC1B;EACD,CAAC,CAAC;EACFP,QAAQ,aAARA,QAAQ,wBAAAI,gBAAA,GAARJ,QAAQ,CAAE1D,MAAM,cAAA8D,gBAAA,uBAAhBA,gBAAA,CAAkBhG,OAAO,CAAC,UAAC6D,CAAC,EAAK;IAChC0B,aAAa,CAAC1B,CAAC,EAAE/B,IAAI,CAAC;EACvB,CAAC,CAAC;EAEF,OAAOA,IAAI;AACZ,CAAC;AAED,IAAMsE,aAAa,GAAG,SAAhBA,aAAaA,CAAIC,UAAsB,EAAER,KAAa,EAAEJ,MAAe,EAAiB;EAAA,IAAAa,kBAAA,EAAAC,gBAAA,EAAAC,kBAAA;EAC7F,IAAMxE,MAAkB,GAAA2C,aAAA,CAAAA,aAAA,KACpBhC,SAAS,CAAC0D,UAAU,EAAEZ,MAAM,CAAC;IAChCC,MAAM,EAAE,KAAK;IACbO,QAAQ,EAAE,EAAE;IACZR,MAAM,EAANA,MAAM;IACNI,KAAK,EAALA;EAAK,EACL;EACDpE,OAAO,CAAC4E,UAAU,CAAC7D,EAAE,CAAC,GAAGR,MAAM;EAC/B,IAAIA,MAAM,CAACc,IAAI,KAAKvB,SAAS,EAAE;IAC9BG,KAAK,CAACF,YAAY,CAAC,GAAGQ,MAAM;EAC7B;EACAqE,UAAU,aAAVA,UAAU,wBAAAC,kBAAA,GAAVD,UAAU,CAAErE,MAAM,cAAAsE,kBAAA,uBAAlBA,kBAAA,CAAoBtG,OAAO,CAAC,UAACuC,CAAC,EAAK;IAClC,IAAI,CAACD,KAAK,CAACC,CAAC,EAAEjB,OAAO,CAAC,EAAE;MACvB,IAAM6E,KAAK,GAAGC,aAAa,CAAC7D,CAAC,EAAEsD,KAAK,GAAG,CAAC,EAAE7D,MAAM,CAAC;MACjDA,MAAM,CAACiE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC5B;EACD,CAAC,CAAC;EACFE,UAAU,aAAVA,UAAU,wBAAAE,gBAAA,GAAVF,UAAU,CAAEvE,IAAI,cAAAyE,gBAAA,uBAAhBA,gBAAA,CAAkBvG,OAAO,CAAC,UAACgD,CAAC,EAAK;IAChC,IAAI,CAACV,KAAK,CAACU,CAAC,EAAE1B,OAAO,CAAC,EAAE;MACvB,IAAM6E,KAAK,GAAGR,WAAW,CAAC3C,CAAC,EAAE6C,KAAK,GAAG,CAAC,EAAE7D,MAAM,CAAC;MAC/CA,MAAM,CAACiE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC5B;EACD,CAAC,CAAC;EACFE,UAAU,aAAVA,UAAU,wBAAAG,kBAAA,GAAVH,UAAU,CAAEnE,MAAM,cAAAsE,kBAAA,uBAAlBA,kBAAA,CAAoBxG,OAAO,CAAC,UAAC6D,CAAC,EAAK;IAClC0B,aAAa,CAAC1B,CAAC,EAAE7B,MAAM,CAAC;EACzB,CAAC,CAAC;EACF,OAAOA,MAAM;AACd,CAAC;AAED,IAAMyE,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAIC,WAA8B;EAAA,OAC1DN,aAAa,CAACM,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAAA;AAE1B,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAIC,OAA0B;EAAA,OAC7DA,OAAO,CAAC5G,OAAO,CAAC,UAAC6G,GAAe,EAAK;IACpC,IAAIA,GAAG,CAACrE,EAAE,IAAIqE,GAAG,CAAC7D,CAAC,EAAE;MACpB,IAAMyC,MAAM,GAAGhE,OAAO,CAACoF,GAAG,CAAC7D,CAAC,CAAC;MAC7B,IAAMhB,MAAkB,GAAA2C,aAAA,CAAAA,aAAA,KACpBhC,SAAS,CAACkE,GAAG,EAAEpB,MAAM,CAAC;QACzBC,MAAM,EAAE,KAAK;QACbO,QAAQ,EAAE,EAAE;QACZR,MAAM,EAANA,MAAM;QACNI,KAAK,EAAEJ,MAAM,aAANA,MAAM,eAANA,MAAM,CAAEI,KAAK,GAAGJ,MAAM,CAACI,KAAK,GAAG,CAAC,GAAG;MAAC,EAC3C;MACDpE,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,GAAGR,MAAM;MACxByD,MAAM,CAACQ,QAAQ,CAAC9F,IAAI,CAAC6B,MAAM,CAAC;IAC7B;EACD,CAAC,CAAC;AAAA;AACI,IAAM8E,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAIF,OAAwB;EAAA,OACzDA,OAAO,CAAC5G,OAAO,CAAC,UAAC6G,GAAa,EAAK;IAClC,IAAIA,GAAG,CAACrE,EAAE,IAAIqE,GAAG,CAAC7D,CAAC,EAAE;MACpB,IAAMyC,MAAM,GAAGhE,OAAO,CAACoF,GAAG,CAAC7D,CAAC,CAAC;MAC7B,IAAMhB,MAAkB,GAAA2C,aAAA,CAAAA,aAAA,KACpBI,aAAa,CAAC8B,GAAG,EAAEpB,MAAM,CAAC;QAC7BC,MAAM,EAAE,IAAI;QACZO,QAAQ,EAAE,EAAE;QACZR,MAAM,EAANA,MAAM;QACNI,KAAK,EAAEJ,MAAM,aAANA,MAAM,eAANA,MAAM,CAAEI,KAAK,GAAGJ,MAAM,CAACI,KAAK,GAAG,CAAC,GAAG;MAAC,EAC3C;MACDpE,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,GAAGR,MAAM;MACxByD,MAAM,CAACQ,QAAQ,CAAC9F,IAAI,CAAC6B,MAAM,CAAC;IAC7B;EACD,CAAC,CAAC;AAAA;AACI,IAAM+E,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAAIC,QAAoC;EAAA,OACxEA,QAAQ,CAAChH,OAAO,CAAC,UAAC6G,GAAwB,EAAW;IACpD,IAAIA,GAAG,CAACrE,EAAE,EAAE;MACX,IAAMR,MAAM,GAAGP,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC;MAC9B,IAAIR,MAAM,EAAE;QACXiF,MAAM,CAACC,MAAM,CAAClF,MAAM,EAAEJ,IAAI,CAACiF,GAAG,CAAC,CAAC;QAChC,IAAI,OAAOA,GAAG,CAACtE,CAAC,KAAK,WAAW,EAAE;UACjCP,MAAM,CAACkB,OAAO,GAAG7D,kEAAmB,CAAC;YAAEE,MAAM,EAAEsH,GAAG,CAACtE;UAAE,CAAC,CAAC;QACxD;QACA,IAAIsE,GAAG,CAAC7D,CAAC,EAAE;UACV,IAAMmE,SAAS,GAAG1F,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,CAACiD,MAAM;UACxC,IAAM2B,SAAS,GAAG3F,OAAO,CAACoF,GAAG,CAAC7D,CAAC,CAAC;UAChC,IAAImE,SAAS,EAAE;YACdA,SAAS,CAAClB,QAAQ,GAAGkB,SAAS,CAAClB,QAAQ,CAACoB,MAAM,CAAC,UAAC9E,CAAC;cAAA,OAAKA,CAAC,CAACC,EAAE,KAAKqE,GAAG,CAACrE,EAAE;YAAA,EAAC;YACtE4E,SAAS,CAACnB,QAAQ,CAAC9F,IAAI,CAAC6B,MAAM,CAAC;UAChC;UACAA,MAAM,CAACyD,MAAM,GAAG2B,SAAS;QAC1B;QACA3F,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,GAAGR,MAAM;MACzB;IACD;EACD,CAAC,CAAC;AAAA;AACI,IAAMsF,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAIC,OAAiB;EAAA,OACpDA,OAAO,CAACvH,OAAO,CAAC,UAAC6G,GAAG,EAAK;IACxB,IAAM7E,MAAM,GAAGP,OAAO,CAACoF,GAAG,CAAC;IAC3B,IAAI7E,MAAM,EAAE;MACX,IAAIA,MAAM,CAACyD,MAAM,EAAE;QAClBzD,MAAM,CAACyD,MAAM,CAACQ,QAAQ,GAAGjE,MAAM,CAACyD,MAAM,CAACQ,QAAQ,CAACoB,MAAM,CAAC,UAAC9E,CAAC;UAAA,OAAKA,CAAC,CAACC,EAAE,KAAKqE,GAAG;QAAA,EAAC;MAC5E;MACA,OAAOpF,OAAO,CAACoF,GAAG,CAAC;MACnB,OAAOnF,KAAK,CAACmF,GAAG,CAAC;MACjB,OAAOlF,QAAQ,CAACkF,GAAG,CAAC;IACrB;EACD,CAAC,CAAC;AAAA;AACI,IAAMW,kBAAkB,GAAG,SAArBA,kBAAkBA,CAAIC,MAAkB,EAAW;EAAA,IAAAC,qBAAA,EAAAC,eAAA,EAAAC,oBAAA,EAAAC,gBAAA,EAAAC,KAAA,EAAAC,qBAAA,EAAAC,gBAAA,EAAAC,iBAAA,EAAAC,eAAA;EAC/DvB,mBAAmB,EAAAe,qBAAA,IAAAC,eAAA,GAACF,MAAM,CAACb,OAAO,cAAAe,eAAA,uBAAdA,eAAA,CAAgB3F,MAAM,cAAA0F,qBAAA,cAAAA,qBAAA,GAAI,EAAE,CAAC;EACjDZ,iBAAiB,EAAAc,oBAAA,IAAAC,gBAAA,GAACJ,MAAM,CAACb,OAAO,cAAAiB,gBAAA,uBAAdA,gBAAA,CAAgB/F,IAAI,cAAA8F,oBAAA,cAAAA,oBAAA,GAAI,EAAE,CAAC;EAC7Cb,oBAAoB,EAAAe,KAAA,IAAAC,qBAAA,IAAAC,gBAAA,GAACP,MAAM,CAACT,QAAQ,cAAAgB,gBAAA,uBAAfA,gBAAA,CAAiBhG,MAAM,cAAA+F,qBAAA,cAAAA,qBAAA,IAAAE,iBAAA,GAAIR,MAAM,CAACT,QAAQ,cAAAiB,iBAAA,uBAAfA,iBAAA,CAAiBnG,IAAI,cAAAgG,KAAA,cAAAA,KAAA,GAAI,EAAE,CAAC;EAC5ER,mBAAmB,EAAAY,eAAA,GAACT,MAAM,CAACF,OAAO,cAAAW,eAAA,cAAAA,eAAA,GAAI,EAAE,CAAC;AAC1C,CAAC;AACDC,SAAS,GAAG,SAAAA,UAAAC,KAAA,EAAmC;EAAA,IAAhCC,IAAI,GAAAD,KAAA,CAAJC,IAAI;EAClB,IAAIA,IAAI,CAACC,EAAE,KAAK,SAAS,IAAID,IAAI,CAACrG,MAAM,EAAE;IACzCyE,mBAAmB,CAAC4B,IAAI,CAACrG,MAAM,CAAC;EACjC;EACA,IAAIqG,IAAI,CAACC,EAAE,KAAK,QAAQ,EAAE;IACzBd,kBAAkB,CAACa,IAAI,CAACZ,MAAM,CAAC;EAChC;EACAc,WAAW,CAAC;IAAE9G,OAAO,EAAPA,OAAO;IAAEC,KAAK,EAALA,KAAK;IAAEC,QAAQ,EAARA;EAAS,CAAC,CAAC;AAC1C,CAAC;;;;;;UCxPD;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;;;;WCrCA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;;;;;WCRA;WACA;WACA;WACA,8BAA8B,sVAAsV;WACpX;;;;;WCJA;WACA;WACA;WACA;WACA;;;;;WCJA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC;;;;;WCPD;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;WACA;WACA;WACA;WACA;;;;;WCJA;;;;;WCAA;;WAEA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,aAAa;WACb;WACA;WACA;WACA;;WAEA;WACA;WACA;;WAEA;;WAEA;;;;;WCpCA;WACA;WACA;WACA;;;;;UEHA;UACA","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/node module decorator","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 */\nimport React, { CSSProperties } from 'react';\nimport { reduce } from 'lodash';\n\nexport type ElementPosition = {\n\ttop: number;\n\tleft: number;\n};\n\nexport type ElementSize = {\n\twidth: number;\n\theight: number;\n};\n\nexport type SizeAndPosition = ElementPosition & ElementSize;\n\nexport const testFolderIsChecked = ({ string }: { string: string | undefined }): boolean =>\n\t/#/.test(string || '');\n\nexport function setGlobalCursor(cursor: CSSProperties['cursor']): void {\n\t// remove previously set cursor\n\tconst cursors: string[] = [];\n\tdocument.body.classList.forEach((item) => {\n\t\tif (item.startsWith('global-cursor-')) {\n\t\t\tcursors.push(item);\n\t\t}\n\t});\n\tdocument.body.classList.remove(...cursors);\n\tif (cursor) {\n\t\tdocument.body.classList.add(`global-cursor-${cursor}`);\n\t}\n}\n\nexport function setElementSizeAndPosition(\n\telement: HTMLElement,\n\tkey: keyof SizeAndPosition,\n\tvalue: number | undefined\n): void {\n\t// eslint-disable-next-line no-param-reassign\n\telement.style[key] = value !== undefined ? `${value}px` : '';\n}\n\nexport function stopPropagation(event: Event | React.SyntheticEvent): void {\n\tevent.stopPropagation();\n}\n\nexport function createExportForTestOnly<TObj extends Record<string, unknown>>(\n\tobjToExport: TObj\n): { [K in keyof TObj]: TObj[K] | undefined } {\n\treturn process.env.NODE_ENV === 'test'\n\t\t? objToExport\n\t\t: reduce(\n\t\t\t\tobjToExport,\n\t\t\t\t(accumulator, value, key) => {\n\t\t\t\t\taccumulator[key as keyof TObj] = undefined;\n\t\t\t\t\treturn accumulator;\n\t\t\t\t},\n\t\t\t\t{} as Record<keyof TObj, undefined>\n\t\t );\n}\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\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\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_object-assign_js-node_modules_core-js_modules_es_array-148a74\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\"], () => (__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\":\"0030d459\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-148a74\":\"d011a71e\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\":\"3087c735\"}[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__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.p = \"/static/iris/carbonio-shell-ui/6fdef8a38aab06d06b3244bb2e13f43c37573ec5/\";","// 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_object-assign_js-node_modules_core-js_modules_es_array-148a74\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\"].map(__webpack_require__.e, __webpack_require__)).then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":["reduce","testFolderIsChecked","_ref","string","test","setGlobalCursor","cursor","_document$body$classL","cursors","document","body","classList","forEach","item","startsWith","push","remove","apply","add","concat","setElementSizeAndPosition","element","key","value","style","undefined","stopPropagation","event","createExportForTestOnly","objToExport","process","env","NODE_ENV","accumulator","IM_LOGS","ROOT_NAME","DEFAULT_ROOT","folders","roots","searches","omit","_1","link","_2","folder","_3","search","obj","_objectWithoutProperties","_excluded","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","_objectSpread","query","sortBy","types","normalizeLink","owner","zid","rid","ruuid","oname","reminder","broken","processSearch","soapSearch","parent","isLink","processLink","soapLink","depth","_soapLink$folder","_soapLink$link","_soapLink$search","children","_link$owner","child","processFolder","soapFolder","_soapFolder$folder","_soapFolder$link","_soapFolder$search","handleFolderRefresh","soapFolders","handleFolderCreated","created","val","handleLinkCreated","handleFolderModified","modified","Object","assign","oldParent","newParent","filter","handleFolderDeleted","deleted","handleFolderNotify","notify","_notify$created$folde","_notify$created","_notify$created$link","_notify$created2","_ref2","_notify$modified$fold","_notify$modified","_notify$modified2","_notify$deleted","onmessage","_ref3","data","op","postMessage"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.221ea47e.chunk.js","mappings":";;;;;;;;;AAAA,sBAAsB,mBAAO,CAAC,6FAAgC;AAC9D,aAAa,mBAAO,CAAC,qFAA4B;AACjD,qBAAqB,gIAAgD;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnBA,kBAAkB,mBAAO,CAAC,qGAAoC;AAC9D,6BAA6B,mBAAO,CAAC,2GAAuC;AAC5E,eAAe,mBAAO,CAAC,6EAAwB;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACdA,YAAY,mBAAO,CAAC,qEAAoB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACTA,QAAQ,mBAAO,CAAC,uEAAqB;AACrC,aAAa,mBAAO,CAAC,qFAA4B;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACRa;AACb,QAAQ,mBAAO,CAAC,uEAAqB;AACrC,iBAAiB,mBAAO,CAAC,iFAA0B;AACnD,6BAA6B,mBAAO,CAAC,+FAAiC;AACtE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACXA;AACA;AACA;AACA;AACA;;AAEgC;AAczB,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAAC,IAAA;EAAA,IAAMC,MAAM,GAAAD,IAAA,CAANC,MAAM;EAAA,OAC3C,GAAG,CAACC,IAAI,CAACD,MAAM,IAAI,EAAE,CAAC;AAAA;AAEhB,SAASE,eAAeA,CAACC,MAA+B,EAAQ;EAAA,IAAAC,qBAAA;EACtE;EACA,IAAMC,OAAiB,GAAG,EAAE;EAC5BC,QAAQ,CAACC,IAAI,CAACC,SAAS,CAACC,OAAO,CAAC,UAACC,IAAI,EAAK;IACzC,IAAIA,IAAI,CAACC,UAAU,CAAC,gBAAgB,CAAC,EAAE;MACtCN,OAAO,CAACO,IAAI,CAACF,IAAI,CAAC;IACnB;EACD,CAAC,CAAC;EACF,CAAAN,qBAAA,GAAAE,QAAQ,CAACC,IAAI,CAACC,SAAS,EAACK,MAAM,CAAAC,KAAA,CAAAV,qBAAA,EAAIC,OAAO,CAAC;EAC1C,IAAIF,MAAM,EAAE;IACXG,QAAQ,CAACC,IAAI,CAACC,SAAS,CAACO,GAAG,kBAAAC,MAAA,CAAkBb,MAAM,EAAG;EACvD;AACD;AAEO,SAASc,yBAAyBA,CACxCC,OAAoB,EACpBC,GAA0B,EAC1BC,KAAyB,EAClB;EACP;EACAF,OAAO,CAACG,KAAK,CAACF,GAAG,CAAC,GAAGC,KAAK,KAAKE,SAAS,MAAAN,MAAA,CAAMI,KAAK,UAAO,EAAE;AAC7D;AAEO,SAASG,eAAeA,CAACC,KAAmC,EAAQ;EAC1EA,KAAK,CAACD,eAAe,EAAE;AACxB;AAEO,SAASE,uBAAuBA,CACtCC,WAAiB,EAC4B;EAC7C,OAAOC,MAA+B,GACnCD,CAAW,GACX7B,8CAAM,CACN6B,WAAW,EACX,UAACI,WAAW,EAAEV,KAAK,EAAED,GAAG,EAAK;IAC5BW,WAAW,CAACX,GAAG,CAAe,GAAGG,SAAS;IAC1C,OAAOQ,WAAW;EACnB,CAAC,EACD,CAAC,CAAC,CACD;AACL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC/DA;AACA;AACA;AACA;AACA;;AAkBqD;AAErD,IAAMC,OAAO,GAAG,IAAI;AACpB,IAAMC,SAAS,GAAG,WAAW;AAC7B,IAAMC,YAAY,GAAG,MAAM;AAE3B,IAAMC,OAAgB,GAAG,CAAC,CAAC;AAC3B,IAAMC,KAAY,GAAG,CAAC,CAAC;AACvB,IAAMC,QAAkB,GAAG,CAAC,CAAC;AAE7B,IAAMC,IAAI,GAAG,SAAPA,IAAIA,CAAAtC,IAAA;EAAA,IAEHuC,EAAE,GAAAvC,IAAA,CAARwC,IAAI;IAEIC,EAAE,GAAAzC,IAAA,CAAV0C,MAAM;IAEEC,EAAE,GAAA3C,IAAA,CAAV4C,MAAM;IACHC,GAAG,GAAAC,0FAAA,CAAA9C,IAAA,EAAA+C,SAAA;EAAA,OACyCF,GAAG;AAAA;AAEnD,IAAMG,KAAK,GAAG,SAARA,KAAKA,CAAIC,CAAa,EAAEC,EAAU;EAAA,OAAcD,CAAC,CAACC,EAAE,CAACC,KAAK,CAAC,GAAG,CAAC,CAACC,QAAQ,CAACF,EAAE,CAAC;AAAA;AAClF,IAAMG,SAAS,GAAG,SAAZA,SAASA,CAAIJ,CAAa,EAAEK,CAAU;EAAA,OAAkB;IAC7DJ,EAAE,EAAED,CAAC,CAACC,EAAE;IACRK,IAAI,EAAEN,CAAC,CAACM,IAAI;IACZC,IAAI,EAAEP,CAAC,CAACO,IAAI;IACZC,aAAa,EAAER,CAAC,CAACQ,aAAa;IAC9BC,CAAC,EAAET,CAAC,CAACS,CAAC;IACNC,KAAK,EAAEV,CAAC,CAACU,KAAK;IACdC,OAAO,EAAE7D,kEAAmB,CAAC;MAAEE,MAAM,EAAEgD,CAAC,CAACA;IAAE,CAAC,CAAC;IAC7CA,CAAC,EAAEA,CAAC,CAACA,CAAC;IACNY,KAAK,EAAEZ,CAAC,CAACY,KAAK,KAAIP,CAAC,aAADA,CAAC,uBAADA,CAAC,CAAEO,KAAK;IAC1BC,GAAG,EAAEb,CAAC,CAACa,GAAG;IACVC,CAAC,EAAEd,CAAC,CAACc,CAAC;IACNC,GAAG,EAAEf,CAAC,CAACe,GAAG;IACVC,IAAI,EAAEhB,CAAC,CAACgB,IAAI;IACZC,GAAG,EAAEjB,CAAC,CAACiB,GAAG;IACVC,EAAE,EAAElB,CAAC,CAACkB,EAAE;IACRC,EAAE,EAAEnB,CAAC,CAACmB,EAAE;IACRC,CAAC,EAAEpB,CAAC,CAACoB,CAAC;IACNC,GAAG,EAAErB,CAAC,CAACqB,GAAG;IACVC,CAAC,EAAEtB,CAAC,CAACsB,CAAC;IACNC,IAAI,EAAEvB,CAAC,CAACuB,IAAI;IACZC,MAAM,EAAExB,CAAC,CAACwB,MAAM;IAChBC,GAAG,EAAEzB,CAAC,CAACyB,GAAG;IACVC,kBAAkB,EAAE,CAAC,CAAC1B,CAAC,CAAC0B,kBAAkB;IAC1CC,kBAAkB,EAAE3B,CAAC,CAAC2B,kBAAkB;IACxCC,IAAI,EAAE5B,CAAC,CAAC4B,IAAI;IACZC,SAAS,EAAE,CAAC,CAAC7B,CAAC,CAAC6B,SAAS;IACxBC,IAAI,EAAE9B,CAAC,CAAC8B,IAAI;IACZC,SAAS,EAAE,CAAC,CAAC/B,CAAC,CAAC+B,SAAS;IACxBC,IAAI,EAAEhC,CAAC,CAACgC,IAAI;IACZC,GAAG,EAAEjC,CAAC,CAACiC,GAAG;IACVC,eAAe,EAAElC,CAAC,CAACkC;EACpB,CAAC;AAAA,CAAC;AAEF,IAAMC,eAAe,GAAG,SAAlBA,eAAeA,CAAIb,CAAmB;EAAA,OAAAc,aAAA,CAAAA,aAAA,KACxChC,SAAS,CAACkB,CAAC,CAAC;IACfe,KAAK,EAAEf,CAAC,CAACe,KAAK;IACdC,MAAM,EAAEhB,CAAC,CAACgB,MAAM;IAChBC,KAAK,EAAEjB,CAAC,CAACiB;EAAK;AAAA,CACb;AAEF,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAI/B,CAAW,EAAEJ,CAAU;EAAA,OAAA+B,aAAA,CAAAA,aAAA,KAC1ChC,SAAS,CAACK,CAAC,EAAEJ,CAAC,CAAC;IAClBoC,KAAK,EAAEhC,CAAC,CAACgC,KAAK;IACdC,GAAG,EAAEjC,CAAC,CAACiC,GAAG;IACVC,GAAG,EAAElC,CAAC,CAACkC,GAAG;IACVC,KAAK,EAAEnC,CAAC,CAACmC,KAAK;IACdC,KAAK,EAAEpC,CAAC,CAACoC,KAAK;IACdC,QAAQ,EAAE,CAAC,CAACrC,CAAC,CAACqC,QAAQ;IACtBC,MAAM,EAAE,CAAC,CAACtC,CAAC,CAACsC;EAAM;AAAA,CACjB;AAEF,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAIC,UAA4B,EAAEC,MAAc,EAAW;EAC7E,IAAMvD,MAAM,GAAAyC,aAAA,CAAAA,aAAA,KACRD,eAAe,CAACc,UAAU,CAAC;IAC9BC,MAAM,EAANA,MAAM;IACNC,MAAM,EAAED,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAEC;EAAM,EACtB;EACD/D,QAAQ,CAACO,MAAM,CAACM,EAAE,CAAC,GAAGN,MAAM;AAC7B,CAAC;AAED,IAAMyD,WAAW,GAAG,SAAdA,WAAWA,CAAIC,QAAkB,EAAEC,KAAa,EAAEJ,MAAe,EAAiB;EAAA,IAAAK,gBAAA,EAAAC,cAAA,EAAAC,gBAAA;EACvF,IAAMlE,IAAI,GAAA6C,aAAA,CAAAA,aAAA,KACNI,aAAa,CAACa,QAAQ,EAAEH,MAAM,CAAC;IAClCC,MAAM,EAAE,IAAI;IACZO,QAAQ,EAAE,EAAE;IACZR,MAAM,EAANA,MAAM;IACNI,KAAK,EAALA;EAAK,EACS;EACf;EACApE,OAAO,CAACmE,QAAQ,CAACpD,EAAE,CAAC,GAAGV,IAAI;EAC3B,IAAIA,IAAI,CAACsD,KAAK,KAAK7D,SAAS,EAAE;IAAA,IAAA2E,WAAA;IAC7BxE,KAAK,EAAAwE,WAAA,GAACpE,IAAI,CAACkD,KAAK,cAAAkB,WAAA,cAAAA,WAAA,GAAI,SAAS,CAAC,GAAGpE,IAAI;EACtC;EACA8D,QAAQ,aAARA,QAAQ,wBAAAE,gBAAA,GAARF,QAAQ,CAAE5D,MAAM,cAAA8D,gBAAA,uBAAhBA,gBAAA,CAAkB9F,OAAO,CAAC,UAACuC,CAAC,EAAK;IAChC,IAAI,CAACD,KAAK,CAACC,CAAC,EAAEjB,OAAO,CAAC,EAAE;MACvB;MACA,IAAM6E,KAAK,GAAGC,aAAa,CAAC7D,CAAC,EAAEsD,KAAK,GAAG,CAAC,EAAE/D,IAAI,CAAC;MAC/CA,IAAI,CAACmE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC1B;EACD,CAAC,CAAC;EACFP,QAAQ,aAARA,QAAQ,wBAAAG,cAAA,GAARH,QAAQ,CAAE9D,IAAI,cAAAiE,cAAA,uBAAdA,cAAA,CAAgB/F,OAAO,CAAC,UAACgD,CAAC,EAAK;IAC9B,IAAI,CAACV,KAAK,CAACU,CAAC,EAAE1B,OAAO,CAAC,EAAE;MACvB,IAAM6E,KAAK,GAAGR,WAAW,CAAC3C,CAAC,EAAE6C,KAAK,GAAG,CAAC,EAAE/D,IAAI,CAAC;MAC7CA,IAAI,CAACmE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC1B;EACD,CAAC,CAAC;EACFP,QAAQ,aAARA,QAAQ,wBAAAI,gBAAA,GAARJ,QAAQ,CAAE1D,MAAM,cAAA8D,gBAAA,uBAAhBA,gBAAA,CAAkBhG,OAAO,CAAC,UAAC6D,CAAC,EAAK;IAChC0B,aAAa,CAAC1B,CAAC,EAAE/B,IAAI,CAAC;EACvB,CAAC,CAAC;EAEF,OAAOA,IAAI;AACZ,CAAC;AAED,IAAMsE,aAAa,GAAG,SAAhBA,aAAaA,CAAIC,UAAsB,EAAER,KAAa,EAAEJ,MAAe,EAAiB;EAAA,IAAAa,kBAAA,EAAAC,gBAAA,EAAAC,kBAAA;EAC7F,IAAMxE,MAAkB,GAAA2C,aAAA,CAAAA,aAAA,KACpBhC,SAAS,CAAC0D,UAAU,EAAEZ,MAAM,CAAC;IAChCC,MAAM,EAAE,KAAK;IACbO,QAAQ,EAAE,EAAE;IACZR,MAAM,EAANA,MAAM;IACNI,KAAK,EAALA;EAAK,EACL;EACDpE,OAAO,CAAC4E,UAAU,CAAC7D,EAAE,CAAC,GAAGR,MAAM;EAC/B,IAAIA,MAAM,CAACc,IAAI,KAAKvB,SAAS,EAAE;IAC9BG,KAAK,CAACF,YAAY,CAAC,GAAGQ,MAAM;EAC7B;EACAqE,UAAU,aAAVA,UAAU,wBAAAC,kBAAA,GAAVD,UAAU,CAAErE,MAAM,cAAAsE,kBAAA,uBAAlBA,kBAAA,CAAoBtG,OAAO,CAAC,UAACuC,CAAC,EAAK;IAClC,IAAI,CAACD,KAAK,CAACC,CAAC,EAAEjB,OAAO,CAAC,EAAE;MACvB,IAAM6E,KAAK,GAAGC,aAAa,CAAC7D,CAAC,EAAEsD,KAAK,GAAG,CAAC,EAAE7D,MAAM,CAAC;MACjDA,MAAM,CAACiE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC5B;EACD,CAAC,CAAC;EACFE,UAAU,aAAVA,UAAU,wBAAAE,gBAAA,GAAVF,UAAU,CAAEvE,IAAI,cAAAyE,gBAAA,uBAAhBA,gBAAA,CAAkBvG,OAAO,CAAC,UAACgD,CAAC,EAAK;IAChC,IAAI,CAACV,KAAK,CAACU,CAAC,EAAE1B,OAAO,CAAC,EAAE;MACvB,IAAM6E,KAAK,GAAGR,WAAW,CAAC3C,CAAC,EAAE6C,KAAK,GAAG,CAAC,EAAE7D,MAAM,CAAC;MAC/CA,MAAM,CAACiE,QAAQ,CAAC9F,IAAI,CAACgG,KAAK,CAAC;IAC5B;EACD,CAAC,CAAC;EACFE,UAAU,aAAVA,UAAU,wBAAAG,kBAAA,GAAVH,UAAU,CAAEnE,MAAM,cAAAsE,kBAAA,uBAAlBA,kBAAA,CAAoBxG,OAAO,CAAC,UAAC6D,CAAC,EAAK;IAClC0B,aAAa,CAAC1B,CAAC,EAAE7B,MAAM,CAAC;EACzB,CAAC,CAAC;EACF,OAAOA,MAAM;AACd,CAAC;AAED,IAAMyE,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAIC,WAA8B;EAAA,OAC1DN,aAAa,CAACM,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAAA;AAE1B,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAIC,OAA0B;EAAA,OAC7DA,OAAO,CAAC5G,OAAO,CAAC,UAAC6G,GAAe,EAAK;IACpC,IAAIA,GAAG,CAACrE,EAAE,IAAIqE,GAAG,CAAC7D,CAAC,EAAE;MACpB,IAAMyC,MAAM,GAAGhE,OAAO,CAACoF,GAAG,CAAC7D,CAAC,CAAC;MAC7B,IAAMhB,MAAkB,GAAA2C,aAAA,CAAAA,aAAA,KACpBhC,SAAS,CAACkE,GAAG,EAAEpB,MAAM,CAAC;QACzBC,MAAM,EAAE,KAAK;QACbO,QAAQ,EAAE,EAAE;QACZR,MAAM,EAANA,MAAM;QACNI,KAAK,EAAEJ,MAAM,aAANA,MAAM,eAANA,MAAM,CAAEI,KAAK,GAAGJ,MAAM,CAACI,KAAK,GAAG,CAAC,GAAG;MAAC,EAC3C;MACDpE,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,GAAGR,MAAM;MACxByD,MAAM,CAACQ,QAAQ,CAAC9F,IAAI,CAAC6B,MAAM,CAAC;IAC7B;EACD,CAAC,CAAC;AAAA;AACI,IAAM8E,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAIF,OAAwB;EAAA,OACzDA,OAAO,CAAC5G,OAAO,CAAC,UAAC6G,GAAa,EAAK;IAClC,IAAIA,GAAG,CAACrE,EAAE,IAAIqE,GAAG,CAAC7D,CAAC,EAAE;MACpB,IAAMyC,MAAM,GAAGhE,OAAO,CAACoF,GAAG,CAAC7D,CAAC,CAAC;MAC7B,IAAMhB,MAAkB,GAAA2C,aAAA,CAAAA,aAAA,KACpBI,aAAa,CAAC8B,GAAG,EAAEpB,MAAM,CAAC;QAC7BC,MAAM,EAAE,IAAI;QACZO,QAAQ,EAAE,EAAE;QACZR,MAAM,EAANA,MAAM;QACNI,KAAK,EAAEJ,MAAM,aAANA,MAAM,eAANA,MAAM,CAAEI,KAAK,GAAGJ,MAAM,CAACI,KAAK,GAAG,CAAC,GAAG;MAAC,EAC3C;MACDpE,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,GAAGR,MAAM;MACxByD,MAAM,CAACQ,QAAQ,CAAC9F,IAAI,CAAC6B,MAAM,CAAC;IAC7B;EACD,CAAC,CAAC;AAAA;AACI,IAAM+E,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAAIC,QAAoC;EAAA,OACxEA,QAAQ,CAAChH,OAAO,CAAC,UAAC6G,GAAwB,EAAW;IACpD,IAAIA,GAAG,CAACrE,EAAE,EAAE;MACX,IAAMR,MAAM,GAAGP,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC;MAC9B,IAAIR,MAAM,EAAE;QACXiF,MAAM,CAACC,MAAM,CAAClF,MAAM,EAAEJ,IAAI,CAACiF,GAAG,CAAC,CAAC;QAChC,IAAI,OAAOA,GAAG,CAACtE,CAAC,KAAK,WAAW,EAAE;UACjCP,MAAM,CAACkB,OAAO,GAAG7D,kEAAmB,CAAC;YAAEE,MAAM,EAAEsH,GAAG,CAACtE;UAAE,CAAC,CAAC;QACxD;QACA,IAAIsE,GAAG,CAAC7D,CAAC,EAAE;UACV,IAAMmE,SAAS,GAAG1F,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,CAACiD,MAAM;UACxC,IAAM2B,SAAS,GAAG3F,OAAO,CAACoF,GAAG,CAAC7D,CAAC,CAAC;UAChC,IAAImE,SAAS,EAAE;YACdA,SAAS,CAAClB,QAAQ,GAAGkB,SAAS,CAAClB,QAAQ,CAACoB,MAAM,CAAC,UAAC9E,CAAC;cAAA,OAAKA,CAAC,CAACC,EAAE,KAAKqE,GAAG,CAACrE,EAAE;YAAA,EAAC;YACtE4E,SAAS,CAACnB,QAAQ,CAAC9F,IAAI,CAAC6B,MAAM,CAAC;UAChC;UACAA,MAAM,CAACyD,MAAM,GAAG2B,SAAS;QAC1B;QACA3F,OAAO,CAACoF,GAAG,CAACrE,EAAE,CAAC,GAAGR,MAAM;MACzB;IACD;EACD,CAAC,CAAC;AAAA;AACI,IAAMsF,mBAAmB,GAAG,SAAtBA,mBAAmBA,CAAIC,OAAiB;EAAA,OACpDA,OAAO,CAACvH,OAAO,CAAC,UAAC6G,GAAG,EAAK;IACxB,IAAM7E,MAAM,GAAGP,OAAO,CAACoF,GAAG,CAAC;IAC3B,IAAI7E,MAAM,EAAE;MACX,IAAIA,MAAM,CAACyD,MAAM,EAAE;QAClBzD,MAAM,CAACyD,MAAM,CAACQ,QAAQ,GAAGjE,MAAM,CAACyD,MAAM,CAACQ,QAAQ,CAACoB,MAAM,CAAC,UAAC9E,CAAC;UAAA,OAAKA,CAAC,CAACC,EAAE,KAAKqE,GAAG;QAAA,EAAC;MAC5E;MACA,OAAOpF,OAAO,CAACoF,GAAG,CAAC;MACnB,OAAOnF,KAAK,CAACmF,GAAG,CAAC;MACjB,OAAOlF,QAAQ,CAACkF,GAAG,CAAC;IACrB;EACD,CAAC,CAAC;AAAA;AACI,IAAMW,kBAAkB,GAAG,SAArBA,kBAAkBA,CAAIC,MAAkB,EAAW;EAAA,IAAAC,qBAAA,EAAAC,eAAA,EAAAC,oBAAA,EAAAC,gBAAA,EAAAC,KAAA,EAAAC,qBAAA,EAAAC,gBAAA,EAAAC,iBAAA,EAAAC,eAAA;EAC/DvB,mBAAmB,EAAAe,qBAAA,IAAAC,eAAA,GAACF,MAAM,CAACb,OAAO,cAAAe,eAAA,uBAAdA,eAAA,CAAgB3F,MAAM,cAAA0F,qBAAA,cAAAA,qBAAA,GAAI,EAAE,CAAC;EACjDZ,iBAAiB,EAAAc,oBAAA,IAAAC,gBAAA,GAACJ,MAAM,CAACb,OAAO,cAAAiB,gBAAA,uBAAdA,gBAAA,CAAgB/F,IAAI,cAAA8F,oBAAA,cAAAA,oBAAA,GAAI,EAAE,CAAC;EAC7Cb,oBAAoB,EAAAe,KAAA,IAAAC,qBAAA,IAAAC,gBAAA,GAACP,MAAM,CAACT,QAAQ,cAAAgB,gBAAA,uBAAfA,gBAAA,CAAiBhG,MAAM,cAAA+F,qBAAA,cAAAA,qBAAA,IAAAE,iBAAA,GAAIR,MAAM,CAACT,QAAQ,cAAAiB,iBAAA,uBAAfA,iBAAA,CAAiBnG,IAAI,cAAAgG,KAAA,cAAAA,KAAA,GAAI,EAAE,CAAC;EAC5ER,mBAAmB,EAAAY,eAAA,GAACT,MAAM,CAACF,OAAO,cAAAW,eAAA,cAAAA,eAAA,GAAI,EAAE,CAAC;AAC1C,CAAC;AACDC,SAAS,GAAG,SAAAA,UAAAC,KAAA,EAAmC;EAAA,IAAhCC,IAAI,GAAAD,KAAA,CAAJC,IAAI;EAClB,IAAIA,IAAI,CAACC,EAAE,KAAK,SAAS,IAAID,IAAI,CAACrG,MAAM,EAAE;IACzCyE,mBAAmB,CAAC4B,IAAI,CAACrG,MAAM,CAAC;EACjC;EACA,IAAIqG,IAAI,CAACC,EAAE,KAAK,QAAQ,EAAE;IACzBd,kBAAkB,CAACa,IAAI,CAACZ,MAAM,CAAC;EAChC;EACAc,WAAW,CAAC;IAAE9G,OAAO,EAAPA,OAAO;IAAEC,KAAK,EAALA,KAAK;IAAEC,QAAQ,EAARA;EAAS,CAAC,CAAC;AAC1C,CAAC;;;;;;UCxPD;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;;;;WCrCA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;;;;;WCRA;WACA;WACA;WACA,8BAA8B,sVAAsV;WACpX;;;;;WCJA;WACA;WACA;WACA;WACA;;;;;WCJA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC;;;;;WCPD;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;WACA;WACA;WACA;WACA;;;;;WCJA;;;;;WCAA;;WAEA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,aAAa;WACb;WACA;WACA;WACA;;WAEA;WACA;WACA;;WAEA;;WAEA;;;;;WCpCA;WACA;WACA;WACA;;;;;UEHA;UACA","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/node module decorator","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 */\nimport React, { CSSProperties } from 'react';\nimport { reduce } from 'lodash';\n\nexport type ElementPosition = {\n\ttop: number;\n\tleft: number;\n};\n\nexport type ElementSize = {\n\twidth: number;\n\theight: number;\n};\n\nexport type SizeAndPosition = ElementPosition & ElementSize;\n\nexport const testFolderIsChecked = ({ string }: { string: string | undefined }): boolean =>\n\t/#/.test(string || '');\n\nexport function setGlobalCursor(cursor: CSSProperties['cursor']): void {\n\t// remove previously set cursor\n\tconst cursors: string[] = [];\n\tdocument.body.classList.forEach((item) => {\n\t\tif (item.startsWith('global-cursor-')) {\n\t\t\tcursors.push(item);\n\t\t}\n\t});\n\tdocument.body.classList.remove(...cursors);\n\tif (cursor) {\n\t\tdocument.body.classList.add(`global-cursor-${cursor}`);\n\t}\n}\n\nexport function setElementSizeAndPosition(\n\telement: HTMLElement,\n\tkey: keyof SizeAndPosition,\n\tvalue: number | undefined\n): void {\n\t// eslint-disable-next-line no-param-reassign\n\telement.style[key] = value !== undefined ? `${value}px` : '';\n}\n\nexport function stopPropagation(event: Event | React.SyntheticEvent): void {\n\tevent.stopPropagation();\n}\n\nexport function createExportForTestOnly<TObj extends Record<string, unknown>>(\n\tobjToExport: TObj\n): { [K in keyof TObj]: TObj[K] | undefined } {\n\treturn process.env.NODE_ENV === 'test'\n\t\t? objToExport\n\t\t: reduce(\n\t\t\t\tobjToExport,\n\t\t\t\t(accumulator, value, key) => {\n\t\t\t\t\taccumulator[key as keyof TObj] = undefined;\n\t\t\t\t\treturn accumulator;\n\t\t\t\t},\n\t\t\t\t{} as Record<keyof TObj, undefined>\n\t\t );\n}\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\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\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_object-assign_js-node_modules_core-js_modules_es_array-148a74\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\"], () => (__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\":\"0030d459\",\"vendors-node_modules_core-js_internals_object-assign_js-node_modules_core-js_modules_es_array-148a74\":\"d011a71e\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\":\"3087c735\"}[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__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.p = \"/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/\";","// 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_object-assign_js-node_modules_core-js_modules_es_array-148a74\",\"vendors-node_modules_core-js_internals_array-iteration_js-node_modules_core-js_internals_arra-3be330\"].map(__webpack_require__.e, __webpack_require__)).then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":["reduce","testFolderIsChecked","_ref","string","test","setGlobalCursor","cursor","_document$body$classL","cursors","document","body","classList","forEach","item","startsWith","push","remove","apply","add","concat","setElementSizeAndPosition","element","key","value","style","undefined","stopPropagation","event","createExportForTestOnly","objToExport","process","env","NODE_ENV","accumulator","IM_LOGS","ROOT_NAME","DEFAULT_ROOT","folders","roots","searches","omit","_1","link","_2","folder","_3","search","obj","_objectWithoutProperties","_excluded","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","_objectSpread","query","sortBy","types","normalizeLink","owner","zid","rid","ruuid","oname","reminder","broken","processSearch","soapSearch","parent","isLink","processLink","soapLink","depth","_soapLink$folder","_soapLink$link","_soapLink$search","children","_link$owner","child","processFolder","soapFolder","_soapFolder$folder","_soapFolder$link","_soapFolder$search","handleFolderRefresh","soapFolders","handleFolderCreated","created","val","handleLinkCreated","handleFolderModified","modified","Object","assign","oldParent","newParent","filter","handleFolderDeleted","deleted","handleFolderNotify","notify","_notify$created$folde","_notify$created","_notify$created$link","_notify$created2","_ref2","_notify$modified$fold","_notify$modified","_notify$modified2","_notify$deleted","onmessage","_ref3","data","op","postMessage"],"sourceRoot":""}
|
|
@@ -14185,7 +14185,7 @@ var defaultI18nInitOptions = {
|
|
|
14185
14185
|
console.warn("Missing translation with key '".concat(key, "'"));
|
|
14186
14186
|
},
|
|
14187
14187
|
backend: {
|
|
14188
|
-
loadPath: "".concat("/static/iris/carbonio-shell-ui/
|
|
14188
|
+
loadPath: "".concat("/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/", "/i18n/{{lng}}.json")
|
|
14189
14189
|
}
|
|
14190
14190
|
};
|
|
14191
14191
|
var useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_21__.create)()(function (set) {
|
|
@@ -14223,7 +14223,7 @@ var useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_21__.create)()(function (
|
|
|
14223
14223
|
.init(_objectSpread(_objectSpread({}, defaultI18nInitOptions), {}, {
|
|
14224
14224
|
lng: locale,
|
|
14225
14225
|
backend: {
|
|
14226
|
-
loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_19__.SHELL_APP_ID ? "".concat("/static/iris/carbonio-shell-ui/
|
|
14226
|
+
loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_19__.SHELL_APP_ID ? "".concat("/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/", "/i18n/{{lng}}.json") : "".concat((0,lodash__WEBPACK_IMPORTED_MODULE_17__.dropRight)(app.js_entrypoint.split('/')).join('/'), "/i18n/{{lng}}.json")
|
|
14227
14227
|
}
|
|
14228
14228
|
}));
|
|
14229
14229
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -14427,8 +14427,8 @@ var Composer = function Composer(_ref) {
|
|
|
14427
14427
|
}, [inlineLabel, onFileClick, onFileSelect, t]);
|
|
14428
14428
|
var editorInitConfig = (0,react__WEBPACK_IMPORTED_MODULE_4__.useMemo)(function () {
|
|
14429
14429
|
return {
|
|
14430
|
-
content_css: "".concat("/static/iris/carbonio-shell-ui/
|
|
14431
|
-
language_url: "".concat("/static/iris/carbonio-shell-ui/
|
|
14430
|
+
content_css: "".concat("/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/", "/tinymce/skins/content/default/content.css"),
|
|
14431
|
+
language_url: "".concat("/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/", "tinymce/langs/").concat(locale, ".js"),
|
|
14432
14432
|
language: locale,
|
|
14433
14433
|
setup: setupCallback,
|
|
14434
14434
|
min_height: 350,
|
|
@@ -15022,7 +15022,7 @@ var useLoginConfigStore = (0,zustand__WEBPACK_IMPORTED_MODULE_0__.create)()(func
|
|
|
15022
15022
|
// setup defaults for fields which does not depend on dark mode
|
|
15023
15023
|
carbonioWebUiTitle: 'Carbonio Client',
|
|
15024
15024
|
// default to png because this icon is used also in notification, and svg are not supported there
|
|
15025
|
-
carbonioWebUiFavicon: "".concat("/static/iris/carbonio-shell-ui/
|
|
15025
|
+
carbonioWebUiFavicon: "".concat("/static/iris/carbonio-shell-ui/3427ceb3116605cee189699986293b7d6ddb8dde/", "favicon.png")
|
|
15026
15026
|
};
|
|
15027
15027
|
});
|
|
15028
15028
|
|
|
@@ -16550,4 +16550,4 @@ module.exports = __webpack_require__.p + "20d012c938e8d0dcc703.mp3";
|
|
|
16550
16550
|
/***/ })
|
|
16551
16551
|
|
|
16552
16552
|
}]);
|
|
16553
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
16553
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.bf050fbf.chunk.js.map
|